Started by user Vasili Gulevich Rebuilds build #93 Running as Vasili Gulevich Checking out git https://github.com/eclipse/org.eclipse.rcptt.git into /var/jenkins/workspace/release@script/9037a7d097a67e930221e3f830c53871bf14d7164b86dc0e535c977fa880da0c to read releng/Jenkinsfile The recommended git tool is: git using credential github-bot-ssh > git rev-parse --resolve-git-dir /var/jenkins/workspace/release@script/9037a7d097a67e930221e3f830c53871bf14d7164b86dc0e535c977fa880da0c/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse/org.eclipse.rcptt.git # timeout=10 Using shallow fetch with depth 1 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/eclipse/org.eclipse.rcptt.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /var/jenkins/workspace/release@script/9037a7d097a67e930221e3f830c53871bf14d7164b86dc0e535c977fa880da0c@tmp/jenkins-gitclient-ssh5821269003038683087.key Verifying host key using manually-configured host key entries > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/org.eclipse.rcptt.git refs/heads/release/2.5:refs/remotes/origin/build # timeout=10 > git rev-parse origin/build^{commit} # timeout=10 Checking out Revision b51d48801138eb299516faa49bc7faf4f0e3d495 (origin/build) > git config core.sparsecheckout # timeout=10 > git checkout -f b51d48801138eb299516faa49bc7faf4f0e3d495 # timeout=10 Commit message: "Increase AUT's heap to debug random failures around test 406" > git rev-list --no-walk b51d48801138eb299516faa49bc7faf4f0e3d495 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Agent basic-0jqg9 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-0jqg9" 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-0jqg9" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-0jqg9" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-rcptt" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-0jqg9 in /home/jenkins/agent/workspace/release [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github-bot-ssh Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Honoring refspec on initial clone Cloning repository https://github.com/eclipse/org.eclipse.rcptt.git > git init /home/jenkins/agent/workspace/release # 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' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/release@tmp/jenkins-gitclient-ssh14742562453848193739.key Verifying host key using manually-configured host key entries > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/org.eclipse.rcptt.git refs/heads/release/2.5:refs/remotes/origin/build # 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/release/2.5:refs/remotes/origin/build # timeout=10 Avoid second fetch Checking out Revision b51d48801138eb299516faa49bc7faf4f0e3d495 (origin/build) Commit message: "Increase AUT's heap to debug random failures around test 406" > git rev-parse origin/build^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b51d48801138eb299516faa49bc7faf4f0e3d495 # timeout=10 [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-kkzph-gwl0z Still waiting to schedule task ‘rcptt-build-and-deploy-agent-3.5.4-kkzph-gwl0z’ is offline Agent rcptt-build-and-deploy-agent-3.5.4-kkzph-gwl0z is provisioned from template rcptt-build-and-deploy-agent-3.5.4-kkzph --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/job/release/94/" runUrl: "job/release/94/" labels: jenkins: "slave" jenkins/label-digest: "10cc13b1cec2d03130fae1f7ba9918cb88974a82" jenkins/label: "rcptt-build-and-deploy-agent-3.5.4" name: "rcptt-build-and-deploy-agent-3.5.4-kkzph-gwl0z" 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-kkzph-gwl0z" - name: "JAVA_TOOL_OPTIONS" value: "-Xmx1G" - name: "JENKINS_NAME" value: "rcptt-build-and-deploy-agent-3.5.4-kkzph-gwl0z" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on rcptt-build-and-deploy-agent-3.5.4-kkzph-gwl0z in /home/jenkins/agent/workspace/release [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot-ssh Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Honoring refspec on initial clone Cloning repository https://github.com/eclipse/org.eclipse.rcptt.git > git init /home/jenkins/agent/workspace/release # 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' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/release@tmp/jenkins-gitclient-ssh2925236429123934061.key Verifying host key using manually-configured host key entries > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/org.eclipse.rcptt.git refs/heads/release/2.5:refs/remotes/origin/build # 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/release/2.5:refs/remotes/origin/build # timeout=10 Avoid second fetch Checking out Revision b51d48801138eb299516faa49bc7faf4f0e3d495 (origin/build) > git rev-parse origin/build^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b51d48801138eb299516faa49bc7faf4f0e3d495 # timeout=10 Commit message: "Increase AUT's heap to debug random failures around test 406" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Start Build and Test) [Pipeline] script [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -q -Dexec.executable=echo -Dexec.args=${project.version} --non-recursive exec:exec -f releng/pom.xml [Pipeline] sh + ./update_version.sh 2.5.5 M3 ================= Updating All Components ================= [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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom (2.1 kB at 8.5 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom (18 kB at 812 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom (7.1 kB at 473 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 central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/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 40 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom (3.2 kB at 106 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 central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/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 32 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 351 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.8 MB/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 145 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 99 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.7 MB/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 central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.2 MB/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 central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 4.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 1.3 MB/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 central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 1.6 MB/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 central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 5.0 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 1.5 MB/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 central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 186 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 221 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 340 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 central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 56 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom (1.8 kB at 31 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom (1.0 kB at 35 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 64 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 431 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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 494 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 central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 133 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom (1.7 kB at 57 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom (1.4 kB at 46 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 central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 475 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom (2.1 kB at 69 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom (1.1 kB at 39 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom (1.0 kB at 34 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom (2.3 kB at 73 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 central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom (1.1 kB at 40 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar (5.5 kB at 56 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/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 166 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 350 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar (284 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/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 187 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 641 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 702 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 187 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 371 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 41 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 268 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 7.8 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar (13 kB at 34 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar (3.1 kB at 7.8 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 2.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar (38 kB at 90 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar (6.7 kB at 16 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar (16 kB at 36 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 264 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar (1.5 MB at 3.0 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 8.0 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar (28 kB at 54 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar (46 kB at 87 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rcptt.releng [pom] [INFO] ecl [pom] [INFO] core [pom] [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] ecl-plugins [pom] [INFO] org.eclipse.rcptt.ecl.client.tcp [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.core [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.debug.core [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.runtime [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.debug.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.dispatch [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.doc [eclipse-plugin] [INFO] org.eclipse.rcptt.ecl.parser [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] org.eclipse.rcptt.ecl.filesystem [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.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 [eclipse-feature] [INFO] org.eclipse.rcptt.ecl.server.ui [eclipse-feature] [INFO] ecl-tests [pom] [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.client.tcp.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.core.tests [eclipse-test-plugin] [INFO] org.eclipse.rcptt.ecl.parser.test [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 [eclipse-feature] [INFO] org.eclipse.rcptt.watson.jobs [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.ui [eclipse-plugin] [INFO] rcptt.core [pom] [INFO] org.eclipse.rcptt.tesla [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.core [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.context [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.core [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.ecl [eclipse-feature] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.core [eclipse-plugin] [INFO] org.eclipse.rcptt.core.search [eclipse-plugin] [INFO] org.eclipse.rcptt.core.builder [eclipse-plugin] [INFO] org.eclipse.rcptt.core.scenario [eclipse-plugin] [INFO] org.eclipse.rcptt.core.launching [eclipse-plugin] [INFO] org.eclipse.rcptt.logging [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.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] rcptt.core.verifications [pom] [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.verifications [eclipse-plugin] [INFO] org.eclipse.rcptt.reporting [eclipse-plugin] [INFO] org.eclipse.rcptt.resources [eclipse-plugin] [INFO] org.eclipse.rcptt.util [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 [eclipse-feature] [INFO] org.eclipse.rcptt.core.ecl.core [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.parser [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.formatter [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.scanner [eclipse-plugin] [INFO] org.eclipse.rcptt.core.ecl.highlighter [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar [eclipse-plugin] [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] runtime [pom] [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.impl [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.nebula.ecl [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.launching [eclipse-feature] [INFO] org.eclipse.rcptt.launching [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.ext [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.injection [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.p2utils [eclipse-plugin] [INFO] org.eclipse.rcptt.reporting.util [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.common [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.multiaut [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.remote [eclipse-plugin] [INFO] org.eclipse.rcptt.reporting.html [eclipse-plugin] [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 [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.testrail.ecl [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 [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-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] rcptt.rcp [pom] [INFO] org.eclipse.rcptt [eclipse-plugin] [INFO] org.eclipse.rcptt.dev.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.platform [eclipse-feature] [INFO] org.eclipse.rcptt.help [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.multiaut.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.ext.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.remote.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.launching.configuration [eclipse-plugin] [INFO] org.eclipse.rcptt.expandbar.ide [eclipse-plugin] [INFO] org.eclipse.rcptt.resources.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.platform [eclipse-plugin] [INFO] org.eclipse.rcptt.search [eclipse-plugin] [INFO] org.eclipse.rcptt.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ui.activities [eclipse-plugin] [INFO] org.eclipse.rcptt.ui.report [eclipse-plugin] [INFO] q7.rcp.contexts [pom] [INFO] org.eclipse.rcptt.ctx.debug.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.group.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.preferences.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.capability.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.workbench.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.parameters.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.ctx.filesystem.ui [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.log.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.tree.ui [eclipse-plugin] [INFO] org.eclipse.rcptt.verifications.resources.ui [eclipse-plugin] [INFO] rcptt.testing [pom] [INFO] org.eclipse.rcptt.testing.ecl [eclipse-plugin] [INFO] org.eclipse.rcptt.testing [eclipse-feature] [INFO] org.eclipse.rcptt.testing.repository [eclipse-repository] [INFO] full [eclipse-repository] [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] 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] ecl-tesla [pom] [INFO] org.eclipse.rcptt.tesla.ecl.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.runtime.ui.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.util.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.rap.aspects [eclipse-plugin] [INFO] tesla [pom] [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap [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.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.canvas.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.recording.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.swt.aspects.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.ui.ide.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.variables.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.core.am.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.tesla.jobs.aspects.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] rcptt.runtime.watson [pom] [INFO] org.eclipse.rcptt.watson.aspects.swt.rap [eclipse-plugin] [INFO] org.eclipse.rcptt.watson.aspects.jobs.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] rcptt.repository.parent [pom] [INFO] rcptt.repository [eclipse-repository] [INFO] runner [pom] [INFO] runner [pom] [INFO] org.eclipse.rcptt.runner [eclipse-plugin] [INFO] runner.features [pom] [INFO] org.eclipse.rcptt.runner.headless [eclipse-feature] [INFO] org.eclipse.rcptt.runner.integration [eclipse-feature] [INFO] rcptt.runner [eclipse-application] [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.pom (2.1 kB at 49 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-release/2.7.5/tycho-release-2.7.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-release/2.7.5/tycho-release-2.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-release/2.7.5/tycho-release-2.7.5.pom (965 B at 21 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.jar (91 kB at 2.0 MB/s) [INFO] [INFO] -------------------< org.eclipse.rcptt:rcptt.releng >------------------- [INFO] Building rcptt.releng 2.5.5-SNAPSHOT [1/267] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-versions-plugin:2.7.5:set-version (default-cli) @ rcptt.releng --- [INFO] Making changes in /home/jenkins/agent/workspace/release/releng [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/releng/mirroring [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/dependencies [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/dependencies/bundles [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.kepler [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.extra [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/dependencies/features [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/dependencies/features/org.eclipse.rcptt.external.dependencies-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.kepler'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.extra'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.aspectj.e44x'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.external.dependencies.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/repository/dependencies [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/releng/core [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/releng/ecl [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.core [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.data [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.core [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.dispatch [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.doc [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.parser [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.perf [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.platform [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.popup [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.shell [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.operations [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.interop [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.filesystem [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/features [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.core-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.data'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.filesystem'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.dispatch'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.doc'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.debug.runtime'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.parser'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.interop'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.data.apache.poi'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.operations'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.perf'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.client.tcp'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.ide-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.debug.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.core'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.debug.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.shell-feature [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.shell'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.core'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.telnet.server'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.server'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.platform-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.platform'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.core'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.platform.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.core'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.sdk-feature [INFO] feature.xml//feature/includes/@id='org.eclipse.rcptt.ecl.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.server-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.server.tcp'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.server'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/tests [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.operations.tests [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.data.tests [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Fragment-Host//org.eclipse.rcptt.ecl.data;bundle-version: null => null [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.core.tests [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.parser.test [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.perf.tests [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Fragment-Host//org.eclipse.rcptt.ecl.perf;bundle-version: [2.5.5.M3,3.0.0) => [2.5.5.M3,3.0.0) [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.doc.tests [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/ecl/repository [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/watson [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson.core [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.watson.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.watson.jobs'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson.jobs [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.logging'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.core.context'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.core [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.core.context [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.recording.core [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.ecl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.ecl-feature [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.core'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.core.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.recording.core.ecl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.search [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.builder [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.scenario [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.launching [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.logging [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.debug [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.group [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.preferences [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.resources [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.script [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.super [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.capability [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.workbench [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.parameters [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.filesystem [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.extensions [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/verifications [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.time [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.text [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.log [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.tree [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.resources [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.reporting [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.resources [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.util [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.util.resources [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.swt [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.swt.win64 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Fragment-Host//org.eclipse.rcptt.core.swt;bundle-version: [2.5.5.M3,3.0.0) => [2.5.5.M3,3.0.0) [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.reporting'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.ecl.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.debug'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.tree'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.builder'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.ecl.parser'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.super'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.ecl.highlighter'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.core'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.parameters'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.scenario'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.ecl.scanner'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.log'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.swt'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.group'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.util'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.util.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.preferences'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.launching'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.ecl.formatter'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.filesystem'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.extensions'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.expandbar'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.time'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.search'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.text'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.logging'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.script'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.capability'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.workbench'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.swt.win64'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.core [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.parser [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.formatter [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.scanner [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.highlighter [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.expandbar [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/tests [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.tests [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.ecl.formatter.test [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.ecl.parser.test [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Fragment-Host//org.eclipse.rcptt.core.ecl.parser;bundle-version: [2.5.5.M3,3.0.0) => [2.5.5.M3,3.0.0) [INFO] Making changes in /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.verifications.tree.test [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Fragment-Host//org.eclipse.rcptt.verifications.tree;bundle-version: 2.0.0 => 2.0.0 [INFO] Making changes in /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.search.test [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/repository/core [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/releng/runtime [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.runtime.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.forms.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.resources.impl [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.util.swt [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/watson [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/watson/org.eclipse.rcptt.watson.aspects.swt [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/watson/org.eclipse.rcptt.watson.jface [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/watson/org.eclipse.rcptt.watson.runtime-feature [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.watson'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.watson.jface'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.watson.aspects.jobs'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.watson.aspects.swt'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.core.am [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.canvas [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.gef [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.gmf [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jdt [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/dependencies/dependency/[ org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment ] 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/build/plugins/plugin/[ ${tycho-groupid}:tycho-compiler-plugin ] /dependencies/dependency/[ org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment ] 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.swt [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/dependencies/dependency/[ org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment ] 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/build/plugins/plugin/[ ${tycho-groupid}:tycho-compiler-plugin ] /dependencies/dependency/[ org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment ] 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.variables [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.properties.view [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.chart [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jdt'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jdt.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.workbench.texteditor.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.properties.view'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.canvas'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.forms'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.text.reconciler.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.core.am'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.gmf'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.gef'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.gmf'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.variables'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.swt.e4x'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.swt.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.databinding'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.draw2d'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.swt'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.jface'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.text.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.gmf.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.swt'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.workbench.aspects.e4x'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.fragment'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.draw2d'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.gef.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.databinding.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.swt.fragment'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jobs.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.gef'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.gef'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.gmf'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.jface.text'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.text'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.workbench.texteditor'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ui.ide'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.workbench.texteditor'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.canvas'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.jface.text'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ui.ide.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.databinding.observable.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.chart'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.workbench'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/ecl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.core'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla.runtime'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ecl.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.tesla.ecl.runtime/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.tesla.ecl.runtime/@url: features/org.eclipse.rcptt.tesla.ecl.runtime_2.5.5.qualifier.jar => features/org.eclipse.rcptt.tesla.ecl.runtime_2.5.5.M3.jar [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.tesla.ecl/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.tesla.ecl/@url: features/org.eclipse.rcptt.tesla.ecl_2.5.5.qualifier.jar => features/org.eclipse.rcptt.tesla.ecl_2.5.5.M3.jar [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.core.ecl.debug [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.group.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.script.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/verifications [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/verifications/org.eclipse.rcptt.verifications.time.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/verifications/org.eclipse.rcptt.verifications.text.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/verifications/org.eclipse.rcptt.verifications.log.impl [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.runtime-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.resources.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.filesystem.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.reporting'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.ecl.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.debug'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.tree'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.watson'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.script.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.log.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.parameters'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla.runtime'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.group.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.scenario'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.preferences.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ecl.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.log'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.swt'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.group'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.util'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.workbench.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.workbench.aspect'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.util.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.preferences'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.data.apache.poi.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.launching'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.preferences.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.filesystem'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.expandbar.runtime'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.resources.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.parameters.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.ecl.debug'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.expandbar'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.server'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.time'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.text'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.watson.runtime'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla.ecl.runtime'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.runtime.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.tree.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.time.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.script'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.forms.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.resources.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.workbench'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.debug.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.text.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla.ecl'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.swt.win64'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.runtime-updatesite [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/updates [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/updates/org.eclipse.rcptt.updates.e4x-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.util.swt'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.runtime.e4x'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.expandbar.runtime [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tests [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/repository/e4x [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/releng/ide [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runtime/updates/org.eclipse.rcptt.updates-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.kepler'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.external.dependencies.feature'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.extra'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.aspectj.e44x'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.util.swt'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.runtime.e4x'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.nebula.ecl.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.nebula'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.nebula'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.nebula.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.nebula.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/runtime-site [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.module.nebula.runtime/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.module.nebula.runtime/@url: features/org.eclipse.rcptt.module.nebula.runtime_2.5.5.qualifier.jar => features/org.eclipse.rcptt.module.nebula.runtime_2.5.5.M3.jar [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/dependencies/dependency/[ org.eclipse.rcptt:org.eclipse.rcptt.module.nebula-runtime-site ] 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/features/org.eclipse.rcptt.module.nebula [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.nebula'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.nebula.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.module.nebula.updates'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.nebula.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/nebula/site [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.module.nebula/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.module.nebula/@url: features/org.eclipse.rcptt.module.nebula_2.5.5.qualifier.jar => features/org.eclipse.rcptt.module.nebula_2.5.5.M3.jar [INFO] Making changes in /home/jenkins/agent/workspace/release/launching [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.reporting.util'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.ext'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.debug.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.remote'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.updates'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.multiaut'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.common'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.launching'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.server'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.platform'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.p2utils'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.injection'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.reporting.html'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.ext [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.injection [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.p2utils [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.reporting.util [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.common [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.multiaut [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.remote [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.reporting.html [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/tests [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.launching.ext.tests [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Fragment-Host//org.eclipse.rcptt.launching.ext;bundle-version: [2.5.5.M3,3.0.0) => [2.5.5.M3,3.0.0) [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.launching.tests [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Fragment-Host//org.eclipse.rcptt.launching;bundle-version: [2.5.5.M3,3.0.0) => [2.5.5.M3,3.0.0) [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.reporting.html.tests [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/testrail [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.testrail.ecl.impl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.testrail.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/testrail/features/org.eclipse.rcptt.module.testrail [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.module.testrail.updates'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.testrail'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.testrail.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.testrail.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/testrail/runtime-site [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.module.testrail.runtime/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.module.testrail.runtime/@url: features/org.eclipse.rcptt.module.testrail.runtime_2.5.5.qualifier.jar => features/org.eclipse.rcptt.module.testrail.runtime_2.5.5.M3.jar [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/dependencies/dependency/[ org.eclipse.rcptt:org.eclipse.rcptt.module.testrail-runtime-site ] 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/testrail/site [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.module.testrail/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.module.testrail/@url: features/org.eclipse.rcptt.module.testrail_2.5.5.qualifier.jar => features/org.eclipse.rcptt.module.testrail_2.5.5.M3.jar [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/zephyr [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/zephyr/plugins/org.eclipse.rcptt.zephyr [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/zephyr/features/org.eclipse.rcptt.module.zephyr [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.zephyr'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.zephyr.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/zephyr/site [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.module.zephyr/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] site.xml//site/feature/@id=org.eclipse.rcptt.module.zephyr/@url: features/org.eclipse.rcptt.module.zephyr_2.5.5.qualifier.jar => features/org.eclipse.rcptt.module.zephyr_2.5.5.M3.jar [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.dev.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.platform-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.resources.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.reporting'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.resources.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.super.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.builder'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.resources.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ui.report'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.watson'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.module.zephyr'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.expandbar.ide'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.text.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.platform.ui'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.log.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.preferences.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.testing.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.ext.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.script.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/includes/@id='org.eclipse.rcptt.updates'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.capability.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.launching'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.time.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.remote.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.parameters.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ui.activities'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.tree.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.platform'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.server'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.core'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.module.nebula'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.debug.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.group.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.search'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.multiaut.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.module.testrail'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.filesystem.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla.ecl'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.ide'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.configuration'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.workbench.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.help [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.multiaut.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.launching.ext.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.launching.remote.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.launching.configuration [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.expandbar.ide [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.resources.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.platform [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.search [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.ui.activities [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.ui.report [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.group.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.script.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.super.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/verifications [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/verifications/org.eclipse.rcptt.verifications.time.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/verifications/org.eclipse.rcptt.verifications.text.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/verifications/org.eclipse.rcptt.verifications.log.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/testing [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/testing/org.eclipse.rcptt.testing.ecl [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/testing/org.eclipse.rcptt.testing-feature [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.testing.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/testing/org.eclipse.rcptt.testing-updatesite [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/repository/full [INFO] org.eclipse.rcptt.product//product/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/releng/rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/core [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/ecl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/dependencies/dependency/[ org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap ] 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/build/plugins/plugin/[ ${tycho-groupid}:tycho-compiler-plugin ] /dependencies/dependency/[ org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap ] 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap [INFO] pom.xml//project/dependencies/dependency/[ org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap ] 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/build/plugins/plugin/[ ${tycho-groupid}:tycho-compiler-plugin ] /dependencies/dependency/[ org.eclipse.rcptt.tesla:org.eclipse.rcptt.tesla.swt.fragment.rap ] 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/verifications [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/watson [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/updates [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/ecl [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/launching [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/features [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.watson.aspects.swt.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ecl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.reporting'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.ecl.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.forms.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.core.am.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.canvas.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.debug'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.tree'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.aspects.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.forms.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.watson.aspects.jobs.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.watson'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.time.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.text.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.fragment.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.variables.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ecl.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.databinding.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.swt.aspects.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.core'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.parameters'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.scenario'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.resources.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.swt.fragment.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ui.ide.aspects.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.log'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.workbench.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.group'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.util'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.ecl.debug.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.tree.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.util.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.preferences'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.workbench.aspects.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.filesystem.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core.launching'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.rap.aspects'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.resources'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.parameters.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.platform.ui.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.filesystem'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ui.ide.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.server'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.time'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.workbench.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.script.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ecl'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.swt.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.aspects.jface.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.runtime.ui.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.text'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.preferences.aspects.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.canvas.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.script'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.swt.e3x.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.verifications.log.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.workbench'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.workbench.aspect.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla.ecl'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ctx.preferences.impl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jobs.aspects.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.jface.databinding.aspects.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/features/org.eclipse.rcptt.launching.rap-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ecl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.runtime.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.external.dependencies.rap.feature'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.external.dependencies.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.core.ecl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/features/org.eclipse.rcptt.rap.ui-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.rap.ui'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.launching.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.ecl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.runtime.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.updates.external.dependencies.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.tesla.recording.core.ecl.rap'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/repositories [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/repository/rap [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/releng/rcptt [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/repository/rcptt [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/releng/runner [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runner [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runner/org.eclipse.rcptt.runner [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] META-INF/MANIFEST.MF//Bundle-Version: 2.5.5.qualifier => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runner/features [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runner/features/org.eclipse.rcptt.runner.runner-feature [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.watson'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.runner'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/includes/@id='org.eclipse.rcptt.runner.integration'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.server'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.platform'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.tesla.ecl'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/requires/import/@feature='org.eclipse.rcptt.ecl.ide'/@version: 2.5.5(match=compatible) => 2.5.5.M3(match=compatible) [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.reporting.html'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runner/features/org.eclipse.rcptt.runner.integration-feature [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.watson.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.ecl.debug.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/includes/@id='org.eclipse.rcptt.launching'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.watson.jobs'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/includes/@id='org.eclipse.rcptt.core'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] feature.xml//feature/plugin/@id='org.eclipse.rcptt.reporting.html'/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/runner/product [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] rcptt.runner.product//product/@version: 2.5.5.qualifier => 2.5.5.M3 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rcptt.releng 2.5.5-SNAPSHOT ........................ SUCCESS [ 4.641 s] [INFO] ecl ................................................ SKIPPED [INFO] core ............................................... SKIPPED [INFO] mirroring .......................................... SKIPPED [INFO] dependencies ....................................... SKIPPED [INFO] bundles ............................................ SKIPPED [INFO] org.eclipse.rcptt.updates.aspectj.e44x ............. SKIPPED [INFO] org.eclipse.rcptt.updates.kepler ................... SKIPPED [INFO] org.eclipse.rcptt.updates.external.dependencies.rap SKIPPED [INFO] org.eclipse.rcptt.updates.extra .................... SKIPPED [INFO] features ........................................... SKIPPED [INFO] org.eclipse.rcptt.external.dependencies.feature .... SKIPPED [INFO] org.eclipse.rcptt.external.dependencies.rap.feature SKIPPED [INFO] dependencies ....................................... SKIPPED [INFO] ecl-plugins ........................................ SKIPPED [INFO] org.eclipse.rcptt.ecl.client.tcp ................... SKIPPED [INFO] org.eclipse.rcptt.ecl.core ......................... SKIPPED [INFO] org.eclipse.rcptt.ecl.data ......................... SKIPPED [INFO] org.eclipse.rcptt.ecl.data.apache.poi .............. SKIPPED [INFO] org.eclipse.rcptt.ecl.debug.core ................... SKIPPED [INFO] org.eclipse.rcptt.ecl.debug.runtime ................ SKIPPED [INFO] org.eclipse.rcptt.ecl.debug.ui ..................... SKIPPED [INFO] org.eclipse.rcptt.ecl.dispatch ..................... SKIPPED [INFO] org.eclipse.rcptt.ecl.doc .......................... SKIPPED [INFO] org.eclipse.rcptt.ecl.parser ....................... SKIPPED [INFO] org.eclipse.rcptt.ecl.perf ......................... SKIPPED [INFO] org.eclipse.rcptt.ecl.platform ..................... SKIPPED [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SKIPPED [INFO] org.eclipse.rcptt.ecl.popup ........................ SKIPPED [INFO] org.eclipse.rcptt.ecl.popup.ui ..................... SKIPPED [INFO] org.eclipse.rcptt.ecl.server.tcp ................... SKIPPED [INFO] org.eclipse.rcptt.ecl.server.tcp.ui ................ SKIPPED [INFO] org.eclipse.rcptt.ecl.shell ........................ SKIPPED [INFO] org.eclipse.rcptt.ecl.telnet.server ................ SKIPPED [INFO] org.eclipse.rcptt.ecl.telnet.server.ui ............. SKIPPED [INFO] org.eclipse.rcptt.ecl.operations ................... SKIPPED [INFO] org.eclipse.rcptt.ecl.interop ...................... SKIPPED [INFO] org.eclipse.rcptt.ecl.filesystem ................... SKIPPED [INFO] ecl-features ....................................... SKIPPED [INFO] org.eclipse.rcptt.ecl.core ......................... SKIPPED [INFO] org.eclipse.rcptt.ecl.ide .......................... SKIPPED [INFO] org.eclipse.rcptt.ecl.shell ........................ SKIPPED [INFO] org.eclipse.rcptt.ecl.platform ..................... SKIPPED [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SKIPPED [INFO] org.eclipse.rcptt.ecl.sdk .......................... SKIPPED [INFO] org.eclipse.rcptt.ecl.server ....................... SKIPPED [INFO] org.eclipse.rcptt.ecl.server.ui .................... SKIPPED [INFO] ecl-tests .......................................... SKIPPED [INFO] org.eclipse.rcptt.ecl.operations.tests ............. SKIPPED [INFO] org.eclipse.rcptt.ecl.data.tests ................... SKIPPED [INFO] org.eclipse.rcptt.ecl.client.tcp.tests ............. SKIPPED [INFO] org.eclipse.rcptt.ecl.core.tests ................... SKIPPED [INFO] org.eclipse.rcptt.ecl.parser.test .................. SKIPPED [INFO] org.eclipse.rcptt.ecl.perf.tests ................... SKIPPED [INFO] org.eclipse.rcptt.ecl.doc.tests .................... SKIPPED [INFO] ecl-repository ..................................... SKIPPED [INFO] watson ............................................. SKIPPED [INFO] org.eclipse.rcptt.watson.core ...................... SKIPPED [INFO] org.eclipse.rcptt.watson ........................... SKIPPED [INFO] org.eclipse.rcptt.watson.jobs ...................... SKIPPED [INFO] org.eclipse.rcptt.watson.ui ........................ SKIPPED [INFO] rcptt.core ......................................... SKIPPED [INFO] org.eclipse.rcptt.tesla ............................ SKIPPED [INFO] org.eclipse.rcptt.tesla.core ....................... SKIPPED [INFO] org.eclipse.rcptt.tesla.core.context ............... SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.core ............. SKIPPED [INFO] org.eclipse.rcptt.tesla.ecl ........................ SKIPPED [INFO] org.eclipse.rcptt.tesla.ecl ........................ SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.core.ecl ......... SKIPPED [INFO] org.eclipse.rcptt.core ............................. SKIPPED [INFO] org.eclipse.rcptt.core.search ...................... SKIPPED [INFO] org.eclipse.rcptt.core.builder ..................... SKIPPED [INFO] org.eclipse.rcptt.core.scenario .................... SKIPPED [INFO] org.eclipse.rcptt.core.launching ................... SKIPPED [INFO] org.eclipse.rcptt.logging .......................... SKIPPED [INFO] rcptt.core.contexts ................................ SKIPPED [INFO] org.eclipse.rcptt.ctx.debug ........................ SKIPPED [INFO] org.eclipse.rcptt.ctx.group ........................ SKIPPED [INFO] org.eclipse.rcptt.ctx.preferences .................. SKIPPED [INFO] org.eclipse.rcptt.ctx.resources .................... SKIPPED [INFO] org.eclipse.rcptt.ctx.script ....................... SKIPPED [INFO] org.eclipse.rcptt.ctx.super ........................ SKIPPED [INFO] org.eclipse.rcptt.ctx.capability ................... SKIPPED [INFO] org.eclipse.rcptt.ctx.workbench .................... SKIPPED [INFO] org.eclipse.rcptt.ctx.parameters ................... SKIPPED [INFO] org.eclipse.rcptt.ctx.filesystem ................... SKIPPED [INFO] org.eclipse.rcptt.ctx.extensions ................... SKIPPED [INFO] rcptt.core.verifications ........................... SKIPPED [INFO] org.eclipse.rcptt.verifications.time ............... SKIPPED [INFO] org.eclipse.rcptt.verifications.text ............... SKIPPED [INFO] org.eclipse.rcptt.verifications.log ................ SKIPPED [INFO] org.eclipse.rcptt.verifications.tree ............... SKIPPED [INFO] org.eclipse.rcptt.verifications.resources .......... SKIPPED [INFO] org.eclipse.rcptt.verifications .................... SKIPPED [INFO] org.eclipse.rcptt.reporting ........................ SKIPPED [INFO] org.eclipse.rcptt.resources ........................ SKIPPED [INFO] org.eclipse.rcptt.util ............................. SKIPPED [INFO] org.eclipse.rcptt.util.resources ................... SKIPPED [INFO] org.eclipse.rcptt.core.swt ......................... SKIPPED [INFO] org.eclipse.rcptt.core.swt.win64 ................... SKIPPED [INFO] org.eclipse.rcptt.core ............................. SKIPPED [INFO] org.eclipse.rcptt.core.ecl.core .................... SKIPPED [INFO] org.eclipse.rcptt.core.ecl.parser .................. SKIPPED [INFO] org.eclipse.rcptt.core.ecl.formatter ............... SKIPPED [INFO] org.eclipse.rcptt.core.ecl.scanner ................. SKIPPED [INFO] org.eclipse.rcptt.core.ecl.highlighter ............. SKIPPED [INFO] org.eclipse.rcptt.expandbar ........................ SKIPPED [INFO] rcptt.core.tests ................................... SKIPPED [INFO] org.eclipse.rcptt.core.tests ....................... SKIPPED [INFO] org.eclipse.rcptt.core.ecl.formatter.test .......... SKIPPED [INFO] org.eclipse.rcptt.core.ecl.parser.test ............. SKIPPED [INFO] org.eclipse.rcptt.verifications.tree.test .......... SKIPPED [INFO] org.eclipse.rcptt.core.search.test ................. SKIPPED [INFO] core-repository .................................... SKIPPED [INFO] runtime ............................................ SKIPPED [INFO] ide ................................................ SKIPPED [INFO] org.eclipse.rcptt.updates .......................... SKIPPED [INFO] rcptt-module-nebula ................................ SKIPPED [INFO] org.eclipse.rcptt.tesla.nebula ..................... SKIPPED [INFO] org.eclipse.rcptt.tesla.nebula.impl ................ SKIPPED [INFO] org.eclipse.rcptt.tesla.nebula.ecl ................. SKIPPED [INFO] org.eclipse.rcptt.tesla.nebula.ecl.impl ............ SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.nebula ........... SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.nebula.ecl ....... SKIPPED [INFO] org.eclipse.rcptt.module.nebula.runtime ............ SKIPPED [INFO] org.eclipse.rcptt.module.nebula-runtime-site ....... SKIPPED [INFO] org.eclipse.rcptt.module.nebula.updates ............ SKIPPED [INFO] org.eclipse.rcptt.module.nebula .................... SKIPPED [INFO] org.eclipse.rcptt.module.nebula-site ............... SKIPPED [INFO] rcptt.launching .................................... SKIPPED [INFO] org.eclipse.rcptt.launching ........................ SKIPPED [INFO] org.eclipse.rcptt.launching ........................ SKIPPED [INFO] org.eclipse.rcptt.launching.ext .................... SKIPPED [INFO] org.eclipse.rcptt.launching.injection .............. SKIPPED [INFO] org.eclipse.rcptt.launching.p2utils ................ SKIPPED [INFO] org.eclipse.rcptt.reporting.util ................... SKIPPED [INFO] org.eclipse.rcptt.launching.common ................. SKIPPED [INFO] org.eclipse.rcptt.launching.multiaut ............... SKIPPED [INFO] org.eclipse.rcptt.launching.remote ................. SKIPPED [INFO] org.eclipse.rcptt.reporting.html ................... SKIPPED [INFO] launching.tests .................................... SKIPPED [INFO] org.eclipse.rcptt.launching.ext.tests .............. SKIPPED [INFO] org.eclipse.rcptt.launching.tests .................. SKIPPED [INFO] org.eclipse.rcptt.reporting.html.tests ............. SKIPPED [INFO] rcptt-module-testrail .............................. SKIPPED [INFO] org.eclipse.rcptt.testrail ......................... SKIPPED [INFO] org.eclipse.rcptt.testrail.ui ...................... SKIPPED [INFO] org.eclipse.rcptt.testrail.ecl ..................... SKIPPED [INFO] org.eclipse.rcptt.testrail.ecl.impl ................ SKIPPED [INFO] org.eclipse.rcptt.module.testrail.runtime .......... SKIPPED [INFO] org.eclipse.rcptt.module.testrail .................. SKIPPED [INFO] org.eclipse.rcptt.module.testrail-runtime-site ..... SKIPPED [INFO] org.eclipse.rcptt.module.testrail.updates .......... SKIPPED [INFO] org.eclipse.rcptt.module.testrail-site ............. SKIPPED [INFO] rcptt-module-zephyr ................................ SKIPPED [INFO] org.eclipse.rcptt.zephyr ........................... SKIPPED [INFO] org.eclipse.rcptt.zephyr.ui ........................ SKIPPED [INFO] org.eclipse.rcptt.module.zephyr .................... SKIPPED [INFO] org.eclipse.rcptt.module.zephyr-site ............... SKIPPED [INFO] rcptt.rcp .......................................... SKIPPED [INFO] org.eclipse.rcptt .................................. SKIPPED [INFO] org.eclipse.rcptt.dev.ui ........................... SKIPPED [INFO] org.eclipse.rcptt.platform ......................... SKIPPED [INFO] org.eclipse.rcptt.help ............................. SKIPPED [INFO] org.eclipse.rcptt.launching.multiaut.ui ............ SKIPPED [INFO] org.eclipse.rcptt.launching.ext.ui ................. SKIPPED [INFO] org.eclipse.rcptt.launching.remote.ui .............. SKIPPED [INFO] org.eclipse.rcptt.launching.configuration .......... SKIPPED [INFO] org.eclipse.rcptt.expandbar.ide .................... SKIPPED [INFO] org.eclipse.rcptt.resources.ui ..................... SKIPPED [INFO] org.eclipse.rcptt.platform ......................... SKIPPED [INFO] org.eclipse.rcptt.search ........................... SKIPPED [INFO] org.eclipse.rcptt.ui ............................... SKIPPED [INFO] org.eclipse.rcptt.ui.activities .................... SKIPPED [INFO] org.eclipse.rcptt.ui.report ........................ SKIPPED [INFO] q7.rcp.contexts .................................... SKIPPED [INFO] org.eclipse.rcptt.ctx.debug.ui ..................... SKIPPED [INFO] org.eclipse.rcptt.ctx.group.ui ..................... SKIPPED [INFO] org.eclipse.rcptt.ctx.preferences.ui ............... SKIPPED [INFO] org.eclipse.rcptt.ctx.resources.ui ................. SKIPPED [INFO] org.eclipse.rcptt.ctx.script.ui .................... SKIPPED [INFO] org.eclipse.rcptt.ctx.super.ui ..................... SKIPPED [INFO] org.eclipse.rcptt.ctx.capability.ui ................ SKIPPED [INFO] org.eclipse.rcptt.ctx.workbench.ui ................. SKIPPED [INFO] org.eclipse.rcptt.ctx.parameters.ui ................ SKIPPED [INFO] org.eclipse.rcptt.ctx.filesystem.ui ................ SKIPPED [INFO] q7.rcp.verifications ............................... SKIPPED [INFO] org.eclipse.rcptt.verifications.time.ui ............ SKIPPED [INFO] org.eclipse.rcptt.verifications.text.ui ............ SKIPPED [INFO] org.eclipse.rcptt.verifications.log.ui ............. SKIPPED [INFO] org.eclipse.rcptt.verifications.tree.ui ............ SKIPPED [INFO] org.eclipse.rcptt.verifications.resources.ui ....... SKIPPED [INFO] rcptt.testing ...................................... SKIPPED [INFO] org.eclipse.rcptt.testing.ecl ...................... SKIPPED [INFO] org.eclipse.rcptt.testing .......................... SKIPPED [INFO] org.eclipse.rcptt.testing.repository ............... SKIPPED [INFO] full ............................................... SKIPPED [INFO] rap ................................................ SKIPPED [INFO] rcptt.module.rap ................................... SKIPPED [INFO] bundles ............................................ SKIPPED [INFO] core ............................................... SKIPPED [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SKIPPED [INFO] runtime ............................................ SKIPPED [INFO] rcptt.runtime.contexts ............................. SKIPPED [INFO] org.eclipse.rcptt.ctx.preferences.aspects.rap ...... SKIPPED [INFO] org.eclipse.rcptt.ctx.preferences.impl.rap ......... SKIPPED [INFO] org.eclipse.rcptt.ctx.resources.impl.rap ........... SKIPPED [INFO] org.eclipse.rcptt.ctx.script.impl.rap .............. SKIPPED [INFO] org.eclipse.rcptt.ctx.workbench.impl.rap ........... SKIPPED [INFO] org.eclipse.rcptt.ctx.workbench.aspect.rap ......... SKIPPED [INFO] org.eclipse.rcptt.ctx.parameters.impl.rap .......... SKIPPED [INFO] org.eclipse.rcptt.ctx.filesystem.impl.rap .......... SKIPPED [INFO] org.eclipse.rcptt.ctx.debug.impl.rap ............... SKIPPED [INFO] ecl-tesla .......................................... SKIPPED [INFO] org.eclipse.rcptt.tesla.ecl.impl.rap ............... SKIPPED [INFO] org.eclipse.rcptt.core.ecl.debug.rap ............... SKIPPED [INFO] org.eclipse.rcptt.forms.impl.rap ................... SKIPPED [INFO] org.eclipse.rcptt.runtime.ui.rap ................... SKIPPED [INFO] org.eclipse.rcptt.util.swt.rap ..................... SKIPPED [INFO] org.eclipse.rcptt.rap.aspects ...................... SKIPPED [INFO] tesla .............................................. SKIPPED [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap .......... SKIPPED [INFO] org.eclipse.rcptt.tesla.canvas.rap ................. SKIPPED [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects.rap SKIPPED [INFO] org.eclipse.rcptt.tesla.jface.fragment.rap ......... SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms.rap SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.rap SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt.rap .. SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.rap SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.canvas.rap ....... SKIPPED [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap ........... SKIPPED [INFO] org.eclipse.rcptt.tesla.recording.swt.rap .......... SKIPPED [INFO] org.eclipse.rcptt.tesla.swt.rap .................... SKIPPED [INFO] org.eclipse.rcptt.tesla.swt.aspects.rap ............ SKIPPED [INFO] org.eclipse.rcptt.tesla.swt.e3x.rap ................ SKIPPED [INFO] org.eclipse.rcptt.tesla.ui.ide.rap ................. SKIPPED [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects.rap ......... SKIPPED [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap ...... SKIPPED [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap ...... SKIPPED [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap SKIPPED [INFO] org.eclipse.rcptt.tesla.variables.rap .............. SKIPPED [INFO] org.eclipse.rcptt.tesla.core.am.rap ................ SKIPPED [INFO] org.eclipse.rcptt.tesla.jobs.aspects.rap ........... SKIPPED [INFO] rcptt.runtime.verifications ........................ SKIPPED [INFO] org.eclipse.rcptt.verifications.tree.impl.rap ...... SKIPPED [INFO] org.eclipse.rcptt.verifications.time.impl.rap ...... SKIPPED [INFO] org.eclipse.rcptt.verifications.log.impl.rap ....... SKIPPED [INFO] org.eclipse.rcptt.verifications.text.impl.rap ...... SKIPPED [INFO] rcptt.runtime.watson ............................... SKIPPED [INFO] org.eclipse.rcptt.watson.aspects.swt.rap ........... SKIPPED [INFO] org.eclipse.rcptt.watson.aspects.jobs.rap .......... SKIPPED [INFO] ecl ................................................ SKIPPED [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SKIPPED [INFO] features ........................................... SKIPPED [INFO] org.eclipse.rcptt.runtime.rap ...................... SKIPPED [INFO] repositories ....................................... SKIPPED [INFO] org.eclipse.rcptt.runtime-updatesite.rap ........... SKIPPED [INFO] rcptt.repository.parent ............................ SKIPPED [INFO] rcptt.repository ................................... SKIPPED [INFO] runner ............................................. SKIPPED [INFO] runner ............................................. SKIPPED [INFO] org.eclipse.rcptt.runner ........................... SKIPPED [INFO] runner.features .................................... SKIPPED [INFO] org.eclipse.rcptt.runner.headless .................. SKIPPED [INFO] org.eclipse.rcptt.runner.integration ............... SKIPPED [INFO] rcptt.runner 2.5.5-SNAPSHOT ........................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13.299 s [INFO] Finished at: 2024-04-24T10:03:30Z [INFO] ------------------------------------------------------------------------ ================== Updating Maven Plugin ================== [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] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.pom (1.9 kB at 4.4 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-release/1.5.1/tycho-release-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-release/1.5.1/tycho-release-1.5.1.pom (965 B at 22 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom (19 kB at 369 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.jar (91 kB at 1.4 MB/s) [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-maven-modules >---------------- [INFO] Building RCPTT maven support modules 2.5.5-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-versions-plugin:1.5.1:set-version (default-cli) @ rcptt-maven-modules --- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 163 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 471 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 984 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 299 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 317 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 45 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 447 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 261 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 217 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 104 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 648 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 978 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 70 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 457 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 363 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 621 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 496 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 922 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 482 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom (4.8 kB at 57 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 552 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 157 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 185 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 83 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 487 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 309 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 269 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 618 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 840 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 87 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 696 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 760 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 175 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 187 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 65 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 129 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 644 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 172 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 308 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 134 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom (1.1 kB at 23 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom (3.0 kB at 60 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 444 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 410 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 563 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 849 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 3.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 513 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 4.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 344 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 146 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 154 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 144 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom (1.8 kB at 40 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom (1.0 kB at 26 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom (1.7 kB at 41 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom (1.3 kB at 47 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom (2.1 kB at 48 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom (1.1 kB at 26 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom (1.0 kB at 23 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 366 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 160 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 372 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 923 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 307 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 874 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 24 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 455 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 206 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 638 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 755 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 169 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 135 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 104 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 419 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 143 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar (206 kB at 566 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 37 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 286 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 199 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 161 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 75 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 284 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 30 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 185 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar (22 kB at 47 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 445 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 527 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 398 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 206 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar (13 kB at 24 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 450 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar (3.1 kB at 5.5 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar (7.0 kB at 12 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar (9.4 kB at 16 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 476 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar (37 kB at 62 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 88 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar (1.5 MB at 2.4 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar (38 kB at 60 kB/s) [INFO] Making changes in /home/jenkins/agent/workspace/release/maven-plugin [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/maven-plugin/rcptt-maven-plugin [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] Making changes in /home/jenkins/agent/workspace/release/maven-plugin/rcptt-maven-util [INFO] pom.xml//project/parent/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] pom.xml//project/version: 2.5.5-SNAPSHOT => 2.5.5.M3 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.5-SNAPSHOT ......... SUCCESS [ 3.242 s] [INFO] Utilities for RCPTT-related maven plugins .......... SKIPPED [INFO] RCPTT runner maven plugin 2.5.5-SNAPSHOT ........... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.505 s [INFO] Finished at: 2024-04-24T10:03:36Z [INFO] ------------------------------------------------------------------------ ================== Updating Maven Script ================== [INFO] Scanning for projects... [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 11 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 490 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 521 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 300 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 374 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 280 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 471 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 373 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 456 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 708 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 2.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 344 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 1.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 374 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 583 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 772 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 411 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 6.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom (15 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 996 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar (209 kB at 12 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 818 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 6.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom (11 kB at 792 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom (5.0 kB at 251 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 3.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 357 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar (53 kB at 3.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 1.0 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 469 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.2 kB at 94 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.pom (10.0 kB at 766 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.16.2/versions-2.16.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.16.2/versions-2.16.2.pom (13 kB at 239 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom (36 kB at 2.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 471 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.jar (291 kB at 4.7 MB/s) [INFO] [INFO] -----------------------< com.xored.q7:q7.clean >------------------------ [INFO] Building q7.clean 2.5.5-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.16.2:set (default-cli) @ q7.clean --- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.pom (2.4 kB at 183 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 721 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 421 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 433 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 288 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.pom (2.6 kB at 203 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.pom (4.6 kB at 355 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.pom (568 B at 41 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 35 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 3.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 872 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 2.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 225 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 2.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 5.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 1.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 2.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 6.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 329 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 380 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 392 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 314 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom (1.5 kB at 110 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom (18 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom (1.5 kB at 96 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 207 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 1.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 354 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 155 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 216 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 70 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 279 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 68 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 385 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 188 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 186 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 196 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 61 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 336 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 946 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 439 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 130 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 214 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 719 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 73 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 212 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 417 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 249 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 354 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 172 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 2.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 171 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 199 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 316 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 994 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 33 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 508 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 611 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 522 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 449 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom (22 kB at 1.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 6.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom (23 kB at 726 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 228 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 437 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 719 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 463 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 315 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 457 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 225 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 141 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 284 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 68 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 96 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom (4.4 kB at 313 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 68 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom (19 kB at 350 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 551 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 2.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 414 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 5.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 116 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 503 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 132 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 189 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 300 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 825 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 641 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 276 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 165 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 249 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 165 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 256 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 266 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 553 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 987 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 365 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 637 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 618 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 14 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 15 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 14 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 547 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 89 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 15 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 278 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 204 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 46 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 398 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 13 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 965 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 479 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 445 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 4.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 249 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 75 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 144 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 245 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.jar (13 kB at 846 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 9.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.jar (6.4 kB at 69 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 551 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 164 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.jar (46 kB at 240 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 482 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 3.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 54 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.jar (168 kB at 844 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 286 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 297 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 706 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar (501 kB at 2.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 213 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 186 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 263 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar (12 kB at 41 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar (219 kB at 738 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 14 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (247 kB at 833 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 207 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 2.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar (12 kB at 38 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 209 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 52 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 45 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 31 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 46 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 840 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 20 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 889 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 643 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 835 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 595 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 339 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 183 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 222 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 912 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 634 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 131 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 19 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 383 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 995 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 1.1 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar (1.6 MB at 2.5 MB/s) [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/release [INFO] Processing change of com.xored.q7:q7.clean:2.5.5-SNAPSHOT -> 2.5.5.M3 [INFO] Processing com.xored.q7:q7.clean [INFO] Updating project com.xored.q7:q7.clean [INFO] from version 2.5.5-SNAPSHOT to 2.5.5.M3 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.939 s [INFO] Finished at: 2024-04-24T10:03:45Z [INFO] ------------------------------------------------------------------------ ================== Updating RCPTT Tests ================== [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.5-SNAPSHOT/maven-metadata.xml [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.2 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20240424.011332-296.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20240424.011332-296.pom [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20240424.011332-296.pom (1.8 kB at 16 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/maven-metadata.xml [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 4.3 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-20240424.011324-296.pom [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-SNAPSHOT/rcptt-maven-modules-2.5.5-20240424.011324-296.pom (2.5 kB at 63 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/maven-metadata.xml [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 18 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20240424.011328-296.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20240424.011328-296.pom [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20240424.011328-296.pom (1.5 kB at 19 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 53 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 345 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 1.1 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 147 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 533 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.4/maven-3.5.4.pom (23 kB at 1.5 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 3.1 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom (4.0 kB at 109 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 388 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.7 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.1 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom (1.8 kB at 122 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom (2.6 kB at 154 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom (1.5 kB at 102 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 97 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 212 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 429 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 747 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom (1.9 kB at 135 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom (2.1 kB at 162 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom (2.9 kB at 173 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 135 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 1.1 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 547 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 202 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 960 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 309 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom (3.1 kB at 112 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 570 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 761 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom (4.1 kB at 314 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 158 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 1.4 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 172 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 171 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 266 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 512 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 417 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 3.2 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.0/guice-4.2.0.pom (11 kB at 913 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 1.2 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/google/5/google-5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/google/5/google-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 223 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 603 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 762 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 88 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 350 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 163 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 425 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 251 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 231 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 399 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 2.0 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 438 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20240424.011332-296.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20240424.011328-296.jar [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-SNAPSHOT/rcptt-maven-plugin-2.5.5-20240424.011332-296.jar (39 kB at 233 kB/s) [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.5-SNAPSHOT/rcptt-maven-util-2.5.5-20240424.011328-296.jar (23 kB at 128 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar (196 kB at 9.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar (165 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 2.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 368 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 214 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 387 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 3.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 134 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 3.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 63 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 68 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 126 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar (55 kB at 250 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar (48 kB at 207 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 771 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 290 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 622 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 785 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 118 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 548 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 519 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 146 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 658 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 18 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 14 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 1.3 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 946 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 131 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.2 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 5.5 MB/s) [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 central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (781 B at 49 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 710 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 736 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 4.0 MB/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 2.8 MB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (870 B at 72 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 681 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 central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 3.6 MB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml [INFO] [INFO] ------------< org.eclipse.rcptt.tests:q7-module-ide-tests >------------- [INFO] Building q7-module-ide-tests 2.5.5-SNAPSHOT [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- versions-maven-plugin:2.16.2:use-dep-version (default-cli) @ q7-module-ide-tests --- [INFO] Updated com.xored.q7:q7contexts.shared:rcpttTest:2.5.5-SNAPSHOT to version 2.5.5.M3 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.287 s [INFO] Finished at: 2024-04-24T10:03:59Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml [INFO] [INFO] --------------------< org.eclipse.rcptt.tests:base >-------------------- [INFO] Building base 2.5.5-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.16.2:set (default-cli) @ base --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/release/./rcpttTests [INFO] Processing change of org.eclipse.rcptt.tests:base:2.5.5-SNAPSHOT -> 2.5.5.M3 [INFO] Processing org.eclipse.rcptt.tests:base [INFO] Updating project org.eclipse.rcptt.tests:base [INFO] from version 2.5.5-SNAPSHOT to 2.5.5.M3 [INFO] [INFO] Processing org.eclipse.rcptt.tests:q7-module-ide-tests [INFO] Updating parent org.eclipse.rcptt.tests:base [INFO] from version 2.5.5-SNAPSHOT to 2.5.5.M3 [INFO] [INFO] Processing org.eclipse.rcptt.tests:tests [INFO] Updating parent org.eclipse.rcptt.tests:base [INFO] from version 2.5.5-SNAPSHOT to 2.5.5.M3 [INFO] [INFO] Processing org.eclipse.rcptt.tests:platform_tests [INFO] Updating parent org.eclipse.rcptt.tests:tests [INFO] from version 2.5.5-SNAPSHOT to 2.5.5.M3 [INFO] Updating dependency org.eclipse.rcptt.tests:q7contexts.shared [INFO] from version 2.5.5-SNAPSHOT to 2.5.5.M3 [INFO] [INFO] Processing org.eclipse.rcptt.tests:q7contexts.shared [INFO] Updating parent org.eclipse.rcptt.tests:tests [INFO] from version 2.5.5-SNAPSHOT to 2.5.5.M3 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.322 s [INFO] Finished at: 2024-04-24T10:04:05Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml [INFO] [INFO] --------------------< org.eclipse.rcptt.tests:base >-------------------- [INFO] Building base 2.5.5.M3 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.16.2:set-property (default-cli) @ base --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.497 s [INFO] Finished at: 2024-04-24T10:04:10Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml [INFO] [INFO] --------------------< org.eclipse.rcptt.tests:base >-------------------- [INFO] Building base 2.5.5.M3 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.16.2:set-property (default-cli) @ base --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.409 s [INFO] Finished at: 2024-04-24T10:04:15Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml [INFO] [INFO] --------------------< org.eclipse.rcptt.tests:base >-------------------- [INFO] Building base 2.5.5.M3 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.16.2:set-property (default-cli) @ base --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.214 s [INFO] Finished at: 2024-04-24T10:04:21Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [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/release/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 19 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 364 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 182 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 13 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 91 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 30 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 65 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 363 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 106 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 60 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 643 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 348 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.4 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 435 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 184 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 785 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 439 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 153 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 66 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 47 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 201 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 14 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 73 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 30 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 11 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 144 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 443 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 69 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 41 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 19 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 452 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 32 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 55 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 43 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 43 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 54 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/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar (5.5 kB at 72 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.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar (22 kB at 232 kB/s) [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 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] 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/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.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 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 269 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 936 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/tukaani/xz/1.9/xz-1.9.jar (116 kB at 399 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/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 44 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/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 718 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 8.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar (13 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar (3.1 kB at 8.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar (38 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 2.7 MB/s) [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 345 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar (6.7 kB at 17 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/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar (16 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 11 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 117 kB/s) [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 211 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 60 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 3.0 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 25 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 9.9 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 7.0 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 3.1 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 389 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 465 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 1.9 MB/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 528 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 2.9 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 20 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar (14 kB at 539 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 53 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 250 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 435 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 43 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 56 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 271 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 845 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 2.3 MB/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 407 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 5.5 MB/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 17 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 89 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 115 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 112 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 502 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 85 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 524 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.7 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 346 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 62 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 86 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 194 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 42 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 56 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 60 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 829 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 74 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/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] 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] 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 789 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 598 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar (20 kB at 227 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar (28 kB at 304 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 1.3 MB/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 5.6 MB/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 329 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.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 575 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 3.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 3.3 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 574 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 554 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 300 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 511 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 35 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 242 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 1.3 MB/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 570 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 923 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 59 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 4.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 287 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 3.1 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 44 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 93 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 587 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 54 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 45 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 74 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 31 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 29 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 94 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 78 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 80 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 103 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 54 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 91 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 49 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 108 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 43 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 77 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 379 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 920 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 439 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 18 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 126 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 57 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 713 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 400 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 51 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 54 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 754 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.2 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 67 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 127 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 193 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 497 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 114 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 55 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 288 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 215 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 241 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 411 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 208 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 31 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 350 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 87 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 52 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.1 MB/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 1.1 MB/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 137 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 94 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 8.5 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 137 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 370 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 20 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 20 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 64 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 43 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 27 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 53 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 14 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 150 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 204 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 63 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 33 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 26 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 58 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 113 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 82 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 20 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 54 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 36 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 79 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 62 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 55 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 423 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 48 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 59 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 76 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 110 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 102 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 188 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 159 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 180 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 474 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 74 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 9.8 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 166 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 204 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 100 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 71 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 58 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 34 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 159 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 48 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 47 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 125 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 290 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 79 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 96 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 384 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 78 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 102 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 73 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 1.1 MB/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 45 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 230 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.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.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.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/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 453 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 684 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 164 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.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar (1.2 MB at 7.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.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar (425 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.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.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar (706 kB at 2.6 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.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar (680 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.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/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar (3.7 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar (185 kB at 663 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar (616 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.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.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar (716 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-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.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar (736 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-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.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar (111 kB at 297 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.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar (672 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar (782 kB at 1.9 MB/s) [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.3 MB/s) [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 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 435 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 86 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 595 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/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 419 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 62 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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 78 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-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar (27 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 663 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 68 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 70 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 560 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 192 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 294 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 664 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 1.3 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.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 3.0 MB/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 183 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 251 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 1.3 MB/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 734 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.1 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 377 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 986 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 174 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 482 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 802 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 481 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 599 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 31 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 129 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 276 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 2.2 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 463 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 515 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 434 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 423 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 5.9 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 20 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 270 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 79 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 78 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/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 3.3 MB/s) [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 315 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.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 918 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 1.1 MB/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 59 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 22 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 7.5 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 47 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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.repositories:dependencies:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 [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 143 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 300 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 522 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 366 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 185 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 56 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 541 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 23 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 83 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 87 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 46 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 46 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 324 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 244 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 12 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 136 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 118 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 98 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 160 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 481 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 131 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 102 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.3 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 332 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.2 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-artifact/3.0/maven-artifact-3.0.jar (52 kB at 674 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 604 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 549 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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 1.0 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.2 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 9.4 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 212 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 420 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 826 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 57 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 110 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 29 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 85 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 29 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 58 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 69 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 133 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 195 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 38 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 36 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 37 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 78 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 102 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 404 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 22 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 37 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 264 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 460 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 23 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 73 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 369 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 96 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 103 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 52 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 27 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 476 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 38 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 45 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 94 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 897 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 196 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 243 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 322 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 271 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 508 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 67 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 443 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 99 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 51 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 53 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 152 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 92 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 45 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 81 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 108 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 321 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 708 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 75 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 306 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 534 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 189 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 145 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/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/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/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/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.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/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.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] 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 216 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar (31 kB at 80 kB/s) [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-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/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/3.8.1/maven-settings-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 948 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/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 448 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar [INFO] 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 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 83 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] 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.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 349 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 218 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-core/3.8.1/maven-core-3.8.1.jar (634 kB at 3.3 MB/s) [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 141 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 301 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar [INFO] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 758 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 877 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.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-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] 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 820 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/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 1.6 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 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 921 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 660 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 207 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 979 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 7.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 166 kB/s) [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 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 69 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/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 649 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 170 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 113 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 901 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 7.7 MB/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.M3 [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.M3 [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.M3 [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.M3 [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 153 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 472 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 2.1 MB/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 165 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 186 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.5/tycho-buildtimestamp-jgit-2.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.5/tycho-buildtimestamp-jgit-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar (167 kB at 2.4 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 166 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 546 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar (2.9 MB at 27 MB/s) [INFO] The project's OSGi version is 2.5.5.M3 [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 13 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 129 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 141 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 144 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 18 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 53 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 58 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 38 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/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 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 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/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar (3.5 kB at 53 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 262 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 402 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 64 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 19 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/release/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 829 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 86 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 278 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 28 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 198 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 288 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 76 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 147 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 242 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 48 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 83 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 118 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 64 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 276 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 69 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 106 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 56 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 79 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 172 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 127 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 88 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 720 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 248 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 966 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 361 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 33 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 88 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 35 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 58 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 107 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 152 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 239 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 260 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 37 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-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-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 518 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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 407 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.0 MB/s) [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 631 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 632 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-impl/1.7/aether-impl-1.7.jar (106 kB at 1.2 MB/s) [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 833 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 1.2 MB/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] 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/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-spi/1.7/aether-spi-1.7.jar (14 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 238 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 884 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 48 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.5 MB/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/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 272 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 170 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 398 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/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 27 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 70 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 159 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 326 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 54 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 42 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 68 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 120 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 214 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 36 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 104 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 34 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 68 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 178 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 89 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 31 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/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/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] 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] 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.2 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 2.8 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-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.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 133 kB/s) [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 522 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] 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/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 751 kB/s) [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 421 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 1.8 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 132 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 8.7 MB/s) [INFO] Executing tasks main: main: [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.20.202311040357.jar [mkdir] Created dir: /tmp/usignjar-1154701101 [unjar] Expanding: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.20.202311040357.jar into /tmp/usignjar-1154701101 [delete] Deleting: /home/jenkins/agent/workspace/release/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/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.runtime_1.9.20.202311040357.jar [delete] Deleting directory /tmp/usignjar-1154701101 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.20.202311040357.jar [mkdir] Created dir: /tmp/usignjar-1154701101 [unjar] Expanding: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.20.202311040357.jar into /tmp/usignjar-1154701101 [delete] Deleting: /home/jenkins/agent/workspace/release/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/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.aspectj.weaver_1.9.20.202311040357.jar [delete] Deleting directory /tmp/usignjar-1154701101 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/release/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-1154701101 [unjar] Expanding: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.aspectj_1.0.400.202311040357.jar into /tmp/usignjar-1154701101 [delete] Deleting: /home/jenkins/agent/workspace/release/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/release/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-1154701101 [echo] Removing signatures from JAR: /home/jenkins/agent/workspace/release/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-1154701101 [unjar] Expanding: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar into /tmp/usignjar-1154701101 [delete] Deleting: /home/jenkins/agent/workspace/release/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/release/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-1154701101 [delete] Deleting: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [delete] Deleting: /home/jenkins/agent/workspace/release/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/release/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-runtime3509797546336547905.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/, -metadataRepository, file:/home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/release/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 82 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 60 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 142 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 71 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 21 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 53 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 26 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 33 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 41 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 57 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 62 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.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.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.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.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/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 707 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/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 1.0 MB/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.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 557 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.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 180 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 3.7 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] 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.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 344 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 236 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 245 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 772 kB/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 27 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar (425 kB at 2.3 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/release/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 65 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 1.0 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 911 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 255 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 51 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 204 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 44 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 33 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 176 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 115 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 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 88 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 359 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 46 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 23 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 64 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/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/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 608 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.0 MB/s) [INFO] 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/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 234 kB/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/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 82 kB/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/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 90 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/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 114 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.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 158 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 92 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 261 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 1.4 MB/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 63 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/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5.M3.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/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.aspectj.e44x/target/org.eclipse.rcptt.updates.aspectj.e44x-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5.M3.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/release/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.kepler/target/org.eclipse.rcptt.updates.kepler-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5.M3.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/release/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.external.dependencies.rap/target/org.eclipse.rcptt.updates.external.dependencies.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5.M3.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/release/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/dependencies/bundles/org.eclipse.rcptt.updates.extra/target/org.eclipse.rcptt.updates.extra-2.5.5.M3.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.M3 [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.M3 [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/release/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/target/org.eclipse.rcptt.external.dependencies.rap.feature-2.5.5.M3.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/release/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/target/org.eclipse.rcptt.external.dependencies.rap.feature-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/dependencies/features/org.eclipse.rcptt.external.dependencies.rap-feature/target/org.eclipse.rcptt.external.dependencies.rap.feature-2.5.5.M3.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.M3 [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.M3 [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/release/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/target/org.eclipse.rcptt.external.dependencies.feature-2.5.5.M3.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/release/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/target/org.eclipse.rcptt.external.dependencies.feature-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/dependencies/features/org.eclipse.rcptt.external.dependencies-feature/target/org.eclipse.rcptt.external.dependencies.feature-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/repository/dependencies/target/dependencies-2.5.5.M3.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.M3 ................................. SUCCESS [ 6.682 s] [INFO] dependencies ....................................... SUCCESS [ 0.004 s] [INFO] bundles ............................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.updates.aspectj.e44x ............. SUCCESS [ 15.463 s] [INFO] org.eclipse.rcptt.updates.kepler ................... SUCCESS [ 12.401 s] [INFO] org.eclipse.rcptt.updates.external.dependencies.rap SUCCESS [ 15.573 s] [INFO] org.eclipse.rcptt.updates.extra .................... SUCCESS [ 4.824 s] [INFO] features ........................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.external.dependencies.feature .... SUCCESS [ 0.867 s] [INFO] org.eclipse.rcptt.external.dependencies.rap.feature SUCCESS [ 2.932 s] [INFO] dependencies 2.5.5.M3 .............................. SUCCESS [ 4.663 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:35 min [INFO] Finished at: 2024-04-24T10:06:01Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:ecl-repository:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.watson:2.5.5.M3 @ /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.jobs:2.5.5.M3 @ /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson.jobs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.watson.ui:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.tesla.core:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.search:2.5.5.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.builder:2.5.5.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.builder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.scenario:2.5.5.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.scenario/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.launching:2.5.5.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.logging:2.5.5.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.logging/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.verifications:2.5.5.M3 @ /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting:2.5.5.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.reporting/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources:2.5.5.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.util.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.swt:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.highlighter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar:2.5.5.M3 @ /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.expandbar/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.core.tests:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.search.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:core-repository:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.core/target/org.eclipse.rcptt.ecl.core-2.5.5.M3.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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.client.tcp/target/org.eclipse.rcptt.ecl.client.tcp-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.dispatch/target/org.eclipse.rcptt.ecl.dispatch-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.parser/target/org.eclipse.rcptt.ecl.parser-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.doc/target/org.eclipse.rcptt.ecl.doc-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.perf/target/org.eclipse.rcptt.ecl.perf-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.platform/target/org.eclipse.rcptt.ecl.platform-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp/target/org.eclipse.rcptt.ecl.server.tcp-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5.M3.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/release/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.logging/target/org.eclipse.rcptt.logging-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5.M3.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/release/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.core.context/target/org.eclipse.rcptt.tesla.core.context-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5.M3.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/release/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.util/target/org.eclipse.rcptt.util-2.5.5.M3.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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.scanner/target/org.eclipse.rcptt.core.ecl.scanner-2.5.5.M3.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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5.M3.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/release/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.util.resources/target/org.eclipse.rcptt.util.resources-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.filesystem/target/org.eclipse.rcptt.ecl.filesystem-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.runtime/target/org.eclipse.rcptt.ecl.debug.runtime-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.popup/target/org.eclipse.rcptt.ecl.popup-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.shell/target/org.eclipse.rcptt.ecl.shell-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.operations/target/org.eclipse.rcptt.ecl.operations-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5.M3.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/release/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/org.eclipse.rcptt.ecl.perf.tests-2.5.5.M3.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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/data, -install, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work, -configuration, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.perf.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/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.384 s - in org.eclipse.rcptt.ecl.perf.tests.TimePerfTest testSimple(org.eclipse.rcptt.ecl.perf.tests.TimePerfTest) Time elapsed: 0.207 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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5.M3.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/release/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/org.eclipse.rcptt.ecl.doc.tests-2.5.5.M3.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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/data, -install, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work, -configuration, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.doc.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/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.708 s - in org.eclipse.rcptt.ecl.doc.tests.EclDocTest test01(org.eclipse.rcptt.ecl.doc.tests.EclDocTest) Time elapsed: 0.693 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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.server.tcp.ui/target/org.eclipse.rcptt.ecl.server.tcp.ui-2.5.5.M3.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.M3 [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.M3 [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/release/ecl/features/org.eclipse.rcptt.ecl.server-feature/target/org.eclipse.rcptt.ecl.server-2.5.5.M3.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/release/ecl/features/org.eclipse.rcptt.ecl.server-feature/target/org.eclipse.rcptt.ecl.server-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.server-feature/target/org.eclipse.rcptt.ecl.server-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5.M3.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/release/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.core/target/org.eclipse.rcptt.tesla.core-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.platform.ui/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.interop/target/org.eclipse.rcptt.ecl.interop-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.formatter/target/org.eclipse.rcptt.core.ecl.formatter-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.highlighter/target/org.eclipse.rcptt.core.ecl.highlighter-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/target/org.eclipse.rcptt.ecl.debug.core-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.popup.ui/target/org.eclipse.rcptt.ecl.popup.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server/target/org.eclipse.rcptt.ecl.telnet.server-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5.M3.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/release/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/org.eclipse.rcptt.ecl.parser.test-2.5.5.M3.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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/data, -install, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work, -configuration, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.parser.test/target/surefire.properties] Running org.eclipse.rcptt.ecl.parser.test.ExecServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 s - in org.eclipse.rcptt.ecl.parser.test.ExecServiceTest letExpression(org.eclipse.rcptt.ecl.parser.test.ExecServiceTest) Time elapsed: 0.403 s Running org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s testLexer002(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testLexer003(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.001 s testLexer004(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 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.094 s - in org.eclipse.rcptt.ecl.parser.test.SimpleParserTest testCurlyArgWithCommentInside(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 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 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 s testParser001d(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001e(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001f(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser001g(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser001h(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser003a(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewlineBeforePlus(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser002(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser003(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser004(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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 s testParser010(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser011(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser012(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testParser016(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser017(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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 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.001 s testCommentedClosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommandAndCommentsAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommentAfterPipe(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testMultilineCommentedClosedBrace(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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 s testNewLineWithSpacesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testSubCommandWithEverything(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.063 s testScringEscape(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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 s testVarDereference(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentAndEolAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testNewLinesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testCommandAfterComment(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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.001 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.M3 [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.M3 [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/release/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/target/org.eclipse.rcptt.ecl.server.ui-2.5.5.M3.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/release/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/target/org.eclipse.rcptt.ecl.server.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.server.ui-feature/target/org.eclipse.rcptt.ecl.server.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5.M3.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/release/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.ecl/target/org.eclipse.rcptt.tesla.ecl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5.M3.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/release/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson.core/target/org.eclipse.rcptt.watson.core-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5.M3.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/release/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.recording.core/target/org.eclipse.rcptt.tesla.recording.core-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.scenario/target/org.eclipse.rcptt.core.scenario-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5.M3.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/release/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/org.eclipse.rcptt.ecl.core.tests-2.5.5.M3.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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/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.44 s - in org.eclipse.rcptt.ecl.core.tests.StatusesTest testTimeout(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.314 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.LocalCoreTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.022 s - in org.eclipse.rcptt.ecl.core.tests.LocalCoreTest testExec1(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.003 s testExec2(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.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.003 s testPipeline(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.003 s testExecSequence(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s testIsPipeEmpty2(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s testHWCommand(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0 s testIsPipeEmpty(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.ecl.core.tests.FormatterTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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 s test02(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.001 s test03(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0 s test04(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.004 s test05(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.003 s testBigIndent(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.001 s 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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5.M3.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/release/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/org.eclipse.rcptt.core.ecl.formatter.test-2.5.5.M3.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/release/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/release/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/release/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/data, -install, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work, -configuration, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.ecl.formatter.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/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 s testBigWrap(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testPipeline(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s testBigIndent(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.001 s testNoArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.debug.ui >-------- [INFO] Building org.eclipse.rcptt.ecl.debug.ui 2.5.5.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.debug.ui/target/org.eclipse.rcptt.ecl.debug.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.telnet.server.ui/target/org.eclipse.rcptt.ecl.telnet.server.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5.M3.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/release/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/org.eclipse.rcptt.ecl.operations.tests-2.5.5.M3.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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/data, -install, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work, -configuration, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.operations.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/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.493 s - in org.eclipse.rcptt.ecl.operations.tests.FindAllTest testFindAllFail(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.413 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.003 s Running org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest testParseFail(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.002 s testDate(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.001 s testTime(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.001 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.rcptt.ecl:org.eclipse.rcptt.ecl.data >---------- [INFO] Building org.eclipse.rcptt.ecl.data 2.5.5.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.data/target/org.eclipse.rcptt.ecl.data-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5.M3.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/release/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.expandbar/target/org.eclipse.rcptt.expandbar-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5.M3.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/release/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson.jobs/target/org.eclipse.rcptt.watson.jobs-2.5.5.M3.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.M3 [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] The project's OSGi version is 2.5.5.M3 [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/release/core/org.eclipse.rcptt.tesla-feature/target/org.eclipse.rcptt.tesla-2.5.5.M3.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/release/core/org.eclipse.rcptt.tesla-feature/target/org.eclipse.rcptt.tesla-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla-feature/target/org.eclipse.rcptt.tesla-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5.M3.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/release/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.recording.core.ecl/target/org.eclipse.rcptt.tesla.recording.core.ecl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5.M3.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/release/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/org.eclipse.rcptt.ecl.client.tcp.tests-2.5.5.M3.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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/data, -install, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work, -configuration, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.client.tcp.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/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.731 s - in org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession testCommandExecution001(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.382 s processDiesIfSessionIsClosed(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.158 s errorIsReported(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.053 s istatusPropagatesTraces(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.059 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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5.M3.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/release/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/plugins/org.eclipse.rcptt.ecl.data.apache.poi/target/org.eclipse.rcptt.ecl.data.apache.poi-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5.M3.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/release/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/org.eclipse.rcptt.ecl.data.tests-2.5.5.M3.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/release/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/release/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/release/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/data, -install, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work, -configuration, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/ecl/tests/org.eclipse.rcptt.ecl.data.tests/target/surefire.properties] Running org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.62 s - in org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest testFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.357 s testProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.133 s testAbsentProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.006 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.007 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.006 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.013 s - in org.eclipse.rcptt.ecl.data.tests.ReadFileTest testReadFile(org.eclipse.rcptt.ecl.data.tests.ReadFileTest) Time elapsed: 0.011 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.116 s - in org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests write(org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests) Time elapsed: 0.054 s testSimple(org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests) Time elapsed: 0.004 s Running org.eclipse.rcptt.ecl.data.tests.WriteLinesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.rcptt.ecl.data.tests.WriteLinesTest failToWriteInDir(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.01 s writeToNewFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.009 s writeTwiceToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.007 s writeToNewFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.003 s writeToNewProject(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.074 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.007 s appendToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.003 s Running org.eclipse.rcptt.ecl.data.tests.DeleteFileTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.rcptt.ecl.data.tests.DeleteFileTest testWorkspaceFolder(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.01 s testInput(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.07 s testProject(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.012 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.007 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.M3 [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.M3 [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/release/watson/org.eclipse.rcptt.watson-feature/target/org.eclipse.rcptt.watson-2.5.5.M3.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/release/watson/org.eclipse.rcptt.watson-feature/target/org.eclipse.rcptt.watson-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson-feature/target/org.eclipse.rcptt.watson-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5.M3.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/release/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/watson/org.eclipse.rcptt.watson.ui/target/org.eclipse.rcptt.watson.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5.M3.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/release/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core/target/org.eclipse.rcptt.core-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.swt/target/org.eclipse.rcptt.core.swt-2.5.5.M3.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.M3 [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.M3 [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/release/ecl/features/org.eclipse.rcptt.ecl.core-feature/target/org.eclipse.rcptt.ecl.core-2.5.5.M3.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/release/ecl/features/org.eclipse.rcptt.ecl.core-feature/target/org.eclipse.rcptt.ecl.core-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.core-feature/target/org.eclipse.rcptt.ecl.core-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.search/target/org.eclipse.rcptt.core.search-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5.M3.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/release/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.reporting/target/org.eclipse.rcptt.reporting-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5.M3.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/release/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications/target/org.eclipse.rcptt.verifications-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.parser/target/org.eclipse.rcptt.core.ecl.parser-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.debug/target/org.eclipse.rcptt.ctx.debug-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.group/target/org.eclipse.rcptt.ctx.group-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.preferences/target/org.eclipse.rcptt.ctx.preferences-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5.M3.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/release/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.resources/target/org.eclipse.rcptt.resources-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.super/target/org.eclipse.rcptt.ctx.super-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.capability/target/org.eclipse.rcptt.ctx.capability-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.workbench/target/org.eclipse.rcptt.ctx.workbench-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.parameters/target/org.eclipse.rcptt.ctx.parameters-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.filesystem/target/org.eclipse.rcptt.ctx.filesystem-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5.M3.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/release/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.time/target/org.eclipse.rcptt.verifications.time-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5.M3.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/release/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.text/target/org.eclipse.rcptt.verifications.text-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5.M3.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/release/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.log/target/org.eclipse.rcptt.verifications.log-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.swt.win64/target/org.eclipse.rcptt.core.swt.win64-2.5.5.M3.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.M3 [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.M3 [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/release/ecl/features/org.eclipse.rcptt.ecl.ide-feature/target/org.eclipse.rcptt.ecl.ide-2.5.5.M3.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/release/ecl/features/org.eclipse.rcptt.ecl.ide-feature/target/org.eclipse.rcptt.ecl.ide-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.ide-feature/target/org.eclipse.rcptt.ecl.ide-2.5.5.M3.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.M3 [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.M3 [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/release/ecl/features/org.eclipse.rcptt.ecl.shell-feature/target/org.eclipse.rcptt.ecl.shell-2.5.5.M3.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/release/ecl/features/org.eclipse.rcptt.ecl.shell-feature/target/org.eclipse.rcptt.ecl.shell-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.shell-feature/target/org.eclipse.rcptt.ecl.shell-2.5.5.M3.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.M3 [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.M3 [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/release/ecl/features/org.eclipse.rcptt.ecl.platform-feature/target/org.eclipse.rcptt.ecl.platform-2.5.5.M3.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/release/ecl/features/org.eclipse.rcptt.ecl.platform-feature/target/org.eclipse.rcptt.ecl.platform-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.platform-feature/target/org.eclipse.rcptt.ecl.platform-2.5.5.M3.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.M3 [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.M3 [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/release/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5.M3.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/release/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.platform.ui-feature/target/org.eclipse.rcptt.ecl.platform.ui-2.5.5.M3.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.M3 [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.M3 [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/release/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/target/org.eclipse.rcptt.ecl.sdk-2.5.5.M3.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/release/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/target/org.eclipse.rcptt.ecl.sdk-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/ecl/features/org.eclipse.rcptt.ecl.sdk-feature/target/org.eclipse.rcptt.ecl.sdk-2.5.5.M3.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.M3 [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.M3 [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/release/core/org.eclipse.rcptt.tesla.ecl-feature/target/org.eclipse.rcptt.tesla.ecl-2.5.5.M3.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/release/core/org.eclipse.rcptt.tesla.ecl-feature/target/org.eclipse.rcptt.tesla.ecl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.tesla.ecl-feature/target/org.eclipse.rcptt.tesla.ecl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5.M3.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/release/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.search.test/target/org.eclipse.rcptt.core.search.test-2.5.5.M3.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/release/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/release/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/release/tests/org.eclipse.rcptt.core.search.test/target/work/data, -install, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.search.test/target/work, -configuration, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.search.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/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.319 s - in org.eclipse.rcptt.core.search.test.TagsContentAssistTest testTag1And(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.288 s testTag(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testEmpty(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag2(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTagSpace(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1AndNot(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTagWithOpenParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 s testTagWithCloseParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1Space(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.ecl.core/target/org.eclipse.rcptt.core.ecl.core-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5.M3.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/release/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.tree/target/org.eclipse.rcptt.verifications.tree-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5.M3.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/release/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.ecl.parser.test/target/org.eclipse.rcptt.core.ecl.parser.test-2.5.5.M3.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/release/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/release/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/release/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/data, -install, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work, -configuration, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.ecl.parser.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.ecl.parser.test/target/surefire.properties] Running org.eclipse.rcptt.core.ecl.parser.test.CompleterTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.rcptt.core.ecl.parser.test.CompleterTest testSingleCommandNoMatch(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.005 s testPrefixedFilteredArgProposalArgName(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 s testPrefixedArgProposalArgName(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testSingleDollar(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testArgProposalAfterDash(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testPrefixedArgProposalVar(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0.001 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.041 s testMultiCommandMultiStringArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testPrefixedFilteredArgProposalArgNameNonLastLine(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testEmptyScript(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testSingleCommand(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testMultiCommandOneStringArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testArgProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s testArgNonLastLineProposal(org.eclipse.rcptt.core.ecl.parser.test.CompleterTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.NewParserTest ----------- Identifier foo foo null ----------- Spacing null null ----------- Option -bar bar null ----------- Spacing null null ----------- Invalid - null Invalid option name. Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.001 s pipeWithArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s simpleScriptArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s simplePipe(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testSemicolon(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 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.001 s namedArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s boolArgs(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0 s testCommentsBetweenPipes(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) 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.005 s - in org.eclipse.rcptt.core.ecl.parser.test.ParserTest testSimpleIdArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNamedArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testEmpty(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testStrangeCrash(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testPipeArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testNoArgsCommand(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testArgLineBreak(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleNumArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleRefArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSimpleStrArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testBoolArg(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testTwoNoArgsCommands(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0 s testSLComment(org.eclipse.rcptt.core.ecl.parser.test.ParserTest) Time elapsed: 0.001 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.PathTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.PerformanceTest Old Time - 21ms New Time - 12ms Scan Time - 9ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 s - in org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest test1(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.337 s testScanner(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.091 s Running org.eclipse.rcptt.core.ecl.parser.test.ModelTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.rcptt.core.ecl.parser.test.ModelTest testSimpleProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testTwoProcs(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.052 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 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 s testGlobal(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testLocalAfterLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testSimpleInsideLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.core.ecl.parser.test.ResolverTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.rcptt.core.ecl.parser.test.ResolverTest testParamAsArg(org.eclipse.rcptt.core.ecl.parser.test.ResolverTest) Time elapsed: 0.001 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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.resources/target/org.eclipse.rcptt.ctx.resources-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5.M3.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/release/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/verifications/org.eclipse.rcptt.verifications.resources/target/org.eclipse.rcptt.verifications.resources-2.5.5.M3.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.M3 [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.M3 [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/release/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] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar from http://download.eclipse.org/releases/2019-03/201903201000/features/ (19.13kB) [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ ecl-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/release/ecl/repository/target/ecl-repository-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.builder/target/org.eclipse.rcptt.core.builder-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5.M3.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/release/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core.launching/target/org.eclipse.rcptt.core.launching-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5.M3.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/release/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.verifications.tree.test/target/org.eclipse.rcptt.verifications.tree.test-2.5.5.M3.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/release/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/release/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/release/tests/org.eclipse.rcptt.verifications.tree.test/target/work/data, -install, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.verifications.tree.test/target/work, -configuration, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.verifications.tree.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/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.183 s - in org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest testAssertChildren(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.121 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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.script/target/org.eclipse.rcptt.ctx.script-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5.M3.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/release/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.tests/target/org.eclipse.rcptt.core.tests-2.5.5.M3.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/release/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/release/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/release/tests/org.eclipse.rcptt.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/tests/org.eclipse.rcptt.core.tests/target/surefire.properties] Running org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests testWritePlainFile(org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests) Time elapsed: 0.293 s Running org.eclipse.rcptt.core.tests.model.DeltaTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.508 s - in org.eclipse.rcptt.core.tests.model.DeltaTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.263 s testDeleteTestcase(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.057 s testNewFolderAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.053 s testElementRename(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.008 s Running org.eclipse.rcptt.core.tests.model.ModelMembersTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.eclipse.rcptt.core.tests.model.ModelMembersTests testElementExistance(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.16 s testFindContext(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.001 s Running org.eclipse.rcptt.core.tests.model.WorkingCopyTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.878 s - in org.eclipse.rcptt.core.tests.model.WorkingCopyTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.WorkingCopyTests) Time elapsed: 0.867 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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5.M3.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/release/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/contexts/org.eclipse.rcptt.ctx.extensions/target/org.eclipse.rcptt.ctx.extensions-2.5.5.M3.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.M3 [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] The project's OSGi version is 2.5.5.M3 [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/release/core/org.eclipse.rcptt.core-feature/target/org.eclipse.rcptt.core-2.5.5.M3.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/release/core/org.eclipse.rcptt.core-feature/target/org.eclipse.rcptt.core-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/core/org.eclipse.rcptt.core-feature/target/org.eclipse.rcptt.core-2.5.5.M3.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.M3 [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] The project's OSGi version is 2.5.5.M3 [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/release/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 --- [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] 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) [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from M3.Default 1.0.0.AH8S8OcLWdnhE9nd7AY99GG5AK7C 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 M3.Default 1.0.0.AH8S8OcLWdnhE9nd7AY99GG5AK7C 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 M3.Default 1.0.0.AH8S8OcLWdnhE9nd7AY99GG5AK7C 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/release/repository/core/target/core-repository-2.5.5.M3.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.423 s] [INFO] ecl-plugins ........................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 8.302 s] [INFO] org.eclipse.rcptt.ecl.client.tcp ................... SUCCESS [ 1.168 s] [INFO] org.eclipse.rcptt.ecl.dispatch ..................... SUCCESS [ 0.997 s] [INFO] org.eclipse.rcptt.ecl.filesystem ................... SUCCESS [ 1.483 s] [INFO] core 2.5.5.M3 ...................................... SUCCESS [ 0.004 s] [INFO] rcptt.core ......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.logging .......................... SUCCESS [ 1.696 s] [INFO] org.eclipse.rcptt.tesla.core.context ............... SUCCESS [ 1.111 s] [INFO] org.eclipse.rcptt.util ............................. SUCCESS [ 1.435 s] [INFO] org.eclipse.rcptt.tesla.core ....................... SUCCESS [ 5.142 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 2.549 s] [INFO] org.eclipse.rcptt.ecl.data ......................... SUCCESS [ 1.845 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi .............. SUCCESS [ 1.163 s] [INFO] org.eclipse.rcptt.ecl.parser ....................... SUCCESS [ 1.709 s] [INFO] org.eclipse.rcptt.ecl.debug.runtime ................ SUCCESS [ 1.261 s] [INFO] org.eclipse.rcptt.ecl.debug.core ................... SUCCESS [ 1.124 s] [INFO] org.eclipse.rcptt.ecl.debug.ui ..................... SUCCESS [ 1.325 s] [INFO] org.eclipse.rcptt.ecl.doc .......................... SUCCESS [ 1.245 s] [INFO] org.eclipse.rcptt.ecl.perf ......................... SUCCESS [ 1.902 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 2.015 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 1.414 s] [INFO] org.eclipse.rcptt.ecl.popup ........................ SUCCESS [ 2.332 s] [INFO] org.eclipse.rcptt.ecl.popup.ui ..................... SUCCESS [ 1.222 s] [INFO] org.eclipse.rcptt.ecl.server.tcp ................... SUCCESS [ 1.781 s] [INFO] org.eclipse.rcptt.ecl.server.tcp.ui ................ SUCCESS [ 1.116 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 0.850 s] [INFO] org.eclipse.rcptt.ecl.telnet.server ................ SUCCESS [ 1.530 s] [INFO] org.eclipse.rcptt.ecl.telnet.server.ui ............. SUCCESS [ 1.139 s] [INFO] org.eclipse.rcptt.ecl.operations ................... SUCCESS [ 1.793 s] [INFO] org.eclipse.rcptt.ecl.interop ...................... SUCCESS [ 1.270 s] [INFO] ecl-features ....................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 1.195 s] [INFO] org.eclipse.rcptt.ecl.ide .......................... SUCCESS [ 0.936 s] [INFO] org.eclipse.rcptt.ecl.server ....................... SUCCESS [ 0.739 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 0.853 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 0.837 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 0.931 s] [INFO] org.eclipse.rcptt.ecl.sdk .......................... SUCCESS [ 0.920 s] [INFO] org.eclipse.rcptt.ecl.server.ui .................... SUCCESS [ 0.795 s] [INFO] ecl-tests .......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ecl.parser.test .................. SUCCESS [ 4.764 s] [INFO] org.eclipse.rcptt.ecl.operations.tests ............. SUCCESS [ 4.953 s] [INFO] org.eclipse.rcptt.ecl.data.tests ................... SUCCESS [ 5.797 s] [INFO] org.eclipse.rcptt.ecl.core.tests ................... SUCCESS [ 7.119 s] [INFO] org.eclipse.rcptt.ecl.client.tcp.tests ............. SUCCESS [ 5.707 s] [INFO] org.eclipse.rcptt.ecl.perf.tests ................... SUCCESS [ 5.430 s] [INFO] org.eclipse.rcptt.ecl.doc.tests .................... SUCCESS [ 5.107 s] [INFO] ecl-repository ..................................... SUCCESS [ 2.786 s] [INFO] watson ............................................. SUCCESS [ 0.056 s] [INFO] org.eclipse.rcptt.watson.core ...................... SUCCESS [ 1.869 s] [INFO] org.eclipse.rcptt.watson.jobs ...................... SUCCESS [ 1.655 s] [INFO] org.eclipse.rcptt.watson ........................... SUCCESS [ 0.807 s] [INFO] org.eclipse.rcptt.watson.ui ........................ SUCCESS [ 1.342 s] [INFO] org.eclipse.rcptt.tesla.recording.core ............. SUCCESS [ 1.302 s] [INFO] org.eclipse.rcptt.tesla ............................ SUCCESS [ 0.735 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl ......... SUCCESS [ 1.051 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 0.838 s] [INFO] org.eclipse.rcptt.core.scenario .................... SUCCESS [ 1.176 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 2.428 s] [INFO] org.eclipse.rcptt.core.search ...................... SUCCESS [ 1.101 s] [INFO] org.eclipse.rcptt.reporting ........................ SUCCESS [ 1.227 s] [INFO] rcptt.core.verifications ........................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.verifications .................... SUCCESS [ 1.775 s] [INFO] org.eclipse.rcptt.core.ecl.core .................... SUCCESS [ 1.944 s] [INFO] org.eclipse.rcptt.core.ecl.scanner ................. SUCCESS [ 0.869 s] [INFO] org.eclipse.rcptt.core.ecl.parser .................. SUCCESS [ 1.115 s] [INFO] org.eclipse.rcptt.core.builder ..................... SUCCESS [ 1.044 s] [INFO] org.eclipse.rcptt.core.launching ................... SUCCESS [ 1.836 s] [INFO] rcptt.core.contexts ................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ctx.debug ........................ SUCCESS [ 1.778 s] [INFO] org.eclipse.rcptt.ctx.group ........................ SUCCESS [ 1.070 s] [INFO] org.eclipse.rcptt.ctx.preferences .................. SUCCESS [ 1.000 s] [INFO] org.eclipse.rcptt.resources ........................ SUCCESS [ 1.251 s] [INFO] org.eclipse.rcptt.ctx.resources .................... SUCCESS [ 1.626 s] [INFO] org.eclipse.rcptt.ctx.script ....................... SUCCESS [ 1.312 s] [INFO] org.eclipse.rcptt.ctx.super ........................ SUCCESS [ 0.894 s] [INFO] org.eclipse.rcptt.ctx.capability ................... SUCCESS [ 1.125 s] [INFO] org.eclipse.rcptt.ctx.workbench .................... SUCCESS [ 1.297 s] [INFO] org.eclipse.rcptt.ctx.parameters ................... SUCCESS [ 1.782 s] [INFO] org.eclipse.rcptt.ctx.filesystem ................... SUCCESS [ 0.879 s] [INFO] org.eclipse.rcptt.ctx.extensions ................... SUCCESS [ 1.029 s] [INFO] org.eclipse.rcptt.verifications.time ............... SUCCESS [ 1.657 s] [INFO] org.eclipse.rcptt.verifications.text ............... SUCCESS [ 1.147 s] [INFO] org.eclipse.rcptt.verifications.log ................ SUCCESS [ 1.137 s] [INFO] org.eclipse.rcptt.verifications.tree ............... SUCCESS [ 1.735 s] [INFO] org.eclipse.rcptt.verifications.resources .......... SUCCESS [ 1.025 s] [INFO] org.eclipse.rcptt.util.resources ................... SUCCESS [ 0.948 s] [INFO] org.eclipse.rcptt.core.swt ......................... SUCCESS [ 1.083 s] [INFO] org.eclipse.rcptt.core.swt.win64 ................... SUCCESS [ 0.851 s] [INFO] org.eclipse.rcptt.core.ecl.formatter ............... SUCCESS [ 1.528 s] [INFO] org.eclipse.rcptt.core.ecl.highlighter ............. SUCCESS [ 1.035 s] [INFO] org.eclipse.rcptt.expandbar ........................ SUCCESS [ 1.210 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 1.557 s] [INFO] rcptt.core.tests ................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.core.tests ....................... SUCCESS [ 17.875 s] [INFO] org.eclipse.rcptt.core.ecl.formatter.test .......... SUCCESS [ 4.283 s] [INFO] org.eclipse.rcptt.core.ecl.parser.test ............. SUCCESS [ 4.922 s] [INFO] org.eclipse.rcptt.verifications.tree.test .......... SUCCESS [ 4.918 s] [INFO] org.eclipse.rcptt.core.search.test ................. SUCCESS [ 4.747 s] [INFO] core-repository 2.5.5.M3 ........................... SUCCESS [ 4.707 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:00 min [INFO] Finished at: 2024-04-24T10:10:06Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/release/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 84 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 332 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 499 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 163 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.9 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (7.3 kB at 70 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom (7.2 kB at 153 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 306 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/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.forms.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.impl:2.5.5.M3 @ /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.resources.impl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.util.swt:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.gmf/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (12.63MB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (12.46MB of 12.63MB at 12.44MB/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.runtime-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.runtime-updatesite:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5.M3.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/release/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.util.swt/target/org.eclipse.rcptt.util.swt-2.5.5.M3.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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5.M3.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/release/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.ecl.data.apache.poi.impl/target/org.eclipse.rcptt.ecl.data.apache.poi.impl-2.5.5.M3.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.M3 [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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment/target/org.eclipse.rcptt.tesla.swt.fragment-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.core.am/target/org.eclipse.rcptt.tesla.core.am-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment/target/org.eclipse.rcptt.tesla.jface.fragment-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.variables/target/org.eclipse.rcptt.tesla.variables-2.5.5.M3.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.M3 [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 19 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 3.1 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.M3 [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/release/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/release/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/release/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 50 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 420 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.4 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 423 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 96 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 124 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 419 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 1.5 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 33 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 130 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 161 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 37 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 294 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 25 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 88 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 77 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 29 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 189 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 23 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 354 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 32 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 44 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 78 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 70 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 276 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 128 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 330 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 439 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 39 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 167 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 256 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 141 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 223 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 975 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 765 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 96 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 167 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 68 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 13 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 76 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 89 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 68 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 64 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 40 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 33 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 49 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 172 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 44 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 62 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 32 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 58 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 56 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 81 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 141 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 271 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 313 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 414 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 274 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 492 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 6.3 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 12 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 195 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 97 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 3.2 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 2.5 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 2.6 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 116 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 14 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 40 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 3.9 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 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 59 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 8.0 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 190 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 3.0 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 4.2 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 212 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 239 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 195 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 27 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 146 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 403 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 114 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 23 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 391 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 26 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 65 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 439 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 16 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 74 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 194 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 77 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 147 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 187 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 67 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 156 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 149 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 259 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 373 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 165 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 108 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 38 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 47 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 44 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 19 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 38 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 2.9 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 146 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 132 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 74 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 125 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 185 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 73 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 2.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 37 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 69 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 53 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-model/3.3.9/maven-model-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/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/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.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/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-model/3.3.9/maven-model-3.3.9.jar (164 kB at 1.8 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 4.2 MB/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.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 516 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.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 529 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.10/doxia-site-renderer-1.10.jar (65 kB at 609 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar (12 kB at 107 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/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 488 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.10/doxia-decoration-model-1.10.jar (60 kB at 460 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.10/doxia-skin-model-1.10.jar [INFO] 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 87 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.10/doxia-module-xhtml-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 1.3 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-core/1.10/doxia-core-1.10.jar (218 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.jar (17 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/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/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 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-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-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 75 kB/s) [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 46 kB/s) [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 108 kB/s) [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 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] 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] 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] 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-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 978 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.3 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.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 370 kB/s) [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 591 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] 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/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 2.4 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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.8 MB/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 241 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 65 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 564 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 29 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/release/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/release/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5.M3.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/release/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs/target/org.eclipse.rcptt.watson.aspects.jobs-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5.M3.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/release/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/watson/org.eclipse.rcptt.watson.aspects.swt/target/org.eclipse.rcptt.watson.aspects.swt-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5.M3.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/release/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/watson/org.eclipse.rcptt.watson.jface/target/org.eclipse.rcptt.watson.jface-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5.M3.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/release/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.group.impl/target/org.eclipse.rcptt.ctx.group.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5.M3.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/release/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects/target/org.eclipse.rcptt.ctx.preferences.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5.M3.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/release/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl/target/org.eclipse.rcptt.ctx.parameters.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5.M3.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/release/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl/target/org.eclipse.rcptt.ctx.filesystem.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5.M3.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/release/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect/target/org.eclipse.rcptt.ctx.workbench.aspect-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5.M3.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/release/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/verifications/org.eclipse.rcptt.verifications.time.impl/target/org.eclipse.rcptt.verifications.time.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5.M3.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/release/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/target/org.eclipse.rcptt.watson.test-2.5.5.M3.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/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.watson.test/target/work/data, -install, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/target/work, -configuration, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/target/surefire.properties, -debug, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/debug.options] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Configuration location: file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/release/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/release/runtime/tests/org.eclipse.rcptt.watson.test/target/work/plugins/org.eclipse.osgi-3.15.100.v20191114-1701.jar file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/target/work/plugins/ file:/home/jenkins/agent/workspace/release/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/release/runtime/tests/org.eclipse.rcptt.watson.test/debug.options not found [org.eclipse.equinox.weaving.hook] info adding AspectJ hooks ... Time to load bundles: 901 Starting application: 2993 Application started in : 8194ms Running org.eclipse.rcptt.watson.test.ReportProviderManagerTest !SESSION 2024-04-24 10:13:01.861 ----------------------------------------------- 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/release/runtime/tests/org.eclipse.rcptt.watson.test/target/surefire.properties Command-line arguments: -consolelog -data /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/target/surefire.properties -debug /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.watson.test/debug.options !ENTRY org.eclipse.rcptt.watson.core 4 0 2024-04-24 10:13:10.647 !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.118 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-04-24 10:13:11.140 !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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects/target/org.eclipse.rcptt.tesla.swt.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects/target/org.eclipse.rcptt.tesla.jobs.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.forms/target/org.eclipse.rcptt.tesla.recording.aspects.forms-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface/target/org.eclipse.rcptt.tesla.recording.aspects.jface-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.aspects/target/org.eclipse.rcptt.tesla.ui.ide.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.observable.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.draw2d/target/org.eclipse.rcptt.tesla.recording.aspects.draw2d-2.5.5.M3.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.M3 [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.M3 [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/release/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.5.M3.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/release/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/watson/org.eclipse.rcptt.watson.runtime-feature/target/org.eclipse.rcptt.watson.runtime-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects/target/org.eclipse.rcptt.tesla.jface.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench/target/org.eclipse.rcptt.tesla.recording.aspects.workbench-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.gef.aspects/target/org.eclipse.rcptt.tesla.gef.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.gmf.aspects/target/org.eclipse.rcptt.tesla.gmf.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jdt.aspects/target/org.eclipse.rcptt.tesla.jdt.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects/target/org.eclipse.rcptt.tesla.jface.text.reconciler.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text.aspects/target/org.eclipse.rcptt.tesla.jface.text.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.aspects/target/org.eclipse.rcptt.tesla.jface.databinding.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.jface.text/target/org.eclipse.rcptt.tesla.recording.aspects.jface.text-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.swt/target/org.eclipse.rcptt.tesla.swt-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5.M3.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/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/org.eclipse.rcptt.tesla.jface.aspects.test-2.5.5.M3.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/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/data, -install, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work, -configuration, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/surefire.properties, -debug, /home/jenkins/agent/workspace/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/plugins/ file:/home/jenkins/agent/workspace/release/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/release/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: 730 [org.eclipse.equinox.weaving.aspectj] info Starting AspectJ weaving service ... Starting application: 2505 [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.TreeViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.TreeViewer' (TreeViewer.java:1089) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ColumnViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.ColumnViewer' (ColumnViewer.java:413) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DNDAspect: org/eclipse/rcptt/tesla/swt/aspects/DNDAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.copy())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:512) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:88) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.paste())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:1864) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:117) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:215) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.deactivate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:276) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:67) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:713) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:897) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate())' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:88) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:134) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.CellEditorAspect: org/eclipse/rcptt/tesla/jface/CellEditorAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ComboBoxCellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.ComboBoxCellEditor' (ComboBoxCellEditor.java:279) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.AbstractComboBoxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.AbstractComboBoxCellEditor' (AbstractComboBoxCellEditor.java:74) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:459) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:479) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) Application started in : 10581ms [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.09 s - in org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest testBundleEntry(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0.001 s testFileClass(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s testAbsolutePath(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 s testBundleResource(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0 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.07 s - in org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest compositeOverComposite(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.013 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-04-24 10:13:53.760 ----------------------------------------------- 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/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/surefire.properties Command-line arguments: -consolelog -data /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/target/surefire.properties -debug /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.jface.aspects.test/debug.options !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-04-24 10:14:05.448 !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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5.M3.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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/org.eclipse.rcptt.tesla.swt.aspects.test-2.5.5.M3.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/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data, -install, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work, -configuration, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/surefire.properties, -debug, /home/jenkins/agent/workspace/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/plugins/ file:/home/jenkins/agent/workspace/release/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/release/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: 997 [org.eclipse.equinox.weaving.aspectj] info Starting AspectJ weaving service ... Starting application: 2799 [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.TreeViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.TreeViewer' (TreeViewer.java:1089) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ColumnViewer.editElement(java.lang.Object, int))' in Type 'org.eclipse.jface.viewers.ColumnViewer' (ColumnViewer.java:413) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:45) [org.eclipse.rcptt.tesla.swt.aspects] info processing reweavable type org.eclipse.rcptt.tesla.swt.aspects.DNDAspect: org/eclipse/rcptt/tesla/swt/aspects/DNDAspect.aj [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.copy())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:512) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:88) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.widgets.Combo.paste())' in Type 'org.eclipse.swt.widgets.Combo' (Combo.java:1864) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:117) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:215) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.deactivate())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:276) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:67) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:713) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CellEditor' (CellEditor.java:897) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate())' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:88) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:33) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.CheckboxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.CheckboxCellEditor' (CheckboxCellEditor.java:134) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.rcptt.tesla.jface.aspects] info processing reweavable type org.eclipse.rcptt.tesla.jface.CellEditorAspect: org/eclipse/rcptt/tesla/jface/CellEditorAspect.aj [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.ComboBoxCellEditor.focusLost())' in Type 'org.eclipse.jface.viewers.ComboBoxCellEditor' (ComboBoxCellEditor.java:279) advised by around advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:57) [org.eclipse.jface] weaveinfo Join point 'method-execution(void org.eclipse.jface.viewers.AbstractComboBoxCellEditor.activate(org.eclipse.jface.viewers.ColumnViewerEditorActivationEvent))' in Type 'org.eclipse.jface.viewers.AbstractComboBoxCellEditor' (AbstractComboBoxCellEditor.java:74) advised by after advice from 'org.eclipse.rcptt.tesla.jface.CellEditorAspect' (CellEditorAspect.aj:39) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:459) [org.eclipse.swt] weaveinfo Join point 'method-execution(void org.eclipse.swt.dnd.TextTransfer.javaToNative(java.lang.Object, org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:72) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:245) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:479) [org.eclipse.swt] weaveinfo Join point 'method-execution(java.lang.Object org.eclipse.swt.dnd.TextTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData))' in Type 'org.eclipse.swt.dnd.TextTransfer' (TextTransfer.java:123) advised by around advice from 'org.eclipse.rcptt.tesla.swt.aspects.ClipboardAspect' (ClipboardAspect.aj:265) Application started in : 11064ms [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.09 s - in org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest createImage(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.068 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-04-24 10:14:08.875 ----------------------------------------------- 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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/surefire.properties Command-line arguments: -consolelog -data /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/target/surefire.properties -debug /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.aspects.test/debug.options !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-04-24 10:14:20.946 !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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gef/target/org.eclipse.rcptt.tesla.recording.aspects.gef-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.gmf/target/org.eclipse.rcptt.tesla.recording.aspects.gmf-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.swt/target/org.eclipse.rcptt.tesla.recording.aspects.swt-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.canvas/target/org.eclipse.rcptt.tesla.canvas-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jdt/target/org.eclipse.rcptt.tesla.jdt-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.text/target/org.eclipse.rcptt.tesla.jface.text-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding/target/org.eclipse.rcptt.tesla.jface.databinding-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide/target/org.eclipse.rcptt.tesla.ui.ide-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.chart/target/org.eclipse.rcptt.tesla.chart-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.swt.e4x/target/org.eclipse.rcptt.tesla.swt.e4x-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5.M3.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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/org.eclipse.rcptt.tesla.swt.test-2.5.5.M3.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/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/surefire.properties, -debug, /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/debug.options] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign Configuration location: file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/release/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/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/plugins/ file:/home/jenkins/agent/workspace/release/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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/debug.options loaded [org.eclipse.equinox.weaving.hook] info adding AspectJ hooks ... Time to load bundles: 900 Starting application: 2615 Application started in : 7195ms !SESSION 2024-04-24 10:14:40.755 ----------------------------------------------- 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/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/surefire.properties Command-line arguments: -consolelog -data /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/target/surefire.properties -debug /home/jenkins/agent/workspace/release/runtime/tests/org.eclipse.rcptt.tesla.swt.test/debug.options !ENTRY org.eclipse.ui.workbench 4 0 2024-04-24 10:14:48.043 !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 1713953688565: UIJobCollector(177849388): enable 1713953688643: UIJobCollector(177849388): Nothing left 1713953688644: UIJobCollector(177849388): Result: true 1713953688644: UIJobCollector(177849388): No active jobs 1713953688798: UIJobCollector(1488675806): Nothing left 1713953688798: UIJobCollector(1488675806): Result: true 1713953688798: UIJobCollector(1488675806): No active jobs 1713953688948: UIJobCollector(1488675806): Nothing left 1713953688948: UIJobCollector(1488675806): Result: true 1713953688948: UIJobCollector(1488675806): No active jobs 1713953688950: UIJobCollector(916816998): enable 1713953689001: UIJobCollector(916816998): Nothing left 1713953689001: UIJobCollector(916816998): Result: true 1713953689001: UIJobCollector(916816998): No active jobs 1713953689001: UIJobCollector(2028177366): enable 1713953689101: UIJobCollector(2028177366): Nothing left 1713953689101: UIJobCollector(2028177366): Result: true 1713953689101: UIJobCollector(2028177366): No active jobs 1713953689103: UIJobCollector(2028177366): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953689104: UIJobCollector(2028177366): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 2 1713953689104: UIJobCollector(2028177366): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 2 1713953689157: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -53, blocked for 0, running for 55 1713953689159: UIJobCollector(2028177366): sleep is blocked 1713953689160: UIJobCollector(2028177366): Result: false 1713953689167: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689217: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -113, blocked for 57, running for 0 1713953689218: UIJobCollector(2028177366): Result: false 1713953689238: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689289: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -184, blocked for 128, running for 0 1713953689289: UIJobCollector(2028177366): Result: false 1713953689290: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689340: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -236, blocked for 180, running for 0 1713953689341: UIJobCollector(2028177366): Result: false 1713953689341: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689391: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -287, blocked for 231, running for 0 1713953689392: UIJobCollector(2028177366): Result: false 1713953689392: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689442: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -338, blocked for 282, running for 0 1713953689442: UIJobCollector(2028177366): Result: false 1713953689443: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689494: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -389, blocked for 333, running for 0 1713953689494: UIJobCollector(2028177366): Result: false 1713953689495: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689545: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -441, blocked for 385, running for 0 1713953689545: UIJobCollector(2028177366): Result: false 1713953689545: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689596: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -492, blocked for 436, running for 0 1713953689597: UIJobCollector(2028177366): Result: false 1713953689597: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689648: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -543, blocked for 487, running for 0 1713953689648: UIJobCollector(2028177366): Result: false 1713953689648: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689698: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -594, blocked for 538, running for 0 1713953689698: UIJobCollector(2028177366): Result: false 1713953689699: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689750: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -646, blocked for 590, running for 0 1713953689750: UIJobCollector(2028177366): Result: false 1713953689750: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689800: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -696, blocked for 640, running for 0 1713953689801: UIJobCollector(2028177366): Result: false 1713953689801: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689852: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -748, blocked for 692, running for 0 1713953689852: UIJobCollector(2028177366): Result: false 1713953689852: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689905: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -800, blocked for 744, running for 0 1713953689905: UIJobCollector(2028177366): Result: false 1713953689905: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953689956: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -851, blocked for 795, running for 0 1713953689956: UIJobCollector(2028177366): Result: false 1713953689956: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690008: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -904, blocked for 848, running for 0 1713953690008: UIJobCollector(2028177366): Result: false 1713953690009: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690060: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -956, blocked for 900, running for 0 1713953690061: UIJobCollector(2028177366): Result: false 1713953690061: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690112: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1008, blocked for 952, running for 0 1713953690113: UIJobCollector(2028177366): Result: false 1713953690113: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690165: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1061, blocked for 1005, running for 0 1713953690166: UIJobCollector(2028177366): Result: false 1713953690166: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690219: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1114, blocked for 1058, running for 0 1713953690219: UIJobCollector(2028177366): Result: false 1713953690219: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690271: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1167, blocked for 1111, running for 0 1713953690272: UIJobCollector(2028177366): Result: false 1713953690272: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690323: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1219, blocked for 1163, running for 0 1713953690323: UIJobCollector(2028177366): Result: false 1713953690324: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690375: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1271, blocked for 1215, running for 0 1713953690375: UIJobCollector(2028177366): Result: false 1713953690375: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690429: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1324, blocked for 1268, running for 0 1713953690429: UIJobCollector(2028177366): Result: false 1713953690429: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690481: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1377, blocked for 1321, running for 0 1713953690481: UIJobCollector(2028177366): Result: false 1713953690482: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690533: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1429, blocked for 1373, running for 0 1713953690533: UIJobCollector(2028177366): Result: false 1713953690533: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690585: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1480, blocked for 1424, running for 0 1713953690585: UIJobCollector(2028177366): Result: false 1713953690585: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690637: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1533, blocked for 1477, running for 0 1713953690637: UIJobCollector(2028177366): Result: false 1713953690638: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690688: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1584, blocked for 1528, running for 0 1713953690689: UIJobCollector(2028177366): Result: false 1713953690689: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690739: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1635, blocked for 1579, running for 0 1713953690739: UIJobCollector(2028177366): Result: false 1713953690740: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690790: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1686, blocked for 1630, running for 0 1713953690791: UIJobCollector(2028177366): Result: false 1713953690791: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690841: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1737, blocked for 1681, running for 0 1713953690842: UIJobCollector(2028177366): Result: false 1713953690842: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690893: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1789, blocked for 1733, running for 0 1713953690893: UIJobCollector(2028177366): Result: false 1713953690893: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690943: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1839, blocked for 1783, running for 0 1713953690944: UIJobCollector(2028177366): Result: false 1713953690944: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953690994: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1890, blocked for 1834, running for 0 1713953690995: UIJobCollector(2028177366): Result: false 1713953690995: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953691046: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1942, blocked for 1886, running for 0 1713953691046: UIJobCollector(2028177366): Result: false 1713953691046: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953691097: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1993, blocked for 1937, running for 0 1713953691098: UIJobCollector(2028177366): Result: false 1713953691098: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953691149: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2045, blocked for 1989, running for 0 1713953691149: UIJobCollector(2028177366): Result: false 1713953691150: UIJobCollector(2028177366): Active jobs: [sleep(35)] 1713953691201: UIJobCollector(2028177366): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2096, blocked for 2040, running for 0 1713953691201: UIJobCollector(2028177366): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2097, blocked for 2041, running for 0 1713953691201: UIJobCollector(2028177366): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2097, blocked for 2041, running for 0 1713953691202: UIJobCollector(2028177366): Result: true 1713953691202: UIJobCollector(2028177366): No active jobs 1713953692107: UIJobCollector(2028177366): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3003, blocked for 2947, running for 0 1713953692108: UIJobCollector(2028177366): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3004, blocked for 2948, running for 0 1713953692127: UIJobCollector(296594285): enable 1713953692178: UIJobCollector(296594285): Nothing left 1713953692179: UIJobCollector(296594285): Result: true 1713953692179: UIJobCollector(296594285): No active jobs 1713953692179: UIJobCollector(559087077): enable 1713953692179: UIJobCollector(559087077): Nothing left 1713953692179: UIJobCollector(559087077): Result: true 1713953692179: UIJobCollector(559087077): No active jobs 1713953692180: UIJobCollector(842173892): enable 1713953692230: UIJobCollector(842173892): Result: true 1713953692230: UIJobCollector(842173892): No active jobs 1713953692230: UIJobCollector(559153749): enable 1713953692331: UIJobCollector(559153749): Nothing left 1713953692331: UIJobCollector(559153749): Result: true 1713953692331: UIJobCollector(559153749): No active jobs 1713953692331: UIJobCollector(559153749): disable 1713953692332: UIJobCollector(559153749): enable 1713953692332: UIJobCollector(559153749): 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 1713953692332: UIJobCollector(559153749): 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 1713953692332: UIJobCollector(559153749): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 0 1713953692833: UIJobCollector(559153749): 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 1713953692833: UIJobCollector(559153749): Result: true 1713953692833: UIJobCollector(559153749): No active jobs 1713953692833: UIJobCollector(559153749): 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 1713953692833: UIJobCollector(559153749): enable 1713953692833: UIJobCollector(559153749): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 501 1713953692834: UIJobCollector(559153749): 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 1713953692835: UIJobCollector(512478459): enable 1713953692885: UIJobCollector(512478459): Nothing left 1713953692885: UIJobCollector(512478459): Result: true 1713953692885: UIJobCollector(512478459): No active jobs 1713953692885: UIJobCollector(2011914366): enable 1713953692988: UIJobCollector(2011914366): Nothing left 1713953692988: UIJobCollector(2011914366): Result: true 1713953692988: UIJobCollector(2011914366): No active jobs 1713953692988: UIJobCollector(2011914366): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953692989: UIJobCollector(2011914366): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 60000, blocked for 0, running for 1 1713953692989: UIJobCollector(2011914366): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 60000, blocked for 0, running for 1 1713953692989: UIJobCollector(2011914366): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 60000, blocked for 0, running for 1 1713953692989: UIJobCollector(2011914366): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1713953692989: UIJobCollector(2011914366): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1713953692989: UIJobCollector(2011914366): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), SLEEPING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1713953692989: UIJobCollector(2011914366): Result: false 1713953692989: UIJobCollector(2011914366): Active jobs: [busyloop(55)] 1713953692990: UIJobCollector(2011914366): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 499, blocked for 0, running for 2 1713953692990: UIJobCollector(2011914366): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 499, blocked for 0, running for 2 1713953692990: UIJobCollector(615774072): enable 1713953693041: UIJobCollector(615774072): Nothing left 1713953693041: UIJobCollector(615774072): Result: true 1713953693041: UIJobCollector(615774072): No active jobs 1713953693041: UIJobCollector(374205056): enable 1713953693141: UIJobCollector(374205056): Result: true 1713953693141: UIJobCollector(374205056): No active jobs 1713953693141: UIJobCollector(374205056): Result: true 1713953693141: UIJobCollector(374205056): No active jobs 1713953693142: UIJobCollector(374205056): 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 1713953693142: UIJobCollector(374205056): 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 1713953693142: UIJobCollector(374205056): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953693142: UIJobCollector(374205056): 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 1713953693142: UIJobCollector(374205056): 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 1713953693142: UIJobCollector(374205056): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 0 1713953693643: UIJobCollector(374205056): 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 1713953693643: UIJobCollector(374205056): Result: true 1713953693643: UIJobCollector(374205056): No active jobs 1713953693643: UIJobCollector(374205056): 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 1713953693644: UIJobCollector(374205056): 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 1713953693645: UIJobCollector(24138677): enable 1713953693695: UIJobCollector(24138677): Nothing left 1713953693695: UIJobCollector(24138677): Result: true 1713953693695: UIJobCollector(24138677): No active jobs 1713953693695: UIJobCollector(1017980078): enable 1713953693798: UIJobCollector(1017980078): Nothing left 1713953693798: UIJobCollector(1017980078): Result: true 1713953693798: UIJobCollector(1017980078): No active jobs 1713953693799: UIJobCollector(1017980078): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953693799: UIJobCollector(1017980078): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953693799: UIJobCollector(1017980078): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953693849: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -50, blocked for 0, running for 51 1713953693850: UIJobCollector(1017980078): sleep is blocked 1713953693850: UIJobCollector(1017980078): Result: false 1713953693850: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953693901: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -101, blocked for 50, running for 0 1713953693901: UIJobCollector(1017980078): Result: false 1713953693901: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953693951: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -152, blocked for 101, running for 0 1713953693951: UIJobCollector(1017980078): Result: false 1713953693952: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694002: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -203, blocked for 152, running for 0 1713953694002: UIJobCollector(1017980078): Result: false 1713953694002: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694053: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -254, blocked for 203, running for 0 1713953694053: UIJobCollector(1017980078): Result: false 1713953694053: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694103: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -304, blocked for 253, running for 0 1713953694104: UIJobCollector(1017980078): Result: false 1713953694104: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694154: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -355, blocked for 304, running for 0 1713953694154: UIJobCollector(1017980078): Result: false 1713953694154: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694206: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -407, blocked for 356, running for 0 1713953694206: UIJobCollector(1017980078): Result: false 1713953694206: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694258: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -459, blocked for 408, running for 0 1713953694259: UIJobCollector(1017980078): Result: false 1713953694259: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694311: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -512, blocked for 461, running for 0 1713953694311: UIJobCollector(1017980078): Result: false 1713953694311: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694363: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -564, blocked for 513, running for 0 1713953694363: UIJobCollector(1017980078): Result: false 1713953694363: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694415: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -616, blocked for 565, running for 0 1713953694415: UIJobCollector(1017980078): Result: false 1713953694415: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694465: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -666, blocked for 615, running for 0 1713953694466: UIJobCollector(1017980078): Result: false 1713953694466: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694517: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -718, blocked for 667, running for 0 1713953694517: UIJobCollector(1017980078): Result: false 1713953694517: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694567: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -768, blocked for 717, running for 0 1713953694568: UIJobCollector(1017980078): Result: false 1713953694568: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694618: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -819, blocked for 768, running for 0 1713953694619: UIJobCollector(1017980078): Result: false 1713953694619: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694670: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -871, blocked for 820, running for 0 1713953694670: UIJobCollector(1017980078): Result: false 1713953694670: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694720: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -921, blocked for 870, running for 0 1713953694720: UIJobCollector(1017980078): Result: false 1713953694720: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694770: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -971, blocked for 920, running for 0 1713953694770: UIJobCollector(1017980078): Result: false 1713953694771: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694821: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1022, blocked for 971, running for 0 1713953694821: UIJobCollector(1017980078): Result: false 1713953694821: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694871: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1072, blocked for 1021, running for 0 1713953694871: UIJobCollector(1017980078): Result: false 1713953694872: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694922: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1123, blocked for 1072, running for 0 1713953694923: UIJobCollector(1017980078): Result: false 1713953694923: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953694973: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1174, blocked for 1123, running for 0 1713953694974: UIJobCollector(1017980078): Result: false 1713953694974: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695025: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1226, blocked for 1175, running for 0 1713953695025: UIJobCollector(1017980078): Result: false 1713953695025: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695077: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1278, blocked for 1227, running for 0 1713953695078: UIJobCollector(1017980078): Result: false 1713953695078: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695130: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1331, blocked for 1280, running for 0 1713953695130: UIJobCollector(1017980078): Result: false 1713953695130: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695180: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1381, blocked for 1330, running for 0 1713953695181: UIJobCollector(1017980078): Result: false 1713953695181: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695231: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1432, blocked for 1381, running for 0 1713953695231: UIJobCollector(1017980078): Result: false 1713953695231: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695281: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1482, blocked for 1431, running for 0 1713953695282: UIJobCollector(1017980078): Result: false 1713953695282: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695333: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1534, blocked for 1483, running for 0 1713953695333: UIJobCollector(1017980078): Result: false 1713953695333: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695383: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1584, blocked for 1533, running for 0 1713953695384: UIJobCollector(1017980078): Result: false 1713953695384: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695435: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1636, blocked for 1585, running for 0 1713953695435: UIJobCollector(1017980078): Result: false 1713953695435: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695486: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1687, blocked for 1636, running for 0 1713953695486: UIJobCollector(1017980078): Result: false 1713953695486: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695536: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1737, blocked for 1686, running for 0 1713953695536: UIJobCollector(1017980078): Result: false 1713953695537: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695587: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1788, blocked for 1737, running for 0 1713953695588: UIJobCollector(1017980078): Result: false 1713953695588: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695639: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1840, blocked for 1789, running for 0 1713953695639: UIJobCollector(1017980078): Result: false 1713953695639: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695689: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1890, blocked for 1839, running for 0 1713953695689: UIJobCollector(1017980078): Result: false 1713953695689: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695739: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1940, blocked for 1889, running for 0 1713953695739: UIJobCollector(1017980078): Result: false 1713953695740: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695790: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1991, blocked for 1940, running for 0 1713953695790: UIJobCollector(1017980078): Result: false 1713953695790: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695841: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2042, blocked for 1991, running for 0 1713953695842: UIJobCollector(1017980078): Result: false 1713953695842: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953695893: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2094, blocked for 2043, running for 0 1713953695894: UIJobCollector(1017980078): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2095, blocked for 2044, running for 0 1713953695894: UIJobCollector(1017980078): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2095, blocked for 2044, running for 0 1713953695894: UIJobCollector(1017980078): Result: true 1713953695894: UIJobCollector(1017980078): No active jobs 1713953696394: UIJobCollector(1017980078): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2595, blocked for 2544, running for 0 1713953696394: UIJobCollector(1017980078): Result: false 1713953696395: UIJobCollector(1017980078): Active jobs: [sleep(65)] 1713953696799: UIJobCollector(1017980078): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3000, blocked for 2949, running for 0 1713953696800: UIJobCollector(1017980078): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3001, blocked for 2950, running for 0 1713953696805: UIJobCollector(1170183099): enable 1713953696856: UIJobCollector(1170183099): Nothing left 1713953696856: UIJobCollector(1170183099): Result: true 1713953696856: UIJobCollector(1170183099): No active jobs 1713953696860: UIJobCollector(1061543916): enable 1713953696910: UIJobCollector(1061543916): Result: true 1713953696911: UIJobCollector(1061543916): No active jobs 1713953696911: UIJobCollector(2069016970): enable 1713953697011: UIJobCollector(2069016970): Nothing left 1713953697011: UIJobCollector(2069016970): Result: true 1713953697011: UIJobCollector(2069016970): No active jobs 1713953697012: UIJobCollector(2069016970): event: new: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953697012: UIJobCollector(2069016970): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953697012: UIJobCollector(2069016970): Nullified: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953697012: UIJobCollector(2069016970): Checking: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), RUNNING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953697012: UIJobCollector(2069016970): ignoringCancel is blocked 1713953697013: UIJobCollector(2069016970): Result: false 1713953697013: UIJobCollector(2069016970): Active jobs: [ignoringCancel(82)] 1713953698013: UIJobCollector(2069016970): event: done: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), NONE, status: UNKNOWN, is active: true, delay: -1001, blocked for 1001, running for 0 1713953698013: UIJobCollector(2069016970): event: gone: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), NONE, status: UNKNOWN, is active: true, delay: -1001, blocked for 1001, running for 0 1713953698039: UIJobCollector(334759054): enable 1713953698091: UIJobCollector(334759054): Nothing left 1713953698091: UIJobCollector(334759054): Result: true 1713953698091: UIJobCollector(334759054): No active jobs 1713953698091: UIJobCollector(1417140494): enable 1713953698191: UIJobCollector(1417140494): Result: true 1713953698192: UIJobCollector(1417140494): No active jobs 1713953698193: UIJobCollector(1417140494): event: new: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953698193: UIJobCollector(1417140494): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953698193: UIJobCollector(1417140494): Nullified: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953698243: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -50, blocked for 0, running for 50 1713953698244: UIJobCollector(1417140494): runaway is blocked 1713953698244: UIJobCollector(1417140494): Result: false 1713953698244: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698295: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -101, blocked for 50, running for 0 1713953698295: UIJobCollector(1417140494): Result: false 1713953698295: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698346: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -153, blocked for 102, running for 0 1713953698346: UIJobCollector(1417140494): Result: false 1713953698346: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698396: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -203, blocked for 152, running for 0 1713953698396: UIJobCollector(1417140494): Result: false 1713953698396: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698446: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -253, blocked for 202, running for 0 1713953698446: UIJobCollector(1417140494): Result: false 1713953698446: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698497: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -303, blocked for 252, running for 0 1713953698497: UIJobCollector(1417140494): Result: false 1713953698497: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698547: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -354, blocked for 303, running for 0 1713953698548: UIJobCollector(1417140494): Result: false 1713953698548: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698598: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -405, blocked for 354, running for 0 1713953698598: UIJobCollector(1417140494): Result: false 1713953698598: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698649: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -456, blocked for 405, running for 0 1713953698649: UIJobCollector(1417140494): Result: false 1713953698649: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698700: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -507, blocked for 456, running for 0 1713953698700: UIJobCollector(1417140494): Result: false 1713953698700: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698750: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -557, blocked for 506, running for 0 1713953698751: UIJobCollector(1417140494): Result: false 1713953698751: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698802: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -609, blocked for 558, running for 0 1713953698802: UIJobCollector(1417140494): Result: false 1713953698802: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698854: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -661, blocked for 610, running for 0 1713953698854: UIJobCollector(1417140494): Result: false 1713953698854: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698904: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -711, blocked for 660, running for 0 1713953698904: UIJobCollector(1417140494): Result: false 1713953698904: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953698955: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -762, blocked for 711, running for 0 1713953698955: UIJobCollector(1417140494): Result: false 1713953698955: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699006: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -813, blocked for 762, running for 0 1713953699006: UIJobCollector(1417140494): Result: false 1713953699006: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699057: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -864, blocked for 813, running for 0 1713953699057: UIJobCollector(1417140494): Result: false 1713953699057: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699108: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -915, blocked for 864, running for 0 1713953699108: UIJobCollector(1417140494): Result: false 1713953699108: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699158: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -965, blocked for 914, running for 0 1713953699158: UIJobCollector(1417140494): Result: false 1713953699158: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699208: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1015, blocked for 964, running for 0 1713953699208: UIJobCollector(1417140494): Result: false 1713953699209: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699260: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1067, blocked for 1016, running for 0 1713953699260: UIJobCollector(1417140494): Job is blocked for 1000, step mode: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1067, blocked for 1016, running for 0 1713953699260: UIJobCollector(1417140494): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1067, blocked for 1016, running for 0 1713953699260: UIJobCollector(1417140494): Result: true 1713953699260: UIJobCollector(1417140494): No active jobs 1713953699310: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1117, blocked for 1066, running for 0 1713953699310: UIJobCollector(1417140494): Result: false 1713953699310: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699361: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1167, blocked for 1116, running for 0 1713953699361: UIJobCollector(1417140494): Result: false 1713953699361: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699411: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1218, blocked for 1167, running for 0 1713953699411: UIJobCollector(1417140494): Result: false 1713953699411: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699463: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1270, blocked for 1219, running for 0 1713953699463: UIJobCollector(1417140494): Result: false 1713953699463: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699516: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1323, blocked for 1272, running for 0 1713953699517: UIJobCollector(1417140494): Result: false 1713953699517: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699568: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1375, blocked for 1324, running for 0 1713953699568: UIJobCollector(1417140494): Result: false 1713953699568: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699618: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1425, blocked for 1374, running for 0 1713953699619: UIJobCollector(1417140494): Result: false 1713953699619: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699671: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1478, blocked for 1427, running for 0 1713953699671: UIJobCollector(1417140494): Result: false 1713953699671: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699723: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1530, blocked for 1479, running for 0 1713953699723: UIJobCollector(1417140494): Result: false 1713953699723: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699775: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1582, blocked for 1531, running for 0 1713953699776: UIJobCollector(1417140494): Result: false 1713953699776: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699827: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1634, blocked for 1583, running for 0 1713953699827: UIJobCollector(1417140494): Result: false 1713953699827: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699879: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1686, blocked for 1635, running for 0 1713953699879: UIJobCollector(1417140494): Result: false 1713953699879: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699931: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1738, blocked for 1687, running for 0 1713953699931: UIJobCollector(1417140494): Result: false 1713953699931: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953699983: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1790, blocked for 1739, running for 0 1713953699983: UIJobCollector(1417140494): Result: false 1713953699984: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953700034: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1841, blocked for 1790, running for 0 1713953700035: UIJobCollector(1417140494): Result: false 1713953700035: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953700086: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1893, blocked for 1842, running for 0 1713953700086: UIJobCollector(1417140494): Result: false 1713953700086: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953700138: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1945, blocked for 1894, running for 0 1713953700139: UIJobCollector(1417140494): Result: false 1713953700139: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953700191: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1998, blocked for 1947, running for 0 1713953700191: UIJobCollector(1417140494): Result: false 1713953700191: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953700243: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2050, blocked for 1999, running for 0 1713953700244: UIJobCollector(1417140494): Result: false 1713953700244: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953700295: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2102, blocked for 2051, running for 0 1713953700295: UIJobCollector(1417140494): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2102, blocked for 2051, running for 0 1713953700295: UIJobCollector(1417140494): Result: true 1713953700295: UIJobCollector(1417140494): No active jobs 1713953703297: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5103, blocked for 5052, running for 0 1713953703298: UIJobCollector(1417140494): runaway is unblocked 1713953703298: UIJobCollector(1417140494): Result: false 1713953703299: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703349: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5156, blocked for 0, running for 51 1713953703349: UIJobCollector(1417140494): Result: false 1713953703350: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703400: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5207, blocked for 0, running for 102 1713953703401: UIJobCollector(1417140494): Result: false 1713953703401: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703451: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5258, blocked for 0, running for 153 1713953703452: UIJobCollector(1417140494): Result: false 1713953703452: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703502: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5309, blocked for 0, running for 204 1713953703503: UIJobCollector(1417140494): Result: false 1713953703503: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703553: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5360, blocked for 0, running for 255 1713953703554: UIJobCollector(1417140494): Result: false 1713953703554: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703605: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5412, blocked for 0, running for 307 1713953703605: UIJobCollector(1417140494): Result: false 1713953703605: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703655: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5462, blocked for 0, running for 357 1713953703656: UIJobCollector(1417140494): Result: false 1713953703656: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703707: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5513, blocked for 0, running for 408 1713953703707: UIJobCollector(1417140494): Result: false 1713953703708: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703758: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5565, blocked for 0, running for 460 1713953703758: UIJobCollector(1417140494): Result: false 1713953703758: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703809: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5616, blocked for 0, running for 511 1713953703809: UIJobCollector(1417140494): Result: false 1713953703809: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703859: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5666, blocked for 0, running for 561 1713953703859: UIJobCollector(1417140494): Result: false 1713953703859: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703910: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5717, blocked for 0, running for 612 1713953703910: UIJobCollector(1417140494): Result: false 1713953703910: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953703960: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5767, blocked for 0, running for 662 1713953703961: UIJobCollector(1417140494): Result: false 1713953703961: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704011: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5818, blocked for 0, running for 713 1713953704012: UIJobCollector(1417140494): Result: false 1713953704012: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704062: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5869, blocked for 0, running for 764 1713953704062: UIJobCollector(1417140494): Result: false 1713953704062: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704113: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5920, blocked for 0, running for 815 1713953704113: UIJobCollector(1417140494): Result: false 1713953704113: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704163: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5970, blocked for 0, running for 865 1713953704164: UIJobCollector(1417140494): Result: false 1713953704164: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704214: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6021, blocked for 0, running for 916 1713953704215: UIJobCollector(1417140494): Result: false 1713953704215: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704267: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6073, blocked for 0, running for 969 1713953704267: UIJobCollector(1417140494): Result: false 1713953704267: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704318: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6125, blocked for 0, running for 1020 1713953704319: UIJobCollector(1417140494): Result: false 1713953704319: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704369: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6176, blocked for 0, running for 1071 1713953704369: UIJobCollector(1417140494): Result: false 1713953704369: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704421: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6228, blocked for 0, running for 1123 1713953704421: UIJobCollector(1417140494): Result: false 1713953704421: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704472: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6279, blocked for 0, running for 1174 1713953704473: UIJobCollector(1417140494): Result: false 1713953704473: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704541: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6348, blocked for 0, running for 1243 1713953704541: UIJobCollector(1417140494): Result: false 1713953704541: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704592: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6399, blocked for 0, running for 1294 1713953704592: UIJobCollector(1417140494): Result: false 1713953704592: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704643: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6450, blocked for 0, running for 1345 1713953704643: UIJobCollector(1417140494): Result: false 1713953704643: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704694: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6501, blocked for 0, running for 1396 1713953704695: UIJobCollector(1417140494): Result: false 1713953704695: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704746: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6553, blocked for 0, running for 1448 1713953704746: UIJobCollector(1417140494): Result: false 1713953704746: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704798: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6605, blocked for 0, running for 1500 1713953704798: UIJobCollector(1417140494): Result: false 1713953704798: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704849: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6656, blocked for 0, running for 1551 1713953704849: UIJobCollector(1417140494): Result: false 1713953704850: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704901: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6708, blocked for 0, running for 1603 1713953704901: UIJobCollector(1417140494): Result: false 1713953704902: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953704952: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6759, blocked for 0, running for 1654 1713953704952: UIJobCollector(1417140494): Result: false 1713953704952: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705004: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6811, blocked for 0, running for 1706 1713953705004: UIJobCollector(1417140494): Result: false 1713953705004: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705056: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6863, blocked for 0, running for 1758 1713953705056: UIJobCollector(1417140494): Result: false 1713953705056: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705109: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6916, blocked for 0, running for 1811 1713953705109: UIJobCollector(1417140494): Result: false 1713953705109: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705159: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6966, blocked for 0, running for 1861 1713953705159: UIJobCollector(1417140494): Result: false 1713953705159: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705210: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7017, blocked for 0, running for 1912 1713953705211: UIJobCollector(1417140494): Result: false 1713953705211: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705262: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7069, blocked for 0, running for 1964 1713953705263: UIJobCollector(1417140494): Result: false 1713953705263: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705314: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7121, blocked for 0, running for 2016 1713953705314: UIJobCollector(1417140494): Result: false 1713953705315: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705366: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7173, blocked for 0, running for 2068 1713953705366: UIJobCollector(1417140494): Result: false 1713953705366: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705418: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7225, blocked for 0, running for 2120 1713953705418: UIJobCollector(1417140494): Result: false 1713953705418: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705470: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7277, blocked for 0, running for 2172 1713953705470: UIJobCollector(1417140494): Result: false 1713953705470: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705522: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7329, blocked for 0, running for 2224 1713953705522: UIJobCollector(1417140494): Result: false 1713953705522: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705574: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7381, blocked for 0, running for 2276 1713953705574: UIJobCollector(1417140494): Result: false 1713953705574: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705626: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7433, blocked for 0, running for 2328 1713953705639: UIJobCollector(1417140494): Result: false 1713953705639: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705689: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7496, blocked for 0, running for 2391 1713953705690: UIJobCollector(1417140494): Result: false 1713953705690: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705741: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7548, blocked for 0, running for 2443 1713953705741: UIJobCollector(1417140494): Result: false 1713953705741: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705791: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7598, blocked for 0, running for 2493 1713953705791: UIJobCollector(1417140494): Result: false 1713953705792: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705843: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7650, blocked for 0, running for 2545 1713953705843: UIJobCollector(1417140494): Result: false 1713953705843: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705894: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7701, blocked for 0, running for 2596 1713953705894: UIJobCollector(1417140494): Result: false 1713953705894: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705944: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7751, blocked for 0, running for 2646 1713953705945: UIJobCollector(1417140494): Result: false 1713953705945: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953705995: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7802, blocked for 0, running for 2697 1713953705996: UIJobCollector(1417140494): Result: false 1713953705996: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706046: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7853, blocked for 0, running for 2748 1713953706046: UIJobCollector(1417140494): Result: false 1713953706047: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706098: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7905, blocked for 0, running for 2800 1713953706098: UIJobCollector(1417140494): Result: false 1713953706098: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706148: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7955, blocked for 0, running for 2850 1713953706148: UIJobCollector(1417140494): Result: false 1713953706149: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706200: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8007, blocked for 0, running for 2902 1713953706200: UIJobCollector(1417140494): Result: false 1713953706200: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706250: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8057, blocked for 0, running for 2952 1713953706251: UIJobCollector(1417140494): Result: false 1713953706251: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706301: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8108, blocked for 0, running for 3003 1713953706301: UIJobCollector(1417140494): Result: false 1713953706301: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706351: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8158, blocked for 0, running for 3053 1713953706351: UIJobCollector(1417140494): Result: false 1713953706352: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706403: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8210, blocked for 0, running for 3105 1713953706403: UIJobCollector(1417140494): Result: false 1713953706403: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706453: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8260, blocked for 0, running for 3155 1713953706454: UIJobCollector(1417140494): Result: false 1713953706454: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706504: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8311, blocked for 0, running for 3206 1713953706504: UIJobCollector(1417140494): Result: false 1713953706504: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706555: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8362, blocked for 0, running for 3257 1713953706555: UIJobCollector(1417140494): Result: false 1713953706555: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706606: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8413, blocked for 0, running for 3308 1713953706607: UIJobCollector(1417140494): Result: false 1713953706607: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706657: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8464, blocked for 0, running for 3359 1713953706658: UIJobCollector(1417140494): Result: false 1713953706658: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706709: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8516, blocked for 0, running for 3411 1713953706709: UIJobCollector(1417140494): Result: false 1713953706709: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706760: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8567, blocked for 0, running for 3462 1713953706761: UIJobCollector(1417140494): Result: false 1713953706761: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706813: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8620, blocked for 0, running for 3515 1713953706813: UIJobCollector(1417140494): Result: false 1713953706813: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706865: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8672, blocked for 0, running for 3567 1713953706865: UIJobCollector(1417140494): Result: false 1713953706865: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706918: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8725, blocked for 0, running for 3620 1713953706918: UIJobCollector(1417140494): Result: false 1713953706918: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953706969: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8775, blocked for 0, running for 3670 1713953706969: UIJobCollector(1417140494): Result: false 1713953706969: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707020: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8827, blocked for 0, running for 3722 1713953707021: UIJobCollector(1417140494): Result: false 1713953707021: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707072: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8879, blocked for 0, running for 3774 1713953707073: UIJobCollector(1417140494): Result: false 1713953707073: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707140: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8947, blocked for 0, running for 3842 1713953707140: UIJobCollector(1417140494): Result: false 1713953707140: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707192: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8999, blocked for 0, running for 3894 1713953707192: UIJobCollector(1417140494): Result: false 1713953707192: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707243: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9050, blocked for 0, running for 3945 1713953707243: UIJobCollector(1417140494): Result: false 1713953707244: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707295: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9102, blocked for 0, running for 3997 1713953707295: UIJobCollector(1417140494): Result: false 1713953707296: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707348: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9155, blocked for 0, running for 4050 1713953707348: UIJobCollector(1417140494): Result: false 1713953707348: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707400: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9207, blocked for 0, running for 4102 1713953707401: UIJobCollector(1417140494): Result: false 1713953707401: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707452: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9259, blocked for 0, running for 4154 1713953707453: UIJobCollector(1417140494): Result: false 1713953707453: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707504: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9311, blocked for 0, running for 4206 1713953707505: UIJobCollector(1417140494): Result: false 1713953707505: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707556: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9363, blocked for 0, running for 4258 1713953707556: UIJobCollector(1417140494): Result: false 1713953707556: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707608: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9415, blocked for 0, running for 4310 1713953707609: UIJobCollector(1417140494): Result: false 1713953707609: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707660: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9467, blocked for 0, running for 4362 1713953707661: UIJobCollector(1417140494): Result: false 1713953707661: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707711: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9518, blocked for 0, running for 4413 1713953707712: UIJobCollector(1417140494): Result: false 1713953707712: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707764: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9570, blocked for 0, running for 4465 1713953707764: UIJobCollector(1417140494): Result: false 1713953707764: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707815: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9622, blocked for 0, running for 4517 1713953707816: UIJobCollector(1417140494): Result: false 1713953707816: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707866: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9673, blocked for 0, running for 4568 1713953707866: UIJobCollector(1417140494): Result: false 1713953707867: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707918: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9724, blocked for 0, running for 4619 1713953707918: UIJobCollector(1417140494): Result: false 1713953707918: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953707969: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9776, blocked for 0, running for 4671 1713953707969: UIJobCollector(1417140494): Result: false 1713953707969: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708020: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9827, blocked for 0, running for 4722 1713953708020: UIJobCollector(1417140494): Result: false 1713953708020: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708071: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9878, blocked for 0, running for 4773 1713953708071: UIJobCollector(1417140494): Result: false 1713953708071: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708121: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9928, blocked for 0, running for 4823 1713953708121: UIJobCollector(1417140494): Result: false 1713953708121: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708173: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9979, blocked for 0, running for 4874 1713953708174: UIJobCollector(1417140494): Result: false 1713953708174: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708225: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10031, blocked for 0, running for 4926 1713953708225: UIJobCollector(1417140494): Result: false 1713953708238: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708288: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10095, blocked for 0, running for 4990 1713953708289: UIJobCollector(1417140494): Result: false 1713953708289: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708339: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10146, blocked for 0, running for 5041 1713953708340: UIJobCollector(1417140494): Result: false 1713953708340: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708390: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10197, blocked for 0, running for 5092 1713953708390: UIJobCollector(1417140494): Result: false 1713953708391: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708441: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10248, blocked for 0, running for 5143 1713953708441: UIJobCollector(1417140494): Result: false 1713953708441: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708492: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10299, blocked for 0, running for 5194 1713953708492: UIJobCollector(1417140494): Result: false 1713953708492: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708542: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10349, blocked for 0, running for 5244 1713953708542: UIJobCollector(1417140494): Result: false 1713953708543: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708594: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10401, blocked for 0, running for 5296 1713953708594: UIJobCollector(1417140494): Result: false 1713953708594: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708644: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10451, blocked for 0, running for 5346 1713953708644: UIJobCollector(1417140494): Result: false 1713953708644: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708694: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10501, blocked for 0, running for 5396 1713953708694: UIJobCollector(1417140494): Result: false 1713953708695: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708745: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10552, blocked for 0, running for 5447 1713953708745: UIJobCollector(1417140494): Result: false 1713953708745: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708796: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10603, blocked for 0, running for 5498 1713953708796: UIJobCollector(1417140494): Result: false 1713953708796: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708847: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10653, blocked for 0, running for 5549 1713953708847: UIJobCollector(1417140494): Result: false 1713953708847: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708897: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10704, blocked for 0, running for 5599 1713953708898: UIJobCollector(1417140494): Result: false 1713953708898: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953708950: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10757, blocked for 0, running for 5652 1713953708950: UIJobCollector(1417140494): Result: false 1713953708950: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709002: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10809, blocked for 0, running for 5704 1713953709002: UIJobCollector(1417140494): Result: false 1713953709002: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709052: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10859, blocked for 0, running for 5754 1713953709053: UIJobCollector(1417140494): Result: false 1713953709053: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709103: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10910, blocked for 0, running for 5805 1713953709103: UIJobCollector(1417140494): Result: false 1713953709103: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709153: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10960, blocked for 0, running for 5855 1713953709153: UIJobCollector(1417140494): Result: false 1713953709154: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709204: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11011, blocked for 0, running for 5906 1713953709205: UIJobCollector(1417140494): Result: false 1713953709205: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709255: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11062, blocked for 0, running for 5957 1713953709256: UIJobCollector(1417140494): Result: false 1713953709256: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709306: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11113, blocked for 0, running for 6008 1713953709306: UIJobCollector(1417140494): Result: false 1713953709306: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709356: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11163, blocked for 0, running for 6058 1713953709356: UIJobCollector(1417140494): Result: false 1713953709356: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709406: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11213, blocked for 0, running for 6108 1713953709407: UIJobCollector(1417140494): Result: false 1713953709407: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709458: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11265, blocked for 0, running for 6160 1713953709458: UIJobCollector(1417140494): Result: false 1713953709458: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709508: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11315, blocked for 0, running for 6210 1713953709508: UIJobCollector(1417140494): Result: false 1713953709508: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709558: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11365, blocked for 0, running for 6260 1713953709558: UIJobCollector(1417140494): Result: false 1713953709558: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709609: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11416, blocked for 0, running for 6311 1713953709610: UIJobCollector(1417140494): Result: false 1713953709610: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709661: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11468, blocked for 0, running for 6363 1713953709661: UIJobCollector(1417140494): Result: false 1713953709662: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709713: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11520, blocked for 0, running for 6415 1713953709713: UIJobCollector(1417140494): Result: false 1713953709713: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709763: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11570, blocked for 0, running for 6465 1713953709763: UIJobCollector(1417140494): Result: false 1713953709763: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709813: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11620, blocked for 0, running for 6515 1713953709814: UIJobCollector(1417140494): Result: false 1713953709814: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709864: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11671, blocked for 0, running for 6566 1713953709864: UIJobCollector(1417140494): Result: false 1713953709864: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709914: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11721, blocked for 0, running for 6616 1713953709915: UIJobCollector(1417140494): Result: false 1713953709915: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953709966: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11772, blocked for 0, running for 6667 1713953709966: UIJobCollector(1417140494): Result: false 1713953709966: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710017: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11824, blocked for 0, running for 6719 1713953710017: UIJobCollector(1417140494): Result: false 1713953710017: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710067: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11874, blocked for 0, running for 6769 1713953710068: UIJobCollector(1417140494): Result: false 1713953710068: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710118: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11925, blocked for 0, running for 6820 1713953710119: UIJobCollector(1417140494): Result: false 1713953710119: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710169: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11976, blocked for 0, running for 6871 1713953710169: UIJobCollector(1417140494): Result: false 1713953710169: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710219: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12026, blocked for 0, running for 6921 1713953710219: UIJobCollector(1417140494): Result: false 1713953710220: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710270: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12077, blocked for 0, running for 6972 1713953710270: UIJobCollector(1417140494): Result: false 1713953710270: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710321: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12128, blocked for 0, running for 7023 1713953710321: UIJobCollector(1417140494): Result: false 1713953710323: UIJobCollector(1417140494): ----->>> 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: 12130(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/0x0000000801550000.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: 12130(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/0x0000000801550000.run:-1 org.eclipse.core.runtime.jobs.Job$2.run:185 [Job.java] org.eclipse.core.internal.jobs.Worker.run:63 [Worker.java] 1713953710323: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710374: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12181, blocked for 0, running for 7076 1713953710374: UIJobCollector(1417140494): Result: false 1713953710374: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710424: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12231, blocked for 0, running for 7126 1713953710438: UIJobCollector(1417140494): Result: false 1713953710438: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710489: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12295, blocked for 0, running for 7190 1713953710489: UIJobCollector(1417140494): Result: false 1713953710489: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710541: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12348, blocked for 0, running for 7243 1713953710541: UIJobCollector(1417140494): Result: false 1713953710541: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710592: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12399, blocked for 0, running for 7294 1713953710593: UIJobCollector(1417140494): Result: false 1713953710593: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710645: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12452, blocked for 0, running for 7347 1713953710645: UIJobCollector(1417140494): Result: false 1713953710645: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710697: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12504, blocked for 0, running for 7399 1713953710698: UIJobCollector(1417140494): Result: false 1713953710698: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710749: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12556, blocked for 0, running for 7451 1713953710749: UIJobCollector(1417140494): Result: false 1713953710749: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710801: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12608, blocked for 0, running for 7503 1713953710801: UIJobCollector(1417140494): Result: false 1713953710801: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710853: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12660, blocked for 0, running for 7555 1713953710854: UIJobCollector(1417140494): Result: false 1713953710854: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710905: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12712, blocked for 0, running for 7607 1713953710906: UIJobCollector(1417140494): Result: false 1713953710906: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953710958: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12765, blocked for 0, running for 7660 1713953710958: UIJobCollector(1417140494): Result: false 1713953710958: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711010: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12817, blocked for 0, running for 7712 1713953711010: UIJobCollector(1417140494): Result: false 1713953711010: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711061: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12868, blocked for 0, running for 7763 1713953711062: UIJobCollector(1417140494): Result: false 1713953711062: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711113: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12920, blocked for 0, running for 7815 1713953711113: UIJobCollector(1417140494): Result: false 1713953711114: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711164: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12971, blocked for 0, running for 7866 1713953711165: UIJobCollector(1417140494): Result: false 1713953711165: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711216: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13023, blocked for 0, running for 7918 1713953711216: UIJobCollector(1417140494): Result: false 1713953711216: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711267: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13074, blocked for 0, running for 7969 1713953711268: UIJobCollector(1417140494): Result: false 1713953711268: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711319: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13126, blocked for 0, running for 8021 1713953711320: UIJobCollector(1417140494): Result: false 1713953711320: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711371: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13178, blocked for 0, running for 8073 1713953711372: UIJobCollector(1417140494): Result: false 1713953711372: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711440: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13246, blocked for 0, running for 8141 1713953711440: UIJobCollector(1417140494): Result: false 1713953711440: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711491: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13298, blocked for 0, running for 8193 1713953711539: UIJobCollector(1417140494): Result: false 1713953711539: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711640: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13447, blocked for 0, running for 8342 1713953711640: UIJobCollector(1417140494): Result: false 1713953711640: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711690: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13497, blocked for 0, running for 8392 1713953711739: UIJobCollector(1417140494): Result: false 1713953711739: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711789: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13596, blocked for 0, running for 8491 1713953711838: UIJobCollector(1417140494): Result: false 1713953711838: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711888: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13695, blocked for 0, running for 8590 1713953711888: UIJobCollector(1417140494): Result: false 1713953711888: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711938: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13745, blocked for 0, running for 8640 1713953711939: UIJobCollector(1417140494): Result: false 1713953711939: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953711989: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13796, blocked for 0, running for 8691 1713953711989: UIJobCollector(1417140494): Result: false 1713953711989: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712039: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13846, blocked for 0, running for 8741 1713953712039: UIJobCollector(1417140494): Result: false 1713953712039: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712089: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13896, blocked for 0, running for 8791 1713953712090: UIJobCollector(1417140494): Result: false 1713953712090: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712140: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13947, blocked for 0, running for 8842 1713953712140: UIJobCollector(1417140494): Result: false 1713953712140: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712190: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13997, blocked for 0, running for 8892 1713953712190: UIJobCollector(1417140494): Result: false 1713953712190: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712241: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14047, blocked for 0, running for 8942 1713953712241: UIJobCollector(1417140494): Result: false 1713953712241: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712291: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14098, blocked for 0, running for 8993 1713953712291: UIJobCollector(1417140494): Result: false 1713953712292: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712343: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14150, blocked for 0, running for 9045 1713953712343: UIJobCollector(1417140494): Result: false 1713953712343: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712393: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14200, blocked for 0, running for 9095 1713953712393: UIJobCollector(1417140494): Result: false 1713953712394: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712445: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14251, blocked for 0, running for 9146 1713953712445: UIJobCollector(1417140494): Result: false 1713953712445: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712496: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14303, blocked for 0, running for 9198 1713953712497: UIJobCollector(1417140494): Result: false 1713953712497: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712548: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14355, blocked for 0, running for 9250 1713953712548: UIJobCollector(1417140494): Result: false 1713953712548: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712600: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14407, blocked for 0, running for 9302 1713953712600: UIJobCollector(1417140494): Result: false 1713953712600: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712651: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14458, blocked for 0, running for 9353 1713953712651: UIJobCollector(1417140494): Result: false 1713953712652: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712703: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14510, blocked for 0, running for 9405 1713953712704: UIJobCollector(1417140494): Result: false 1713953712704: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712754: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14561, blocked for 0, running for 9456 1713953712754: UIJobCollector(1417140494): Result: false 1713953712755: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712806: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14613, blocked for 0, running for 9508 1713953712806: UIJobCollector(1417140494): Result: false 1713953712806: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712857: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14664, blocked for 0, running for 9559 1713953712858: UIJobCollector(1417140494): Result: false 1713953712858: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712909: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14716, blocked for 0, running for 9611 1713953712909: UIJobCollector(1417140494): Result: false 1713953712909: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953712960: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14767, blocked for 0, running for 9662 1713953712960: UIJobCollector(1417140494): Result: false 1713953712961: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953713012: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14819, blocked for 0, running for 9714 1713953713012: UIJobCollector(1417140494): Result: false 1713953713012: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953713063: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14870, blocked for 0, running for 9765 1713953713063: UIJobCollector(1417140494): Result: false 1713953713064: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953713114: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14921, blocked for 0, running for 9816 1713953713115: UIJobCollector(1417140494): Result: false 1713953713115: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953713167: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14974, blocked for 0, running for 9869 1713953713168: UIJobCollector(1417140494): Result: false 1713953713168: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953713218: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15025, blocked for 0, running for 9920 1713953713218: UIJobCollector(1417140494): Result: false 1713953713219: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953713270: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15077, blocked for 0, running for 9972 1713953713270: UIJobCollector(1417140494): Result: false 1713953713270: UIJobCollector(1417140494): Active jobs: [runaway(89)] 1713953713339: UIJobCollector(1417140494): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15146, blocked for 0, running for 10041 1713953713340: UIJobCollector(1417140494): Step timeout, skipping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15147, blocked for 0, running for 10042 1713953713340: UIJobCollector(1417140494): Result: true 1713953713340: UIJobCollector(1417140494): No active jobs 1713953713340: UIJobCollector(1417140494): event: done: org.eclipse.core.runtime.jobs.Job$2 (runaway), NONE, status: UNKNOWN, is active: true, delay: -15147, blocked for 0, running for 10042 1713953713340: UIJobCollector(1417140494): event: gone: org.eclipse.core.runtime.jobs.Job$2 (runaway), NONE, status: UNKNOWN, is active: true, delay: -15147, blocked for 0, running for 10042 1713953713341: UIJobCollector(639264440): enable 1713953713391: UIJobCollector(639264440): Nothing left 1713953713391: UIJobCollector(639264440): Result: true 1713953713391: UIJobCollector(639264440): No active jobs 1713953713391: UIJobCollector(182224515): enable 1713953713495: UIJobCollector(182224515): Result: true 1713953713495: UIJobCollector(182224515): No active jobs 1713953713545: UIJobCollector(182224515): Result: true 1713953713545: UIJobCollector(182224515): No active jobs 1713953713546: UIJobCollector(182224515): Result: true 1713953713546: UIJobCollector(182224515): No active jobs 1713953713546: UIJobCollector(182224515): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953713546: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953713546: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953713547: UIJobCollector(182224515): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953713547: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953713547: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953714047: UIJobCollector(182224515): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1713953714047: UIJobCollector(182224515): Result: false 1713953714047: UIJobCollector(182224515): Active jobs: [busyloop(92)] 1713953714048: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953714048: UIJobCollector(182224515): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953714098: UIJobCollector(182224515): Result: true 1713953714098: UIJobCollector(182224515): No active jobs 1713953714098: UIJobCollector(182224515): Result: true 1713953714098: UIJobCollector(182224515): No active jobs 1713953714098: UIJobCollector(182224515): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953714098: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953714098: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953714099: UIJobCollector(182224515): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953714099: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953714099: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953714599: UIJobCollector(182224515): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1713953714599: UIJobCollector(182224515): Result: false 1713953714599: UIJobCollector(182224515): Active jobs: [busyloop(92)] 1713953714600: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953714600: UIJobCollector(182224515): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953714649: UIJobCollector(182224515): Result: true 1713953714649: UIJobCollector(182224515): No active jobs 1713953714649: UIJobCollector(182224515): Result: true 1713953714649: UIJobCollector(182224515): No active jobs 1713953714649: UIJobCollector(182224515): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953714649: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953714649: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953714650: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953714650: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953714650: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953715150: UIJobCollector(182224515): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1713953715150: UIJobCollector(182224515): Result: false 1713953715151: UIJobCollector(182224515): Active jobs: [busyloop(92)] 1713953715151: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953715151: UIJobCollector(182224515): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953715201: UIJobCollector(182224515): Result: true 1713953715201: UIJobCollector(182224515): No active jobs 1713953715201: UIJobCollector(182224515): Result: true 1713953715201: UIJobCollector(182224515): No active jobs 1713953715201: UIJobCollector(182224515): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953715201: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953715201: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953715202: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953715202: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953715202: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953715702: UIJobCollector(182224515): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1713953715703: UIJobCollector(182224515): Result: false 1713953715703: UIJobCollector(182224515): Active jobs: [busyloop(92)] 1713953715703: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953715703: UIJobCollector(182224515): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953715753: UIJobCollector(182224515): Result: true 1713953715753: UIJobCollector(182224515): No active jobs 1713953715753: UIJobCollector(182224515): Result: true 1713953715753: UIJobCollector(182224515): No active jobs 1713953715754: UIJobCollector(182224515): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953715754: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953715754: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953715754: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953715754: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953715754: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953716254: UIJobCollector(182224515): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 500 1713953716255: UIJobCollector(182224515): Result: false 1713953716255: UIJobCollector(182224515): Active jobs: [busyloop(92)] 1713953716255: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1713953716255: UIJobCollector(182224515): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1713953716306: UIJobCollector(182224515): Result: true 1713953716306: UIJobCollector(182224515): No active jobs 1713953716306: UIJobCollector(182224515): Result: true 1713953716306: UIJobCollector(182224515): No active jobs 1713953716306: UIJobCollector(182224515): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953716306: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953716306: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953716306: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953716306: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953716306: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953716806: UIJobCollector(182224515): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 500 1713953716807: UIJobCollector(182224515): Result: false 1713953716807: UIJobCollector(182224515): Active jobs: [busyloop(92)] 1713953716807: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1713953716807: UIJobCollector(182224515): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1713953716857: UIJobCollector(182224515): Result: true 1713953716857: UIJobCollector(182224515): No active jobs 1713953716857: UIJobCollector(182224515): Result: true 1713953716857: UIJobCollector(182224515): No active jobs 1713953716858: UIJobCollector(182224515): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953716858: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953716858: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953716858: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953716858: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953716858: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953717358: UIJobCollector(182224515): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 500 1713953717359: UIJobCollector(182224515): Result: false 1713953717359: UIJobCollector(182224515): Active jobs: [busyloop(92)] 1713953717359: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1713953717359: UIJobCollector(182224515): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1713953717410: UIJobCollector(182224515): Result: true 1713953717410: UIJobCollector(182224515): No active jobs 1713953717410: UIJobCollector(182224515): Result: true 1713953717410: UIJobCollector(182224515): No active jobs 1713953717410: UIJobCollector(182224515): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953717410: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953717410: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953717410: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953717411: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953717411: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953717911: UIJobCollector(182224515): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1713953717911: UIJobCollector(182224515): Result: false 1713953717911: UIJobCollector(182224515): Active jobs: [busyloop(92)] 1713953717912: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953717912: UIJobCollector(182224515): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953717961: UIJobCollector(182224515): Result: true 1713953717961: UIJobCollector(182224515): No active jobs 1713953717961: UIJobCollector(182224515): Result: true 1713953717961: UIJobCollector(182224515): No active jobs 1713953717962: UIJobCollector(182224515): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953717962: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953717962: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953717962: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953717962: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953717962: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953718463: UIJobCollector(182224515): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1713953718464: UIJobCollector(182224515): Result: false 1713953718465: UIJobCollector(182224515): Active jobs: [busyloop(92)] 1713953718465: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -503, blocked for 0, running for 504 1713953718465: UIJobCollector(182224515): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -503, blocked for 0, running for 504 1713953718515: UIJobCollector(182224515): Result: true 1713953718516: UIJobCollector(182224515): No active jobs 1713953718516: UIJobCollector(182224515): Result: true 1713953718516: UIJobCollector(182224515): No active jobs 1713953718516: UIJobCollector(182224515): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953718516: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953718516: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953718516: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953718516: UIJobCollector(182224515): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953718516: UIJobCollector(182224515): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953719017: UIJobCollector(182224515): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1713953719017: UIJobCollector(182224515): Result: false 1713953719017: UIJobCollector(182224515): Active jobs: [busyloop(92)] 1713953719017: UIJobCollector(182224515): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 501 1713953719018: UIJobCollector(182224515): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 502 1713953719019: UIJobCollector(1131042367): enable 1713953719069: UIJobCollector(1131042367): Nothing left 1713953719070: UIJobCollector(1131042367): Result: true 1713953719070: UIJobCollector(1131042367): No active jobs 1713953719070: UIJobCollector(1401844988): enable 1713953719172: UIJobCollector(1401844988): Nothing left 1713953719173: UIJobCollector(1401844988): Result: true 1713953719173: UIJobCollector(1401844988): No active jobs 1713953719174: UIJobCollector(1401844988): enable 1713953719674: UIJobCollector(1401844988): Nothing left 1713953719674: UIJobCollector(1401844988): Result: true 1713953719674: UIJobCollector(1401844988): No active jobs 1713953719676: UIJobCollector(1017793925): enable 1713953719726: UIJobCollector(1017793925): Nothing left 1713953719726: UIJobCollector(1017793925): Result: true 1713953719726: UIJobCollector(1017793925): No active jobs 1713953719726: UIJobCollector(896508113): enable 1713953719826: UIJobCollector(896508113): Nothing left 1713953719826: UIJobCollector(896508113): Result: true 1713953719826: UIJobCollector(896508113): No active jobs 1713953719826: UIJobCollector(896508113): disable 1713953719977: UIJobCollector(896508113): enable 1713953719977: UIJobCollector(896508113): 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 1713953719977: UIJobCollector(896508113): 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 1713953719977: UIJobCollector(896508113): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 0 1713953720478: UIJobCollector(896508113): 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 1713953720478: UIJobCollector(896508113): Result: true 1713953720478: UIJobCollector(896508113): No active jobs 1713953720478: UIJobCollector(896508113): 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 1713953720478: UIJobCollector(896508113): enable 1713953720478: UIJobCollector(896508113): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 501 1713953720478: UIJobCollector(896508113): 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 1713953720479: UIJobCollector(876420389): enable 1713953720529: UIJobCollector(876420389): Nothing left 1713953720529: UIJobCollector(876420389): Result: true 1713953720529: UIJobCollector(876420389): No active jobs 1713953720529: UIJobCollector(1982703147): enable 1713953720632: UIJobCollector(1982703147): Nothing left 1713953720632: UIJobCollector(1982703147): Result: true 1713953720632: UIJobCollector(1982703147): No active jobs 1713953720632: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720632: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720633: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720633: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720633: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720633: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720633: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720634: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720634: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720634: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720634: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720635: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720635: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720635: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720635: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720635: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720635: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720635: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720635: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720636: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720636: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720636: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720636: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720636: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720636: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720637: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720637: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720637: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720637: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720637: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720637: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): 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 1713953720642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953720647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): 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 1713953720652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953720655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720738: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720738: UIJobCollector(1982703147): 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 1713953720738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720738: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720738: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): 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 1713953720739: UIJobCollector(1982703147): 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 1713953720739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): 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 1713953720753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953720755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720838: UIJobCollector(1982703147): 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 1713953720838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720838: UIJobCollector(1982703147): 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 1713953720838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720838: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720838: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): 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 1713953720839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720856: UIJobCollector(1982703147): 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 1713953720856: UIJobCollector(1982703147): 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 1713953720856: UIJobCollector(1982703147): 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 1713953720856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): 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 1713953720856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953720863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953720866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720867: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720867: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720867: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720867: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720867: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720868: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720868: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): Nothing left 1713953720868: UIJobCollector(1982703147): Result: true 1713953720868: UIJobCollector(1982703147): No active jobs 1713953720868: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720868: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 70 1713953720938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1713953720939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953720941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): Nothing left 1713953720954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720954: UIJobCollector(1982703147): Result: true 1713953720954: UIJobCollector(1982703147): No active jobs 1713953720954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953720959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953720961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953720963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953720963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): 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 1713953721038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): 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 1713953721038: UIJobCollector(1982703147): 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 1713953721038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): 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 1713953721038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): 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 1713953721038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): 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 1713953721039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): 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 1713953721063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1713953721138: UIJobCollector(1982703147): 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 1713953721138: UIJobCollector(1982703147): 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 1713953721138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1713953721138: UIJobCollector(1982703147): 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 1713953721138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1713953721138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 75 1713953721139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): 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 1713953721145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): Nothing left 1713953721146: UIJobCollector(1982703147): Result: true 1713953721146: UIJobCollector(1982703147): No active jobs 1713953721146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721163: UIJobCollector(1982703147): 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 1713953721163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721163: UIJobCollector(1982703147): 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 1713953721163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721238: UIJobCollector(1982703147): 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 1713953721238: UIJobCollector(1982703147): 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 1713953721238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): 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 1713953721238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): 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 1713953721238: UIJobCollector(1982703147): 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 1713953721238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): 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 1713953721238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): 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 1713953721238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953721255: UIJobCollector(1982703147): 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 1713953721255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1713953721255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 3 1713953721255: UIJobCollector(1982703147): 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 1713953721255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): 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 1713953721255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953721261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953721262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): 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 1713953721363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1713953721438: UIJobCollector(1982703147): 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 1713953721438: UIJobCollector(1982703147): 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 1713953721438: UIJobCollector(1982703147): 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 1713953721438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721438: UIJobCollector(1982703147): 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 1713953721438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721438: UIJobCollector(1982703147): 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 1713953721438: UIJobCollector(1982703147): 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 1713953721438: UIJobCollector(1982703147): 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 1713953721438: UIJobCollector(1982703147): 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 1713953721438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): 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 1713953721439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): 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 1713953721439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): 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 1713953721439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): 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 1713953721439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): 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 1713953721439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): 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 1713953721439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): 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 1713953721440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): Nothing left 1713953721445: UIJobCollector(1982703147): Result: true 1713953721445: UIJobCollector(1982703147): No active jobs 1713953721445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721463: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): 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 1713953721538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): 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 1713953721538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953721540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): 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 1713953721545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1713953721545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): 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 1713953721545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): Nothing left 1713953721547: UIJobCollector(1982703147): Result: true 1713953721547: UIJobCollector(1982703147): No active jobs 1713953721547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721553: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721553: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721553: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721553: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721554: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721554: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721554: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721554: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721554: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721554: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721555: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721555: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721555: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721555: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721555: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721556: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): 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 1713953721558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): 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 1713953721638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): 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 1713953721638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): Nothing left 1713953721643: UIJobCollector(1982703147): Result: true 1713953721643: UIJobCollector(1982703147): No active jobs 1713953721643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953721647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): 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 1713953721651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): 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 1713953721655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721738: UIJobCollector(1982703147): 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 1713953721738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): 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 1713953721738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): 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 1713953721738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721741: UIJobCollector(1982703147): Nothing left 1713953721741: UIJobCollector(1982703147): Result: true 1713953721741: UIJobCollector(1982703147): No active jobs 1713953721742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): 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 1713953721757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): 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 1713953721758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1713953721838: UIJobCollector(1982703147): 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 1713953721838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721838: UIJobCollector(1982703147): 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 1713953721838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721838: UIJobCollector(1982703147): 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 1713953721839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): 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 1713953721854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): 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 1713953721938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): 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 1713953721938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): 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 1713953721938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): 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 1713953721938: UIJobCollector(1982703147): 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 1713953721938: UIJobCollector(1982703147): 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 1713953721938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721938: UIJobCollector(1982703147): 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 1713953721938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): Nothing left 1713953721953: UIJobCollector(1982703147): Result: true 1713953721953: UIJobCollector(1982703147): No active jobs 1713953721953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953721961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953721963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953721963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953721963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): 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 1713953722038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): 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 1713953722038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722038: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): 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 1713953722042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 3 1713953722048: UIJobCollector(1982703147): 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 1713953722048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): 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 1713953722048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): 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 1713953722048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): Nothing left 1713953722061: UIJobCollector(1982703147): Result: true 1713953722061: UIJobCollector(1982703147): No active jobs 1713953722061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): 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 1713953722138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722138: UIJobCollector(1982703147): 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 1713953722139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953722139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): Nothing left 1713953722145: UIJobCollector(1982703147): Result: true 1713953722145: UIJobCollector(1982703147): No active jobs 1713953722145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): 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 1713953722238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): 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 1713953722238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): Nothing left 1713953722239: UIJobCollector(1982703147): Result: true 1713953722239: UIJobCollector(1982703147): No active jobs 1713953722239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722259: UIJobCollector(1982703147): 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 1713953722259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): 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 1713953722259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722338: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953722356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722364: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722364: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722364: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722364: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): 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 1713953722438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): 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 1713953722438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): Nothing left 1713953722445: UIJobCollector(1982703147): Result: true 1713953722445: UIJobCollector(1982703147): No active jobs 1713953722445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953722449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): 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 1713953722538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): 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 1713953722538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): Nothing left 1713953722545: UIJobCollector(1982703147): Result: true 1713953722545: UIJobCollector(1982703147): No active jobs 1713953722545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722556: UIJobCollector(1982703147): 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 1713953722556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722556: UIJobCollector(1982703147): 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 1713953722556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722556: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722556: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953722565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722566: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722566: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722566: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722566: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722566: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722566: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722567: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722567: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722567: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722567: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722567: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722567: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1713953722638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): 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 1713953722638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1713953722638: UIJobCollector(1982703147): 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 1713953722638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 72 1713953722638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953722652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): 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 1713953722658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953722662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): 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 1713953722738: UIJobCollector(1982703147): 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 1713953722738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): 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 1713953722738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722742: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722743: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722744: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722745: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722746: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): 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 1713953722751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): 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 1713953722759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): Nothing left 1713953722762: UIJobCollector(1982703147): Result: true 1713953722762: UIJobCollector(1982703147): No active jobs 1713953722762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722764: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): 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 1713953722838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722838: UIJobCollector(1982703147): 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 1713953722838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): 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 1713953722846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): 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 1713953722847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): Nothing left 1713953722859: UIJobCollector(1982703147): Result: true 1713953722859: UIJobCollector(1982703147): No active jobs 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722865: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722866: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722867: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722867: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722867: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722866: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): 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 1713953722938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): 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 1713953722938: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722940: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722941: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722942: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953722962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953722961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): 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 1713953723038: UIJobCollector(1982703147): 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 1713953723038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1713953723045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723046: UIJobCollector(1982703147): 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 1713953723046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): 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 1713953723046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): 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 1713953723046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): 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 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723060: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723061: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723062: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): 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 1713953723138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): 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 1713953723138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): 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 1713953723138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -79, blocked for 0, running for 79 1713953723238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): 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 1713953723238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): 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 1713953723244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): 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 1713953723244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723244: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723245: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723246: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723265: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -4, blocked for 0, running for 4 1713953723362: UIJobCollector(1982703147): 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 1713953723362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): 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 1713953723362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): 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 1713953723362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723362: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723363: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723456: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723457: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723458: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723459: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723460: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723461: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723462: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723463: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723463: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723463: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723463: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723463: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723463: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723538: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723539: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723540: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723541: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723542: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723543: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723544: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723545: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723546: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723547: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723548: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723549: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723550: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723551: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723552: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723552: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723552: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723552: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723556: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723556: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723557: UIJobCollector(1982703147): 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 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): 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 1713953723557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723557: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723558: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723559: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723560: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723561: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723562: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723563: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723564: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723565: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): 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 1713953723638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): 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 1713953723638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): 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 1713953723638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): 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 1713953723638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): 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 1713953723638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): 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 1713953723638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723638: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723639: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723640: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723641: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723642: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723643: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): 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 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723644: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723645: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723646: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723647: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723648: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723649: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723650: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723651: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723652: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723653: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723654: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nothing left 1713953723655: UIJobCollector(1982703147): Result: true 1713953723655: UIJobCollector(1982703147): No active jobs 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723655: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723656: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723657: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723658: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723659: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723660: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723661: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723662: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723663: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723664: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723738: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723738: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): 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 1713953723739: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723739: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): 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 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): 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 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): 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 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): 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 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): 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 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): 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 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): 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 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): 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 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): 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 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): 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 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723740: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): 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 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): 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 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): 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 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): 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 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): 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 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723741: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 6 1713953723747: UIJobCollector(1982703147): 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 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 6 1713953723747: UIJobCollector(1982703147): 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 1713953723747: UIJobCollector(1982703147): 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 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): 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 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): 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 1713953723747: UIJobCollector(1982703147): 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 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 6 1713953723747: UIJobCollector(1982703147): 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 1713953723747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 6 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723747: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723748: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723749: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723750: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723751: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723752: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nothing left 1713953723753: UIJobCollector(1982703147): Result: true 1713953723753: UIJobCollector(1982703147): No active jobs 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723753: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723754: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723755: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723756: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723757: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723758: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723759: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723760: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nothing left 1713953723761: UIJobCollector(1982703147): Result: true 1713953723761: UIJobCollector(1982703147): No active jobs 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723761: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723762: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723763: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723764: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): 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 1713953723838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): 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 1713953723838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723838: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723839: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723840: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723841: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723842: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): Nothing left 1713953723843: UIJobCollector(1982703147): Result: true 1713953723843: UIJobCollector(1982703147): No active jobs 1713953723843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723843: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723844: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723845: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723846: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723847: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723848: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723849: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723850: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): Nothing left 1713953723851: UIJobCollector(1982703147): Result: true 1713953723851: UIJobCollector(1982703147): No active jobs 1713953723851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723851: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723852: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723853: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723854: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723855: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723856: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723857: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): 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 1713953723858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723858: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723859: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723860: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723861: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723862: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723863: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723864: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723864: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723864: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723864: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723865: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723864: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): 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 1713953723938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): 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 1713953723938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723938: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723939: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723943: UIJobCollector(1982703147): 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 1713953723943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723943: UIJobCollector(1982703147): 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 1713953723943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723943: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723943: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723943: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723943: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723944: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723945: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723946: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723947: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723948: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723949: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723950: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723951: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): 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 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723952: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723953: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723954: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723955: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723956: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723957: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723958: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723959: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723960: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723961: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723962: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953723963: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): 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 1713953724038: UIJobCollector(1982703147): 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 1713953724038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): 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 1713953724038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724038: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724039: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724040: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724041: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724042: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724043: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724044: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724045: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724046: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): 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 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724047: UIJobCollector(1982703147): Nothing left 1713953724047: UIJobCollector(1982703147): Result: true 1713953724047: UIJobCollector(1982703147): No active jobs 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724048: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724049: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724050: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724051: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724052: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724053: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724054: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724055: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724056: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724057: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724058: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724059: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724059: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724059: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724059: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724059: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): 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 1713953724063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): 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 1713953724063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): 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 1713953724063: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724063: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724064: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724065: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724066: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724067: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724067: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724067: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724067: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724138: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724139: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724140: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724141: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724142: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nothing left 1713953724143: UIJobCollector(1982703147): Result: true 1713953724143: UIJobCollector(1982703147): No active jobs 1713953724143: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724143: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724144: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724145: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724146: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724147: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724148: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724149: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724150: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724151: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724152: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724153: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724154: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724155: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724156: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724157: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724158: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724159: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724160: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724161: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724162: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724163: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724164: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724165: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724166: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724167: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724168: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724169: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724170: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724170: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724170: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724170: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724170: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724170: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724170: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724170: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1713953724238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -68, blocked for 0, running for 68 1713953724238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724238: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724239: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724240: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724241: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724242: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953724243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724243: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): 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 1713953724247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): 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 1713953724247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): 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 1713953724247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724247: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724248: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724249: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724250: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724251: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724252: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724253: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724254: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724255: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724256: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724257: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724258: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724259: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724260: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724261: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724262: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724263: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724264: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724265: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724266: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724266: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724266: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): 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 1713953724338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): 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 1713953724338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724338: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724339: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724340: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724341: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724342: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724343: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724344: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): Nothing left 1713953724345: UIJobCollector(1982703147): Result: true 1713953724345: UIJobCollector(1982703147): No active jobs 1713953724345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724345: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): 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 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724346: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724347: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724348: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724349: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724350: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724351: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724352: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724353: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724354: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724355: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724356: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724357: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724358: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724359: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724360: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724361: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): 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 1713953724366: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): 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 1713953724366: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): 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 1713953724366: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724366: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724367: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724367: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724367: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724367: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724367: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724367: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724367: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724367: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1713953724438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): 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 1713953724438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): 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 1713953724438: UIJobCollector(1982703147): 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 1713953724438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1713953724438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724438: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724439: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): 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 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724440: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724441: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724442: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724443: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724444: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724445: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724446: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724447: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724448: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724449: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nothing left 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Result: true 1713953724450: UIJobCollector(1982703147): No active jobs 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724450: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724451: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724452: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724453: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724454: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724455: UIJobCollector(1982703147): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724456: UIJobCollector(1982703147): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724456: UIJobCollector(1982703147): Nothing left 1713953724456: UIJobCollector(1982703147): Result: true 1713953724456: UIJobCollector(1982703147): No active jobs 1713953724456: UIJobCollector(1982703147): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1713953724539: UIJobCollector(77707024): enable 1713953724589: UIJobCollector(77707024): Nothing left 1713953724589: UIJobCollector(77707024): Result: true 1713953724589: UIJobCollector(77707024): No active jobs 1713953724589: UIJobCollector(295510478): enable 1713953724689: UIJobCollector(295510478): Nothing left 1713953724689: UIJobCollector(295510478): Result: true 1713953724689: UIJobCollector(295510478): No active jobs 1713953724689: UIJobCollector(295510478): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953724689: UIJobCollector(295510478): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724689: UIJobCollector(295510478): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724689: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953724689: UIJobCollector(295510478): sleep is blocked 1713953724690: UIJobCollector(295510478): Result: false 1713953724690: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726201: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1512, blocked for 1512, running for 0 1713953726202: UIJobCollector(295510478): Result: false 1713953726202: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726253: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1564, blocked for 1564, running for 0 1713953726253: UIJobCollector(295510478): Result: false 1713953726253: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726305: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1616, blocked for 1616, running for 0 1713953726305: UIJobCollector(295510478): Result: false 1713953726305: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726356: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1667, blocked for 1667, running for 0 1713953726357: UIJobCollector(295510478): Result: false 1713953726357: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726408: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1719, blocked for 1719, running for 0 1713953726408: UIJobCollector(295510478): Result: false 1713953726409: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726460: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1771, blocked for 1771, running for 0 1713953726460: UIJobCollector(295510478): Result: false 1713953726460: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726512: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1823, blocked for 1823, running for 0 1713953726512: UIJobCollector(295510478): Result: false 1713953726512: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726564: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1875, blocked for 1875, running for 0 1713953726564: UIJobCollector(295510478): Result: false 1713953726564: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726616: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1927, blocked for 1927, running for 0 1713953726616: UIJobCollector(295510478): Result: false 1713953726616: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726667: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1978, blocked for 1978, running for 0 1713953726667: UIJobCollector(295510478): Result: false 1713953726668: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953726719: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2030, blocked for 2030, running for 0 1713953726719: UIJobCollector(295510478): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2030, blocked for 2030, running for 0 1713953726719: UIJobCollector(295510478): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2030, blocked for 2030, running for 0 1713953726719: UIJobCollector(295510478): Result: true 1713953726719: UIJobCollector(295510478): No active jobs 1713953726719: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2030, blocked for 2030, running for 0 1713953726720: UIJobCollector(295510478): Result: false 1713953726720: UIJobCollector(295510478): Active jobs: [sleep(10114)] 1713953728220: UIJobCollector(295510478): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3531, blocked for 3531, running for 0 1713953728220: UIJobCollector(295510478): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3531, blocked for 3531, running for 0 1713953728220: UIJobCollector(295510478): Result: true 1713953728220: UIJobCollector(295510478): No active jobs 1713953728690: UIJobCollector(295510478): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -4001, blocked for 4001, running for 0 1713953728690: UIJobCollector(295510478): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -4001, blocked for 4001, running for 0 1713953728735: UIJobCollector(372472974): enable 1713953728785: UIJobCollector(372472974): Nothing left 1713953728785: UIJobCollector(372472974): Result: true 1713953728785: UIJobCollector(372472974): No active jobs 1713953728785: UIJobCollector(637773677): enable 1713953728785: UIJobCollector(637773677): Nothing left 1713953728785: UIJobCollector(637773677): Result: true 1713953728785: UIJobCollector(637773677): No active jobs 1713953728786: UIJobCollector(491879): enable 1713953728837: UIJobCollector(491879): Result: true 1713953728837: UIJobCollector(491879): No active jobs 1713953728837: UIJobCollector(1648216409): enable 1713953728937: UIJobCollector(1648216409): Nothing left 1713953728937: UIJobCollector(1648216409): Result: true 1713953728937: UIJobCollector(1648216409): No active jobs 1713953728937: UIJobCollector(1648216409): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953728937: UIJobCollector(1648216409): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953728937: UIJobCollector(1648216409): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953729087: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -150, blocked for 0, running for 150 1713953729087: UIJobCollector(1648216409): sleep is blocked 1713953729087: UIJobCollector(1648216409): Result: false 1713953729087: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729137: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -200, blocked for 50, running for 0 1713953729138: UIJobCollector(1648216409): Result: false 1713953729138: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729188: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -251, blocked for 101, running for 0 1713953729189: UIJobCollector(1648216409): Result: false 1713953729189: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729239: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -302, blocked for 152, running for 0 1713953729240: UIJobCollector(1648216409): Result: false 1713953729240: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729291: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -354, blocked for 204, running for 0 1713953729291: UIJobCollector(1648216409): Result: false 1713953729291: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729341: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -404, blocked for 254, running for 0 1713953729342: UIJobCollector(1648216409): Result: false 1713953729342: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729392: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -455, blocked for 305, running for 0 1713953729392: UIJobCollector(1648216409): Result: false 1713953729392: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729443: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -506, blocked for 356, running for 0 1713953729443: UIJobCollector(1648216409): Result: false 1713953729443: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729493: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -556, blocked for 406, running for 0 1713953729494: UIJobCollector(1648216409): Result: false 1713953729494: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729544: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -607, blocked for 457, running for 0 1713953729544: UIJobCollector(1648216409): Result: false 1713953729544: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729594: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -657, blocked for 507, running for 0 1713953729594: UIJobCollector(1648216409): Result: false 1713953729594: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729645: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -708, blocked for 558, running for 0 1713953729645: UIJobCollector(1648216409): Result: false 1713953729645: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729697: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -760, blocked for 610, running for 0 1713953729697: UIJobCollector(1648216409): Result: false 1713953729697: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729747: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -810, blocked for 660, running for 0 1713953729747: UIJobCollector(1648216409): Result: false 1713953729748: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729799: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -862, blocked for 712, running for 0 1713953729799: UIJobCollector(1648216409): Result: false 1713953729799: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729851: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -914, blocked for 764, running for 0 1713953729851: UIJobCollector(1648216409): Result: false 1713953729852: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729903: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -966, blocked for 816, running for 0 1713953729903: UIJobCollector(1648216409): Result: false 1713953729903: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953729954: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1017, blocked for 867, running for 0 1713953729954: UIJobCollector(1648216409): Result: false 1713953729954: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730006: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1069, blocked for 919, running for 0 1713953730006: UIJobCollector(1648216409): Result: false 1713953730006: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730057: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1120, blocked for 970, running for 0 1713953730057: UIJobCollector(1648216409): Result: false 1713953730057: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730109: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1172, blocked for 1022, running for 0 1713953730109: UIJobCollector(1648216409): Job is blocked for 1000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1172, blocked for 1022, running for 0 1713953730109: UIJobCollector(1648216409): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1172, blocked for 1022, running for 0 1713953730109: UIJobCollector(1648216409): Result: true 1713953730109: UIJobCollector(1648216409): No active jobs 1713953730210: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1273, blocked for 1123, running for 0 1713953730211: UIJobCollector(1648216409): Result: false 1713953730211: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730262: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1324, blocked for 1174, running for 0 1713953730262: UIJobCollector(1648216409): Result: false 1713953730262: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730312: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1375, blocked for 1225, running for 0 1713953730313: UIJobCollector(1648216409): Result: false 1713953730313: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730363: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1426, blocked for 1276, running for 0 1713953730363: UIJobCollector(1648216409): Result: false 1713953730364: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730414: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1477, blocked for 1327, running for 0 1713953730414: UIJobCollector(1648216409): Result: false 1713953730414: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730464: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1527, blocked for 1377, running for 0 1713953730465: UIJobCollector(1648216409): Result: false 1713953730465: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730515: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1578, blocked for 1428, running for 0 1713953730515: UIJobCollector(1648216409): Result: false 1713953730515: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730565: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1628, blocked for 1478, running for 0 1713953730566: UIJobCollector(1648216409): Result: false 1713953730566: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730616: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1679, blocked for 1529, running for 0 1713953730616: UIJobCollector(1648216409): Result: false 1713953730617: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730667: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1730, blocked for 1580, running for 0 1713953730667: UIJobCollector(1648216409): Result: false 1713953730667: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730718: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1781, blocked for 1631, running for 0 1713953730718: UIJobCollector(1648216409): Result: false 1713953730718: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730768: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1831, blocked for 1681, running for 0 1713953730768: UIJobCollector(1648216409): Result: false 1713953730768: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730819: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1881, blocked for 1731, running for 0 1713953730819: UIJobCollector(1648216409): Result: false 1713953730819: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730869: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1932, blocked for 1782, running for 0 1713953730870: UIJobCollector(1648216409): Result: false 1713953730870: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730920: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1983, blocked for 1833, running for 0 1713953730920: UIJobCollector(1648216409): Result: false 1713953730920: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953730970: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2033, blocked for 1883, running for 0 1713953730971: UIJobCollector(1648216409): Result: false 1713953730971: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731021: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2084, blocked for 1934, running for 0 1713953731021: UIJobCollector(1648216409): Result: false 1713953731021: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731072: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2135, blocked for 1985, running for 0 1713953731072: UIJobCollector(1648216409): Result: false 1713953731072: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731124: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2187, blocked for 2037, running for 0 1713953731124: UIJobCollector(1648216409): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2187, blocked for 2037, running for 0 1713953731124: UIJobCollector(1648216409): Result: true 1713953731124: UIJobCollector(1648216409): No active jobs 1713953731224: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2287, blocked for 2137, running for 0 1713953731224: UIJobCollector(1648216409): Result: false 1713953731224: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731274: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2337, blocked for 2187, running for 0 1713953731274: UIJobCollector(1648216409): Result: false 1713953731274: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731325: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2388, blocked for 2238, running for 0 1713953731325: UIJobCollector(1648216409): Result: false 1713953731325: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731375: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2438, blocked for 2288, running for 0 1713953731375: UIJobCollector(1648216409): Result: false 1713953731376: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731426: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2489, blocked for 2339, running for 0 1713953731426: UIJobCollector(1648216409): Result: false 1713953731426: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731476: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2539, blocked for 2389, running for 0 1713953731476: UIJobCollector(1648216409): Result: false 1713953731476: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731526: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2589, blocked for 2439, running for 0 1713953731527: UIJobCollector(1648216409): Result: false 1713953731527: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731577: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2640, blocked for 2490, running for 0 1713953731577: UIJobCollector(1648216409): Result: false 1713953731577: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731628: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2691, blocked for 2541, running for 0 1713953731628: UIJobCollector(1648216409): Result: false 1713953731628: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731678: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2741, blocked for 2591, running for 0 1713953731679: UIJobCollector(1648216409): Result: false 1713953731679: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731730: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2793, blocked for 2643, running for 0 1713953731731: UIJobCollector(1648216409): Result: false 1713953731731: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731782: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2845, blocked for 2695, running for 0 1713953731782: UIJobCollector(1648216409): Result: false 1713953731782: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731834: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2897, blocked for 2747, running for 0 1713953731834: UIJobCollector(1648216409): Result: false 1713953731834: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731885: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2948, blocked for 2798, running for 0 1713953731885: UIJobCollector(1648216409): Result: false 1713953731886: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731937: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3000, blocked for 2850, running for 0 1713953731937: UIJobCollector(1648216409): Result: false 1713953731937: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953731989: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3052, blocked for 2902, running for 0 1713953731989: UIJobCollector(1648216409): Result: false 1713953731989: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732040: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3103, blocked for 2953, running for 0 1713953732040: UIJobCollector(1648216409): Result: false 1713953732040: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732092: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3155, blocked for 3005, running for 0 1713953732092: UIJobCollector(1648216409): Result: false 1713953732092: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732144: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3207, blocked for 3057, running for 0 1713953732144: UIJobCollector(1648216409): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3207, blocked for 3057, running for 0 1713953732144: UIJobCollector(1648216409): Result: true 1713953732144: UIJobCollector(1648216409): No active jobs 1713953732247: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3310, blocked for 3160, running for 0 1713953732247: UIJobCollector(1648216409): Result: false 1713953732247: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732298: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3361, blocked for 3211, running for 0 1713953732299: UIJobCollector(1648216409): Result: false 1713953732299: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732350: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3413, blocked for 3263, running for 0 1713953732350: UIJobCollector(1648216409): Result: false 1713953732351: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732402: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3465, blocked for 3315, running for 0 1713953732402: UIJobCollector(1648216409): Result: false 1713953732403: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732454: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3517, blocked for 3367, running for 0 1713953732454: UIJobCollector(1648216409): Result: false 1713953732454: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732506: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3569, blocked for 3419, running for 0 1713953732506: UIJobCollector(1648216409): Result: false 1713953732506: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732557: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3620, blocked for 3470, running for 0 1713953732558: UIJobCollector(1648216409): Result: false 1713953732558: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732609: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3672, blocked for 3522, running for 0 1713953732609: UIJobCollector(1648216409): Result: false 1713953732610: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732661: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3724, blocked for 3574, running for 0 1713953732661: UIJobCollector(1648216409): Result: false 1713953732661: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732713: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3776, blocked for 3626, running for 0 1713953732713: UIJobCollector(1648216409): Result: false 1713953732713: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732764: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3827, blocked for 3677, running for 0 1713953732764: UIJobCollector(1648216409): Result: false 1713953732765: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732816: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3879, blocked for 3729, running for 0 1713953732816: UIJobCollector(1648216409): Result: false 1713953732816: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732868: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3931, blocked for 3781, running for 0 1713953732868: UIJobCollector(1648216409): Result: false 1713953732868: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732919: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3982, blocked for 3832, running for 0 1713953732920: UIJobCollector(1648216409): Result: false 1713953732920: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953732971: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4034, blocked for 3884, running for 0 1713953732972: UIJobCollector(1648216409): Result: false 1713953732972: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733024: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4086, blocked for 3936, running for 0 1713953733024: UIJobCollector(1648216409): Result: false 1713953733024: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733075: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4138, blocked for 3988, running for 0 1713953733076: UIJobCollector(1648216409): Result: false 1713953733076: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733127: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4190, blocked for 4040, running for 0 1713953733127: UIJobCollector(1648216409): Result: false 1713953733127: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733179: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4242, blocked for 4092, running for 0 1713953733179: UIJobCollector(1648216409): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4242, blocked for 4092, running for 0 1713953733179: UIJobCollector(1648216409): Result: true 1713953733179: UIJobCollector(1648216409): No active jobs 1713953733280: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4343, blocked for 4193, running for 0 1713953733280: UIJobCollector(1648216409): Result: false 1713953733281: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733331: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4394, blocked for 4244, running for 0 1713953733331: UIJobCollector(1648216409): Result: false 1713953733331: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733382: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4445, blocked for 4295, running for 0 1713953733382: UIJobCollector(1648216409): Result: false 1713953733382: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733432: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4495, blocked for 4345, running for 0 1713953733432: UIJobCollector(1648216409): Result: false 1713953733432: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733482: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4545, blocked for 4395, running for 0 1713953733483: UIJobCollector(1648216409): Result: false 1713953733483: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733534: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4596, blocked for 4446, running for 0 1713953733534: UIJobCollector(1648216409): Result: false 1713953733534: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733584: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4647, blocked for 4497, running for 0 1713953733584: UIJobCollector(1648216409): Result: false 1713953733584: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733634: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4697, blocked for 4547, running for 0 1713953733634: UIJobCollector(1648216409): Result: false 1713953733634: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733684: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4747, blocked for 4597, running for 0 1713953733684: UIJobCollector(1648216409): Result: false 1713953733684: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733734: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4797, blocked for 4647, running for 0 1713953733734: UIJobCollector(1648216409): Result: false 1713953733734: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733784: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4847, blocked for 4697, running for 0 1713953733784: UIJobCollector(1648216409): Result: false 1713953733785: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733835: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4898, blocked for 4748, running for 0 1713953733835: UIJobCollector(1648216409): Result: false 1713953733835: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733885: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4948, blocked for 4798, running for 0 1713953733885: UIJobCollector(1648216409): Result: false 1713953733885: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733937: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5000, blocked for 4850, running for 0 1713953733937: UIJobCollector(1648216409): Result: false 1713953733937: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953733988: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5051, blocked for 4901, running for 0 1713953733988: UIJobCollector(1648216409): Result: false 1713953733988: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734039: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5102, blocked for 4952, running for 0 1713953734039: UIJobCollector(1648216409): Result: false 1713953734040: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734091: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5154, blocked for 5004, running for 0 1713953734091: UIJobCollector(1648216409): Result: false 1713953734091: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734143: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5206, blocked for 5056, running for 0 1713953734143: UIJobCollector(1648216409): Result: false 1713953734143: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734195: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5258, blocked for 5108, running for 0 1713953734195: UIJobCollector(1648216409): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5258, blocked for 5108, running for 0 1713953734195: UIJobCollector(1648216409): Result: true 1713953734195: UIJobCollector(1648216409): No active jobs 1713953734295: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5358, blocked for 5208, running for 0 1713953734295: UIJobCollector(1648216409): Result: false 1713953734295: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734345: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5408, blocked for 5258, running for 0 1713953734345: UIJobCollector(1648216409): Result: false 1713953734345: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734396: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5459, blocked for 5309, running for 0 1713953734396: UIJobCollector(1648216409): Result: false 1713953734396: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734446: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5509, blocked for 5359, running for 0 1713953734447: UIJobCollector(1648216409): Result: false 1713953734447: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734497: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5560, blocked for 5410, running for 0 1713953734498: UIJobCollector(1648216409): Result: false 1713953734498: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734549: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5612, blocked for 5462, running for 0 1713953734549: UIJobCollector(1648216409): Result: false 1713953734549: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734600: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5663, blocked for 5513, running for 0 1713953734600: UIJobCollector(1648216409): Result: false 1713953734600: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734650: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5713, blocked for 5563, running for 0 1713953734650: UIJobCollector(1648216409): Result: false 1713953734650: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734701: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5764, blocked for 5614, running for 0 1713953734701: UIJobCollector(1648216409): Result: false 1713953734701: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734751: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5814, blocked for 5664, running for 0 1713953734752: UIJobCollector(1648216409): Result: false 1713953734752: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734802: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5865, blocked for 5715, running for 0 1713953734803: UIJobCollector(1648216409): Result: false 1713953734803: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734853: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5916, blocked for 5766, running for 0 1713953734854: UIJobCollector(1648216409): Result: false 1713953734854: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734904: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5967, blocked for 5817, running for 0 1713953734905: UIJobCollector(1648216409): Result: false 1713953734905: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953734955: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6018, blocked for 5868, running for 0 1713953734955: UIJobCollector(1648216409): Result: false 1713953734955: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735005: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6068, blocked for 5918, running for 0 1713953735005: UIJobCollector(1648216409): Result: false 1713953735005: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735056: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6119, blocked for 5969, running for 0 1713953735056: UIJobCollector(1648216409): Result: false 1713953735056: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735106: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6169, blocked for 6019, running for 0 1713953735107: UIJobCollector(1648216409): Result: false 1713953735107: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735157: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6220, blocked for 6070, running for 0 1713953735157: UIJobCollector(1648216409): Result: false 1713953735157: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735207: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6270, blocked for 6120, running for 0 1713953735207: UIJobCollector(1648216409): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6270, blocked for 6120, running for 0 1713953735207: UIJobCollector(1648216409): Result: true 1713953735207: UIJobCollector(1648216409): No active jobs 1713953735307: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6370, blocked for 6220, running for 0 1713953735307: UIJobCollector(1648216409): Result: false 1713953735307: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735357: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6420, blocked for 6270, running for 0 1713953735358: UIJobCollector(1648216409): Result: false 1713953735358: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735409: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6472, blocked for 6322, running for 0 1713953735409: UIJobCollector(1648216409): Result: false 1713953735409: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735460: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6523, blocked for 6373, running for 0 1713953735460: UIJobCollector(1648216409): Result: false 1713953735460: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735510: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6573, blocked for 6423, running for 0 1713953735510: UIJobCollector(1648216409): Result: false 1713953735510: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735560: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6623, blocked for 6473, running for 0 1713953735561: UIJobCollector(1648216409): Result: false 1713953735561: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735611: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6674, blocked for 6524, running for 0 1713953735611: UIJobCollector(1648216409): Result: false 1713953735611: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735661: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6724, blocked for 6574, running for 0 1713953735661: UIJobCollector(1648216409): Result: false 1713953735661: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735711: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6774, blocked for 6624, running for 0 1713953735711: UIJobCollector(1648216409): Result: false 1713953735711: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735761: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6824, blocked for 6674, running for 0 1713953735761: UIJobCollector(1648216409): Result: false 1713953735762: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735812: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6875, blocked for 6725, running for 0 1713953735812: UIJobCollector(1648216409): Result: false 1713953735812: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735862: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6925, blocked for 6775, running for 0 1713953735862: UIJobCollector(1648216409): Result: false 1713953735862: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735912: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6975, blocked for 6825, running for 0 1713953735912: UIJobCollector(1648216409): Result: false 1713953735912: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953735963: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7026, blocked for 6876, running for 0 1713953735963: UIJobCollector(1648216409): Result: false 1713953735963: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953736015: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7078, blocked for 6928, running for 0 1713953736015: UIJobCollector(1648216409): Result: false 1713953736015: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953736068: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7131, blocked for 6981, running for 0 1713953736068: UIJobCollector(1648216409): Result: false 1713953736068: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953736118: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7181, blocked for 7031, running for 0 1713953736119: UIJobCollector(1648216409): Result: false 1713953736119: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953736171: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7234, blocked for 7084, running for 0 1713953736171: UIJobCollector(1648216409): Result: false 1713953736171: UIJobCollector(1648216409): Active jobs: [sleep(10126)] 1713953736222: UIJobCollector(1648216409): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7285, blocked for 7135, running for 0 1713953736222: UIJobCollector(1648216409): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7285, blocked for 7135, running for 0 1713953736222: UIJobCollector(1648216409): Result: true 1713953736223: UIJobCollector(1648216409): No active jobs 1713953736938: UIJobCollector(1648216409): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -8001, blocked for 7851, running for 0 1713953736938: UIJobCollector(1648216409): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -8001, blocked for 7851, running for 0 1713953736951: UIJobCollector(492997256): enable 1713953737001: UIJobCollector(492997256): Nothing left 1713953737001: UIJobCollector(492997256): Result: true 1713953737001: UIJobCollector(492997256): No active jobs 1713953737001: UIJobCollector(1013139972): enable 1713953737103: UIJobCollector(1013139972): Result: true 1713953737103: UIJobCollector(1013139972): No active jobs 1713953737103: UIJobCollector(1013139972): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1713953737103: UIJobCollector(1013139972): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953737103: UIJobCollector(1013139972): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1713953737155: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -52, blocked for 0, running for 52 1713953737155: UIJobCollector(1013139972): sleep is blocked 1713953737155: UIJobCollector(1013139972): Result: false 1713953737155: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737206: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -103, blocked for 51, running for 0 1713953737206: UIJobCollector(1013139972): Result: false 1713953737206: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737256: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -153, blocked for 101, running for 0 1713953737256: UIJobCollector(1013139972): Result: false 1713953737256: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737307: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -204, blocked for 152, running for 0 1713953737307: UIJobCollector(1013139972): Result: false 1713953737308: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737358: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -255, blocked for 203, running for 0 1713953737359: UIJobCollector(1013139972): Result: false 1713953737359: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737411: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -308, blocked for 256, running for 0 1713953737411: UIJobCollector(1013139972): Result: false 1713953737411: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737462: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -359, blocked for 307, running for 0 1713953737462: UIJobCollector(1013139972): Result: false 1713953737463: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737513: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -410, blocked for 358, running for 0 1713953737513: UIJobCollector(1013139972): Result: false 1713953737513: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737565: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -462, blocked for 410, running for 0 1713953737565: UIJobCollector(1013139972): Result: false 1713953737565: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737617: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -513, blocked for 461, running for 0 1713953737617: UIJobCollector(1013139972): Result: false 1713953737617: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737668: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -565, blocked for 513, running for 0 1713953737668: UIJobCollector(1013139972): Result: false 1713953737668: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737719: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -616, blocked for 564, running for 0 1713953737719: UIJobCollector(1013139972): Result: false 1713953737719: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737770: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -667, blocked for 615, running for 0 1713953737770: UIJobCollector(1013139972): Result: false 1713953737771: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737821: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -718, blocked for 666, running for 0 1713953737822: UIJobCollector(1013139972): Result: false 1713953737822: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737872: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -769, blocked for 717, running for 0 1713953737873: UIJobCollector(1013139972): Result: false 1713953737873: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737923: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -820, blocked for 768, running for 0 1713953737924: UIJobCollector(1013139972): Result: false 1713953737924: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953737975: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -872, blocked for 820, running for 0 1713953737975: UIJobCollector(1013139972): Result: false 1713953737975: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738026: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -923, blocked for 871, running for 0 1713953738026: UIJobCollector(1013139972): Result: false 1713953738026: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738079: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -976, blocked for 924, running for 0 1713953738079: UIJobCollector(1013139972): Result: false 1713953738079: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738130: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1027, blocked for 975, running for 0 1713953738131: UIJobCollector(1013139972): Result: false 1713953738131: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738181: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1078, blocked for 1026, running for 0 1713953738181: UIJobCollector(1013139972): Result: false 1713953738182: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738234: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1131, blocked for 1079, running for 0 1713953738234: UIJobCollector(1013139972): Result: false 1713953738234: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738285: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1182, blocked for 1130, running for 0 1713953738285: UIJobCollector(1013139972): Result: false 1713953738285: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738337: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1233, blocked for 1181, running for 0 1713953738337: UIJobCollector(1013139972): Result: false 1713953738337: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738388: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1285, blocked for 1233, running for 0 1713953738388: UIJobCollector(1013139972): Result: false 1713953738388: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738439: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1336, blocked for 1284, running for 0 1713953738440: UIJobCollector(1013139972): Result: false 1713953738440: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738491: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1388, blocked for 1336, running for 0 1713953738491: UIJobCollector(1013139972): Result: false 1713953738491: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738541: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1438, blocked for 1386, running for 0 1713953738542: UIJobCollector(1013139972): Result: false 1713953738542: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738592: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1489, blocked for 1437, running for 0 1713953738592: UIJobCollector(1013139972): Result: false 1713953738592: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738642: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1539, blocked for 1487, running for 0 1713953738642: UIJobCollector(1013139972): Result: false 1713953738643: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738693: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1590, blocked for 1538, running for 0 1713953738693: UIJobCollector(1013139972): Result: false 1713953738693: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738745: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1642, blocked for 1590, running for 0 1713953738745: UIJobCollector(1013139972): Result: false 1713953738745: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738797: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1694, blocked for 1642, running for 0 1713953738797: UIJobCollector(1013139972): Result: false 1713953738797: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738848: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1745, blocked for 1693, running for 0 1713953738848: UIJobCollector(1013139972): Result: false 1713953738848: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738898: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1795, blocked for 1743, running for 0 1713953738898: UIJobCollector(1013139972): Result: false 1713953738898: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738948: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1845, blocked for 1793, running for 0 1713953738949: UIJobCollector(1013139972): Result: false 1713953738949: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953738999: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1896, blocked for 1844, running for 0 1713953738999: UIJobCollector(1013139972): Result: false 1713953738999: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739049: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1946, blocked for 1894, running for 0 1713953739049: UIJobCollector(1013139972): Result: false 1713953739050: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739100: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1997, blocked for 1945, running for 0 1713953739100: UIJobCollector(1013139972): Result: false 1713953739100: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739150: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2047, blocked for 1995, running for 0 1713953739150: UIJobCollector(1013139972): Result: false 1713953739150: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739200: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2097, blocked for 2045, running for 0 1713953739200: UIJobCollector(1013139972): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2097, blocked for 2045, running for 0 1713953739200: UIJobCollector(1013139972): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2097, blocked for 2045, running for 0 1713953739200: UIJobCollector(1013139972): Result: true 1713953739200: UIJobCollector(1013139972): No active jobs 1713953739250: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2147, blocked for 2095, running for 0 1713953739250: UIJobCollector(1013139972): Result: false 1713953739250: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739300: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2197, blocked for 2145, running for 0 1713953739301: UIJobCollector(1013139972): Result: false 1713953739301: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739351: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2248, blocked for 2196, running for 0 1713953739352: UIJobCollector(1013139972): Result: false 1713953739352: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739402: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2299, blocked for 2247, running for 0 1713953739402: UIJobCollector(1013139972): Result: false 1713953739402: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739452: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2349, blocked for 2297, running for 0 1713953739452: UIJobCollector(1013139972): Result: false 1713953739452: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739502: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2399, blocked for 2347, running for 0 1713953739503: UIJobCollector(1013139972): Result: false 1713953739503: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739553: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2450, blocked for 2398, running for 0 1713953739553: UIJobCollector(1013139972): Result: false 1713953739553: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739603: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2500, blocked for 2448, running for 0 1713953739603: UIJobCollector(1013139972): Result: false 1713953739603: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739655: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2552, blocked for 2500, running for 0 1713953739655: UIJobCollector(1013139972): Result: false 1713953739655: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739706: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2603, blocked for 2551, running for 0 1713953739707: UIJobCollector(1013139972): Result: false 1713953739707: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739758: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2655, blocked for 2603, running for 0 1713953739759: UIJobCollector(1013139972): Result: false 1713953739759: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739810: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2707, blocked for 2655, running for 0 1713953739810: UIJobCollector(1013139972): Result: false 1713953739810: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739861: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2758, blocked for 2706, running for 0 1713953739861: UIJobCollector(1013139972): Result: false 1713953739862: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739912: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2809, blocked for 2757, running for 0 1713953739913: UIJobCollector(1013139972): Result: false 1713953739913: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953739963: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2860, blocked for 2808, running for 0 1713953739964: UIJobCollector(1013139972): Result: false 1713953739964: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740015: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2912, blocked for 2860, running for 0 1713953740015: UIJobCollector(1013139972): Result: false 1713953740016: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740067: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2964, blocked for 2912, running for 0 1713953740067: UIJobCollector(1013139972): Result: false 1713953740067: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740118: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3015, blocked for 2963, running for 0 1713953740118: UIJobCollector(1013139972): Result: false 1713953740118: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740170: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3067, blocked for 3015, running for 0 1713953740170: UIJobCollector(1013139972): Result: false 1713953740170: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740221: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3118, blocked for 3066, running for 0 1713953740222: UIJobCollector(1013139972): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3119, blocked for 3067, running for 0 1713953740222: UIJobCollector(1013139972): Result: true 1713953740222: UIJobCollector(1013139972): No active jobs 1713953740273: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3170, blocked for 3118, running for 0 1713953740273: UIJobCollector(1013139972): Result: false 1713953740273: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740325: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3222, blocked for 3170, running for 0 1713953740325: UIJobCollector(1013139972): Result: false 1713953740325: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740377: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3274, blocked for 3222, running for 0 1713953740377: UIJobCollector(1013139972): Result: false 1713953740377: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740429: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3326, blocked for 3274, running for 0 1713953740429: UIJobCollector(1013139972): Result: false 1713953740429: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740488: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3385, blocked for 3333, running for 0 1713953740488: UIJobCollector(1013139972): Result: false 1713953740488: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740538: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3435, blocked for 3383, running for 0 1713953740538: UIJobCollector(1013139972): Result: false 1713953740538: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740589: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3486, blocked for 3434, running for 0 1713953740589: UIJobCollector(1013139972): Result: false 1713953740589: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740639: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3536, blocked for 3484, running for 0 1713953740640: UIJobCollector(1013139972): Result: false 1713953740640: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740691: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3588, blocked for 3536, running for 0 1713953740691: UIJobCollector(1013139972): Result: false 1713953740691: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740741: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3638, blocked for 3586, running for 0 1713953740741: UIJobCollector(1013139972): Result: false 1713953740741: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740791: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3688, blocked for 3636, running for 0 1713953740792: UIJobCollector(1013139972): Result: false 1713953740792: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740842: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3739, blocked for 3687, running for 0 1713953740842: UIJobCollector(1013139972): Result: false 1713953740842: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740892: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3789, blocked for 3737, running for 0 1713953740893: UIJobCollector(1013139972): Result: false 1713953740893: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740943: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3840, blocked for 3788, running for 0 1713953740943: UIJobCollector(1013139972): Result: false 1713953740943: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953740993: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3890, blocked for 3838, running for 0 1713953740993: UIJobCollector(1013139972): Result: false 1713953740993: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741045: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3942, blocked for 3890, running for 0 1713953741045: UIJobCollector(1013139972): Result: false 1713953741045: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741097: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3994, blocked for 3942, running for 0 1713953741098: UIJobCollector(1013139972): Result: false 1713953741098: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741148: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4045, blocked for 3993, running for 0 1713953741148: UIJobCollector(1013139972): Result: false 1713953741148: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741199: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4096, blocked for 4044, running for 0 1713953741200: UIJobCollector(1013139972): Result: false 1713953741200: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741251: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4148, blocked for 4096, running for 0 1713953741251: UIJobCollector(1013139972): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4148, blocked for 4096, running for 0 1713953741251: UIJobCollector(1013139972): Result: true 1713953741251: UIJobCollector(1013139972): No active jobs 1713953741303: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4200, blocked for 4148, running for 0 1713953741303: UIJobCollector(1013139972): Result: false 1713953741303: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741355: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4252, blocked for 4200, running for 0 1713953741355: UIJobCollector(1013139972): Result: false 1713953741355: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741407: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4304, blocked for 4252, running for 0 1713953741407: UIJobCollector(1013139972): Result: false 1713953741407: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741458: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4355, blocked for 4303, running for 0 1713953741459: UIJobCollector(1013139972): Result: false 1713953741459: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741509: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4406, blocked for 4354, running for 0 1713953741510: UIJobCollector(1013139972): Result: false 1713953741510: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741560: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4457, blocked for 4405, running for 0 1713953741560: UIJobCollector(1013139972): Result: false 1713953741560: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741612: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4509, blocked for 4457, running for 0 1713953741612: UIJobCollector(1013139972): Result: false 1713953741612: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741663: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4560, blocked for 4508, running for 0 1713953741663: UIJobCollector(1013139972): Result: false 1713953741663: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741714: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4611, blocked for 4559, running for 0 1713953741714: UIJobCollector(1013139972): Result: false 1713953741715: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741766: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4663, blocked for 4611, running for 0 1713953741766: UIJobCollector(1013139972): Result: false 1713953741766: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741817: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4714, blocked for 4662, running for 0 1713953741817: UIJobCollector(1013139972): Result: false 1713953741817: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741869: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4766, blocked for 4714, running for 0 1713953741869: UIJobCollector(1013139972): Result: false 1713953741870: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741920: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4817, blocked for 4765, running for 0 1713953741921: UIJobCollector(1013139972): Result: false 1713953741921: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953741971: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4868, blocked for 4816, running for 0 1713953741972: UIJobCollector(1013139972): Result: false 1713953741972: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742022: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4919, blocked for 4867, running for 0 1713953742023: UIJobCollector(1013139972): Result: false 1713953742023: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742074: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4971, blocked for 4919, running for 0 1713953742074: UIJobCollector(1013139972): Result: false 1713953742074: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742126: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5023, blocked for 4971, running for 0 1713953742126: UIJobCollector(1013139972): Result: false 1713953742126: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742176: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5073, blocked for 5021, running for 0 1713953742177: UIJobCollector(1013139972): Result: false 1713953742177: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742228: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5125, blocked for 5073, running for 0 1713953742229: UIJobCollector(1013139972): Result: false 1713953742229: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742279: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5176, blocked for 5124, running for 0 1713953742280: UIJobCollector(1013139972): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5177, blocked for 5125, running for 0 1713953742280: UIJobCollector(1013139972): Result: true 1713953742280: UIJobCollector(1013139972): No active jobs 1713953742330: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5227, blocked for 5175, running for 0 1713953742331: UIJobCollector(1013139972): Result: false 1713953742331: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742381: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5278, blocked for 5226, running for 0 1713953742381: UIJobCollector(1013139972): Result: false 1713953742382: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742432: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5329, blocked for 5277, running for 0 1713953742432: UIJobCollector(1013139972): Result: false 1713953742432: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742482: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5379, blocked for 5327, running for 0 1713953742482: UIJobCollector(1013139972): Result: false 1713953742482: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742532: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5429, blocked for 5377, running for 0 1713953742533: UIJobCollector(1013139972): Result: false 1713953742533: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742583: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5480, blocked for 5428, running for 0 1713953742583: UIJobCollector(1013139972): Result: false 1713953742583: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742634: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5531, blocked for 5479, running for 0 1713953742634: UIJobCollector(1013139972): Result: false 1713953742634: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742684: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5581, blocked for 5529, running for 0 1713953742684: UIJobCollector(1013139972): Result: false 1713953742684: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742735: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5631, blocked for 5579, running for 0 1713953742735: UIJobCollector(1013139972): Result: false 1713953742735: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742785: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5682, blocked for 5630, running for 0 1713953742785: UIJobCollector(1013139972): Result: false 1713953742785: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742836: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5733, blocked for 5681, running for 0 1713953742836: UIJobCollector(1013139972): Result: false 1713953742836: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742886: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5783, blocked for 5731, running for 0 1713953742886: UIJobCollector(1013139972): Result: false 1713953742886: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742937: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5833, blocked for 5781, running for 0 1713953742937: UIJobCollector(1013139972): Result: false 1713953742937: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953742987: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5884, blocked for 5832, running for 0 1713953742987: UIJobCollector(1013139972): Result: false 1713953742987: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743037: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5934, blocked for 5882, running for 0 1713953743037: UIJobCollector(1013139972): Result: false 1713953743037: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743087: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5984, blocked for 5932, running for 0 1713953743087: UIJobCollector(1013139972): Result: false 1713953743088: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743138: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6035, blocked for 5983, running for 0 1713953743138: UIJobCollector(1013139972): Result: false 1713953743139: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743190: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6087, blocked for 6035, running for 0 1713953743190: UIJobCollector(1013139972): Result: false 1713953743190: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743240: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6137, blocked for 6085, running for 0 1713953743240: UIJobCollector(1013139972): Result: false 1713953743240: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743292: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6189, blocked for 6137, running for 0 1713953743292: UIJobCollector(1013139972): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6189, blocked for 6137, running for 0 1713953743292: UIJobCollector(1013139972): Result: true 1713953743292: UIJobCollector(1013139972): No active jobs 1713953743342: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6239, blocked for 6187, running for 0 1713953743342: UIJobCollector(1013139972): Result: false 1713953743342: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743394: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6291, blocked for 6239, running for 0 1713953743394: UIJobCollector(1013139972): Result: false 1713953743394: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743445: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6342, blocked for 6290, running for 0 1713953743445: UIJobCollector(1013139972): Result: false 1713953743445: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743497: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6394, blocked for 6342, running for 0 1713953743497: UIJobCollector(1013139972): Result: false 1713953743497: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743548: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6445, blocked for 6393, running for 0 1713953743548: UIJobCollector(1013139972): Result: false 1713953743548: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743599: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6496, blocked for 6444, running for 0 1713953743600: UIJobCollector(1013139972): Result: false 1713953743600: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743650: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6547, blocked for 6495, running for 0 1713953743651: UIJobCollector(1013139972): Result: false 1713953743651: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743702: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6599, blocked for 6547, running for 0 1713953743702: UIJobCollector(1013139972): Result: false 1713953743703: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743753: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6650, blocked for 6598, running for 0 1713953743754: UIJobCollector(1013139972): Result: false 1713953743754: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743804: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6701, blocked for 6649, running for 0 1713953743804: UIJobCollector(1013139972): Result: false 1713953743804: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743856: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6753, blocked for 6701, running for 0 1713953743856: UIJobCollector(1013139972): Result: false 1713953743856: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743908: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6805, blocked for 6753, running for 0 1713953743908: UIJobCollector(1013139972): Result: false 1713953743908: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953743959: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6856, blocked for 6804, running for 0 1713953743960: UIJobCollector(1013139972): Result: false 1713953743960: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744011: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6908, blocked for 6856, running for 0 1713953744012: UIJobCollector(1013139972): Result: false 1713953744012: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744063: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6960, blocked for 6908, running for 0 1713953744064: UIJobCollector(1013139972): Result: false 1713953744064: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744116: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7013, blocked for 6961, running for 0 1713953744116: UIJobCollector(1013139972): Result: false 1713953744116: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744167: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7064, blocked for 7012, running for 0 1713953744167: UIJobCollector(1013139972): Result: false 1713953744167: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744218: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7115, blocked for 7063, running for 0 1713953744219: UIJobCollector(1013139972): Result: false 1713953744219: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744270: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7167, blocked for 7115, running for 0 1713953744271: UIJobCollector(1013139972): Result: false 1713953744271: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744322: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7219, blocked for 7167, running for 0 1713953744322: UIJobCollector(1013139972): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7219, blocked for 7167, running for 0 1713953744322: UIJobCollector(1013139972): Result: true 1713953744322: UIJobCollector(1013139972): No active jobs 1713953744373: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7270, blocked for 7218, running for 0 1713953744374: UIJobCollector(1013139972): Result: false 1713953744374: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744425: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7322, blocked for 7270, running for 0 1713953744425: UIJobCollector(1013139972): Result: false 1713953744425: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744476: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7373, blocked for 7321, running for 0 1713953744477: UIJobCollector(1013139972): Result: false 1713953744477: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744528: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7425, blocked for 7373, running for 0 1713953744528: UIJobCollector(1013139972): Result: false 1713953744528: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744580: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7477, blocked for 7425, running for 0 1713953744580: UIJobCollector(1013139972): Result: false 1713953744580: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744630: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7527, blocked for 7475, running for 0 1713953744630: UIJobCollector(1013139972): Result: false 1713953744630: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744680: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7577, blocked for 7525, running for 0 1713953744680: UIJobCollector(1013139972): Result: false 1713953744680: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744730: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7627, blocked for 7575, running for 0 1713953744730: UIJobCollector(1013139972): Result: false 1713953744731: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744781: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7678, blocked for 7626, running for 0 1713953744781: UIJobCollector(1013139972): Result: false 1713953744781: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744831: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7728, blocked for 7676, running for 0 1713953744831: UIJobCollector(1013139972): Result: false 1713953744832: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744882: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7779, blocked for 7727, running for 0 1713953744882: UIJobCollector(1013139972): Result: false 1713953744882: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744932: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7829, blocked for 7777, running for 0 1713953744932: UIJobCollector(1013139972): Result: false 1713953744932: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953744982: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7879, blocked for 7827, running for 0 1713953744983: UIJobCollector(1013139972): Result: false 1713953744983: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745033: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7930, blocked for 7878, running for 0 1713953745034: UIJobCollector(1013139972): Result: false 1713953745034: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745084: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7981, blocked for 7929, running for 0 1713953745085: UIJobCollector(1013139972): Result: false 1713953745085: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745135: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8032, blocked for 7980, running for 0 1713953745135: UIJobCollector(1013139972): Result: false 1713953745135: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745185: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8082, blocked for 8030, running for 0 1713953745186: UIJobCollector(1013139972): Result: false 1713953745186: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745236: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8133, blocked for 8081, running for 0 1713953745236: UIJobCollector(1013139972): Result: false 1713953745236: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745286: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8183, blocked for 8131, running for 0 1713953745286: UIJobCollector(1013139972): Result: false 1713953745286: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745337: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8234, blocked for 8182, running for 0 1713953745337: UIJobCollector(1013139972): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8234, blocked for 8182, running for 0 1713953745337: UIJobCollector(1013139972): Result: true 1713953745337: UIJobCollector(1013139972): No active jobs 1713953745388: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8285, blocked for 8233, running for 0 1713953745388: UIJobCollector(1013139972): Result: false 1713953745388: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745439: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8336, blocked for 8284, running for 0 1713953745439: UIJobCollector(1013139972): Result: false 1713953745439: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745489: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8386, blocked for 8334, running for 0 1713953745489: UIJobCollector(1013139972): Result: false 1713953745489: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745539: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8436, blocked for 8384, running for 0 1713953745539: UIJobCollector(1013139972): Result: false 1713953745539: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745590: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8487, blocked for 8435, running for 0 1713953745591: UIJobCollector(1013139972): Result: false 1713953745591: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745642: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8539, blocked for 8487, running for 0 1713953745642: UIJobCollector(1013139972): Result: false 1713953745642: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745694: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8590, blocked for 8538, running for 0 1713953745694: UIJobCollector(1013139972): Result: false 1713953745694: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745744: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8641, blocked for 8589, running for 0 1713953745745: UIJobCollector(1013139972): Result: false 1713953745745: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745796: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8693, blocked for 8641, running for 0 1713953745796: UIJobCollector(1013139972): Result: false 1713953745796: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745847: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8744, blocked for 8692, running for 0 1713953745847: UIJobCollector(1013139972): Result: false 1713953745847: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745898: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8795, blocked for 8743, running for 0 1713953745898: UIJobCollector(1013139972): Result: false 1713953745898: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953745949: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8846, blocked for 8794, running for 0 1713953745949: UIJobCollector(1013139972): Result: false 1713953745949: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746000: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8897, blocked for 8845, running for 0 1713953746000: UIJobCollector(1013139972): Result: false 1713953746000: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746050: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8947, blocked for 8895, running for 0 1713953746051: UIJobCollector(1013139972): Result: false 1713953746051: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746102: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8999, blocked for 8947, running for 0 1713953746102: UIJobCollector(1013139972): Result: false 1713953746102: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746153: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9050, blocked for 8998, running for 0 1713953746153: UIJobCollector(1013139972): Result: false 1713953746153: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746204: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9101, blocked for 9049, running for 0 1713953746204: UIJobCollector(1013139972): Result: false 1713953746204: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746255: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9152, blocked for 9100, running for 0 1713953746255: UIJobCollector(1013139972): Result: false 1713953746255: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746307: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9203, blocked for 9151, running for 0 1713953746307: UIJobCollector(1013139972): Result: false 1713953746307: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746358: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9255, blocked for 9203, running for 0 1713953746358: UIJobCollector(1013139972): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9255, blocked for 9203, running for 0 1713953746358: UIJobCollector(1013139972): Result: true 1713953746358: UIJobCollector(1013139972): No active jobs 1713953746409: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9306, blocked for 9254, running for 0 1713953746410: UIJobCollector(1013139972): Result: false 1713953746410: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746460: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9357, blocked for 9305, running for 0 1713953746460: UIJobCollector(1013139972): Result: false 1713953746460: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746511: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9408, blocked for 9356, running for 0 1713953746511: UIJobCollector(1013139972): Result: false 1713953746512: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746563: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9460, blocked for 9408, running for 0 1713953746563: UIJobCollector(1013139972): Result: false 1713953746563: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746614: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9511, blocked for 9459, running for 0 1713953746615: UIJobCollector(1013139972): Result: false 1713953746615: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746667: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9564, blocked for 9512, running for 0 1713953746667: UIJobCollector(1013139972): Result: false 1713953746667: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746719: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9616, blocked for 9564, running for 0 1713953746719: UIJobCollector(1013139972): Result: false 1713953746719: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746770: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9667, blocked for 9615, running for 0 1713953746770: UIJobCollector(1013139972): Result: false 1713953746771: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746821: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9718, blocked for 9666, running for 0 1713953746821: UIJobCollector(1013139972): Result: false 1713953746821: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746873: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9770, blocked for 9718, running for 0 1713953746873: UIJobCollector(1013139972): Result: false 1713953746873: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746924: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9821, blocked for 9769, running for 0 1713953746924: UIJobCollector(1013139972): Result: false 1713953746924: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953746975: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9872, blocked for 9820, running for 0 1713953746976: UIJobCollector(1013139972): Result: false 1713953746976: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747027: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9924, blocked for 9872, running for 0 1713953747028: UIJobCollector(1013139972): Result: false 1713953747028: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747079: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9976, blocked for 9924, running for 0 1713953747079: UIJobCollector(1013139972): Result: false 1713953747080: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747131: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10028, blocked for 9976, running for 0 1713953747131: UIJobCollector(1013139972): Result: false 1713953747131: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747182: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10079, blocked for 10027, running for 0 1713953747182: UIJobCollector(1013139972): Result: false 1713953747182: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747234: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10131, blocked for 10079, running for 0 1713953747235: UIJobCollector(1013139972): Result: false 1713953747235: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747287: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10184, blocked for 10132, running for 0 1713953747287: UIJobCollector(1013139972): Result: false 1713953747287: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747339: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10236, blocked for 10184, running for 0 1713953747339: UIJobCollector(1013139972): Result: false 1713953747339: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747390: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10287, blocked for 10235, running for 0 1713953747391: UIJobCollector(1013139972): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10288, blocked for 10236, running for 0 1713953747391: UIJobCollector(1013139972): Result: true 1713953747391: UIJobCollector(1013139972): No active jobs 1713953747442: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10339, blocked for 10287, running for 0 1713953747442: UIJobCollector(1013139972): Result: false 1713953747442: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747494: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10391, blocked for 10339, running for 0 1713953747494: UIJobCollector(1013139972): Result: false 1713953747494: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747545: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10442, blocked for 10390, running for 0 1713953747546: UIJobCollector(1013139972): Result: false 1713953747546: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747598: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10494, blocked for 10442, running for 0 1713953747598: UIJobCollector(1013139972): Result: false 1713953747598: UIJobCollector(1013139972): Active jobs: [sleep(10132)] 1713953747649: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10546, blocked for 10494, running for 0 1713953747649: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10546, blocked for 10494, running for 0 1713953747650: UIJobCollector(1013139972): Result: true 1713953747650: UIJobCollector(1013139972): No active jobs 1713953747701: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10598, blocked for 10546, running for 0 1713953747701: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10598, blocked for 10546, running for 0 1713953747701: UIJobCollector(1013139972): Result: true 1713953747701: UIJobCollector(1013139972): No active jobs 1713953747753: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10650, blocked for 10598, running for 0 1713953747753: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10650, blocked for 10598, running for 0 1713953747753: UIJobCollector(1013139972): Result: true 1713953747753: UIJobCollector(1013139972): No active jobs 1713953747804: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10701, blocked for 10649, running for 0 1713953747804: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10701, blocked for 10649, running for 0 1713953747804: UIJobCollector(1013139972): Result: true 1713953747804: UIJobCollector(1013139972): No active jobs 1713953747855: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10752, blocked for 10700, running for 0 1713953747855: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10752, blocked for 10700, running for 0 1713953747855: UIJobCollector(1013139972): Result: true 1713953747855: UIJobCollector(1013139972): No active jobs 1713953747906: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10803, blocked for 10751, running for 0 1713953747906: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10803, blocked for 10751, running for 0 1713953747906: UIJobCollector(1013139972): Result: true 1713953747906: UIJobCollector(1013139972): No active jobs 1713953747958: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10855, blocked for 10803, running for 0 1713953747958: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10855, blocked for 10803, running for 0 1713953747958: UIJobCollector(1013139972): Result: true 1713953747958: UIJobCollector(1013139972): No active jobs 1713953748009: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10906, blocked for 10854, running for 0 1713953748009: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10906, blocked for 10854, running for 0 1713953748009: UIJobCollector(1013139972): Result: true 1713953748009: UIJobCollector(1013139972): No active jobs 1713953748060: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10957, blocked for 10905, running for 0 1713953748060: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10957, blocked for 10905, running for 0 1713953748060: UIJobCollector(1013139972): Result: true 1713953748060: UIJobCollector(1013139972): No active jobs 1713953748112: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11009, blocked for 10957, running for 0 1713953748112: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11009, blocked for 10957, running for 0 1713953748112: UIJobCollector(1013139972): Result: true 1713953748112: UIJobCollector(1013139972): No active jobs 1713953748163: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11060, blocked for 11008, running for 0 1713953748163: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11060, blocked for 11008, running for 0 1713953748163: UIJobCollector(1013139972): Result: true 1713953748163: UIJobCollector(1013139972): No active jobs 1713953748214: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11111, blocked for 11059, running for 0 1713953748214: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11111, blocked for 11059, running for 0 1713953748214: UIJobCollector(1013139972): Result: true 1713953748214: UIJobCollector(1013139972): No active jobs 1713953748265: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11162, blocked for 11110, running for 0 1713953748265: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11162, blocked for 11110, running for 0 1713953748265: UIJobCollector(1013139972): Result: true 1713953748265: UIJobCollector(1013139972): No active jobs 1713953748316: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11213, blocked for 11161, running for 0 1713953748316: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11213, blocked for 11161, running for 0 1713953748316: UIJobCollector(1013139972): Result: true 1713953748316: UIJobCollector(1013139972): No active jobs 1713953748367: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11264, blocked for 11212, running for 0 1713953748367: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11264, blocked for 11212, running for 0 1713953748367: UIJobCollector(1013139972): Result: true 1713953748367: UIJobCollector(1013139972): No active jobs 1713953748418: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11315, blocked for 11263, running for 0 1713953748418: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11315, blocked for 11263, running for 0 1713953748418: UIJobCollector(1013139972): Result: true 1713953748418: UIJobCollector(1013139972): No active jobs 1713953748469: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11366, blocked for 11314, running for 0 1713953748469: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11366, blocked for 11314, running for 0 1713953748469: UIJobCollector(1013139972): Result: true 1713953748469: UIJobCollector(1013139972): No active jobs 1713953748520: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11417, blocked for 11365, running for 0 1713953748521: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11418, blocked for 11366, running for 0 1713953748521: UIJobCollector(1013139972): Result: true 1713953748521: UIJobCollector(1013139972): No active jobs 1713953748573: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11470, blocked for 11418, running for 0 1713953748573: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11470, blocked for 11418, running for 0 1713953748573: UIJobCollector(1013139972): Result: true 1713953748573: UIJobCollector(1013139972): No active jobs 1713953748624: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11521, blocked for 11469, running for 0 1713953748624: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11521, blocked for 11469, running for 0 1713953748624: UIJobCollector(1013139972): Result: true 1713953748624: UIJobCollector(1013139972): No active jobs 1713953748675: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11572, blocked for 11520, running for 0 1713953748676: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11572, blocked for 11520, running for 0 1713953748676: UIJobCollector(1013139972): Result: true 1713953748676: UIJobCollector(1013139972): No active jobs 1713953748726: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11623, blocked for 11571, running for 0 1713953748727: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11624, blocked for 11572, running for 0 1713953748727: UIJobCollector(1013139972): Result: true 1713953748727: UIJobCollector(1013139972): No active jobs 1713953748778: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11675, blocked for 11623, running for 0 1713953748778: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11675, blocked for 11623, running for 0 1713953748778: UIJobCollector(1013139972): Result: true 1713953748778: UIJobCollector(1013139972): No active jobs 1713953748829: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11726, blocked for 11674, running for 0 1713953748829: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11726, blocked for 11674, running for 0 1713953748829: UIJobCollector(1013139972): Result: true 1713953748829: UIJobCollector(1013139972): No active jobs 1713953748880: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11777, blocked for 11725, running for 0 1713953748880: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11777, blocked for 11725, running for 0 1713953748880: UIJobCollector(1013139972): Result: true 1713953748880: UIJobCollector(1013139972): No active jobs 1713953748932: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11829, blocked for 11777, running for 0 1713953748932: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11829, blocked for 11777, running for 0 1713953748932: UIJobCollector(1013139972): Result: true 1713953748932: UIJobCollector(1013139972): No active jobs 1713953748983: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11880, blocked for 11828, running for 0 1713953748983: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11880, blocked for 11828, running for 0 1713953748983: UIJobCollector(1013139972): Result: true 1713953748983: UIJobCollector(1013139972): No active jobs 1713953749034: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11931, blocked for 11879, running for 0 1713953749034: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11931, blocked for 11879, running for 0 1713953749034: UIJobCollector(1013139972): Result: true 1713953749034: UIJobCollector(1013139972): No active jobs 1713953749085: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11982, blocked for 11930, running for 0 1713953749085: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11982, blocked for 11930, running for 0 1713953749085: UIJobCollector(1013139972): Result: true 1713953749085: UIJobCollector(1013139972): No active jobs 1713953749136: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12033, blocked for 11981, running for 0 1713953749136: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12033, blocked for 11981, running for 0 1713953749136: UIJobCollector(1013139972): Result: true 1713953749136: UIJobCollector(1013139972): No active jobs 1713953749187: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12084, blocked for 12032, running for 0 1713953749187: UIJobCollector(1013139972): 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 12032, running for 0 1713953749187: UIJobCollector(1013139972): Result: true 1713953749187: UIJobCollector(1013139972): No active jobs 1713953749238: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12135, blocked for 12083, running for 0 1713953749238: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12135, blocked for 12083, running for 0 1713953749238: UIJobCollector(1013139972): Result: true 1713953749238: UIJobCollector(1013139972): No active jobs 1713953749289: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12186, blocked for 12134, running for 0 1713953749289: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12186, blocked for 12134, running for 0 1713953749289: UIJobCollector(1013139972): Result: true 1713953749289: UIJobCollector(1013139972): No active jobs 1713953749340: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12237, blocked for 12185, running for 0 1713953749340: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12237, blocked for 12185, running for 0 1713953749340: UIJobCollector(1013139972): Result: true 1713953749340: UIJobCollector(1013139972): No active jobs 1713953749391: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12288, blocked for 12236, running for 0 1713953749391: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12288, blocked for 12236, running for 0 1713953749391: UIJobCollector(1013139972): Result: true 1713953749391: UIJobCollector(1013139972): No active jobs 1713953749443: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12340, blocked for 12288, running for 0 1713953749443: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12340, blocked for 12288, running for 0 1713953749443: UIJobCollector(1013139972): Result: true 1713953749443: UIJobCollector(1013139972): No active jobs 1713953749493: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12390, blocked for 12338, running for 0 1713953749493: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12390, blocked for 12338, running for 0 1713953749493: UIJobCollector(1013139972): Result: true 1713953749493: UIJobCollector(1013139972): No active jobs 1713953749544: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12441, blocked for 12389, running for 0 1713953749544: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12441, blocked for 12389, running for 0 1713953749544: UIJobCollector(1013139972): Result: true 1713953749544: UIJobCollector(1013139972): No active jobs 1713953749594: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12491, blocked for 12439, running for 0 1713953749594: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12491, blocked for 12439, running for 0 1713953749594: UIJobCollector(1013139972): Result: true 1713953749594: UIJobCollector(1013139972): No active jobs 1713953749645: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12542, blocked for 12490, running for 0 1713953749645: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12542, blocked for 12490, running for 0 1713953749645: UIJobCollector(1013139972): Result: true 1713953749645: UIJobCollector(1013139972): No active jobs 1713953749696: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12593, blocked for 12541, running for 0 1713953749696: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12593, blocked for 12541, running for 0 1713953749696: UIJobCollector(1013139972): Result: true 1713953749696: UIJobCollector(1013139972): No active jobs 1713953749747: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12643, blocked for 12591, running for 0 1713953749747: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12644, blocked for 12592, running for 0 1713953749747: UIJobCollector(1013139972): Result: true 1713953749747: UIJobCollector(1013139972): No active jobs 1713953749797: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12694, blocked for 12642, running for 0 1713953749797: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12694, blocked for 12642, running for 0 1713953749797: UIJobCollector(1013139972): Result: true 1713953749797: UIJobCollector(1013139972): No active jobs 1713953749847: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12744, blocked for 12692, running for 0 1713953749847: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12744, blocked for 12692, running for 0 1713953749847: UIJobCollector(1013139972): Result: true 1713953749847: UIJobCollector(1013139972): No active jobs 1713953749898: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12795, blocked for 12743, running for 0 1713953749898: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12795, blocked for 12743, running for 0 1713953749898: UIJobCollector(1013139972): Result: true 1713953749898: UIJobCollector(1013139972): No active jobs 1713953749950: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12847, blocked for 12795, running for 0 1713953749950: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12847, blocked for 12795, running for 0 1713953749950: UIJobCollector(1013139972): Result: true 1713953749950: UIJobCollector(1013139972): No active jobs 1713953750001: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12898, blocked for 12846, running for 0 1713953750001: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12898, blocked for 12846, running for 0 1713953750001: UIJobCollector(1013139972): Result: true 1713953750001: UIJobCollector(1013139972): No active jobs 1713953750051: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12948, blocked for 12896, running for 0 1713953750051: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12948, blocked for 12896, running for 0 1713953750051: UIJobCollector(1013139972): Result: true 1713953750051: UIJobCollector(1013139972): No active jobs 1713953750102: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12999, blocked for 12947, running for 0 1713953750102: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12999, blocked for 12947, running for 0 1713953750102: UIJobCollector(1013139972): Result: true 1713953750102: UIJobCollector(1013139972): No active jobs 1713953750154: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13051, blocked for 12999, running for 0 1713953750154: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13051, blocked for 12999, running for 0 1713953750154: UIJobCollector(1013139972): Result: true 1713953750154: UIJobCollector(1013139972): No active jobs 1713953750205: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13102, blocked for 13050, running for 0 1713953750205: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13102, blocked for 13050, running for 0 1713953750205: UIJobCollector(1013139972): Result: true 1713953750205: UIJobCollector(1013139972): No active jobs 1713953750256: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13153, blocked for 13101, running for 0 1713953750256: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13153, blocked for 13101, running for 0 1713953750256: UIJobCollector(1013139972): Result: true 1713953750256: UIJobCollector(1013139972): No active jobs 1713953750307: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13204, blocked for 13152, running for 0 1713953750307: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13204, blocked for 13152, running for 0 1713953750307: UIJobCollector(1013139972): Result: true 1713953750307: UIJobCollector(1013139972): No active jobs 1713953750358: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13255, blocked for 13203, running for 0 1713953750358: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13255, blocked for 13203, running for 0 1713953750358: UIJobCollector(1013139972): Result: true 1713953750358: UIJobCollector(1013139972): No active jobs 1713953750409: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13306, blocked for 13254, running for 0 1713953750409: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13306, blocked for 13254, running for 0 1713953750409: UIJobCollector(1013139972): Result: true 1713953750409: UIJobCollector(1013139972): No active jobs 1713953750459: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13356, blocked for 13304, running for 0 1713953750459: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13356, blocked for 13304, running for 0 1713953750459: UIJobCollector(1013139972): Result: true 1713953750459: UIJobCollector(1013139972): No active jobs 1713953750511: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13408, blocked for 13356, running for 0 1713953750511: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13408, blocked for 13356, running for 0 1713953750511: UIJobCollector(1013139972): Result: true 1713953750511: UIJobCollector(1013139972): No active jobs 1713953750561: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13458, blocked for 13406, running for 0 1713953750561: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13458, blocked for 13406, running for 0 1713953750561: UIJobCollector(1013139972): Result: true 1713953750561: UIJobCollector(1013139972): No active jobs 1713953750613: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13510, blocked for 13458, running for 0 1713953750613: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13510, blocked for 13458, running for 0 1713953750613: UIJobCollector(1013139972): Result: true 1713953750613: UIJobCollector(1013139972): No active jobs 1713953750664: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13561, blocked for 13509, running for 0 1713953750664: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13561, blocked for 13509, running for 0 1713953750664: UIJobCollector(1013139972): Result: true 1713953750664: UIJobCollector(1013139972): No active jobs 1713953750716: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13613, blocked for 13561, running for 0 1713953750716: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13613, blocked for 13561, running for 0 1713953750716: UIJobCollector(1013139972): Result: true 1713953750716: UIJobCollector(1013139972): No active jobs 1713953750766: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13663, blocked for 13611, running for 0 1713953750766: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13663, blocked for 13611, running for 0 1713953750766: UIJobCollector(1013139972): Result: true 1713953750766: UIJobCollector(1013139972): No active jobs 1713953750818: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13715, blocked for 13663, running for 0 1713953750818: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13715, blocked for 13663, running for 0 1713953750818: UIJobCollector(1013139972): Result: true 1713953750818: UIJobCollector(1013139972): No active jobs 1713953750869: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13766, blocked for 13714, running for 0 1713953750869: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13766, blocked for 13714, running for 0 1713953750869: UIJobCollector(1013139972): Result: true 1713953750869: UIJobCollector(1013139972): No active jobs 1713953750919: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13816, blocked for 13764, running for 0 1713953750919: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13816, blocked for 13764, running for 0 1713953750919: UIJobCollector(1013139972): Result: true 1713953750919: UIJobCollector(1013139972): No active jobs 1713953750970: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13867, blocked for 13815, running for 0 1713953750970: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13867, blocked for 13815, running for 0 1713953750970: UIJobCollector(1013139972): Result: true 1713953750970: UIJobCollector(1013139972): No active jobs 1713953751021: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13918, blocked for 13866, running for 0 1713953751021: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13918, blocked for 13866, running for 0 1713953751021: UIJobCollector(1013139972): Result: true 1713953751021: UIJobCollector(1013139972): No active jobs 1713953751072: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13969, blocked for 13917, running for 0 1713953751072: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13969, blocked for 13917, running for 0 1713953751072: UIJobCollector(1013139972): Result: true 1713953751072: UIJobCollector(1013139972): No active jobs 1713953751123: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14020, blocked for 13968, running for 0 1713953751123: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14020, blocked for 13968, running for 0 1713953751123: UIJobCollector(1013139972): Result: true 1713953751123: UIJobCollector(1013139972): No active jobs 1713953751174: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14071, blocked for 14019, running for 0 1713953751174: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14071, blocked for 14019, running for 0 1713953751174: UIJobCollector(1013139972): Result: true 1713953751174: UIJobCollector(1013139972): No active jobs 1713953751225: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14122, blocked for 14070, running for 0 1713953751225: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14122, blocked for 14070, running for 0 1713953751225: UIJobCollector(1013139972): Result: true 1713953751225: UIJobCollector(1013139972): No active jobs 1713953751277: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14174, blocked for 14122, running for 0 1713953751277: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14174, blocked for 14122, running for 0 1713953751277: UIJobCollector(1013139972): Result: true 1713953751277: UIJobCollector(1013139972): No active jobs 1713953751327: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14224, blocked for 14172, running for 0 1713953751327: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14224, blocked for 14172, running for 0 1713953751327: UIJobCollector(1013139972): Result: true 1713953751327: UIJobCollector(1013139972): No active jobs 1713953751378: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14275, blocked for 14223, running for 0 1713953751378: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14275, blocked for 14223, running for 0 1713953751378: UIJobCollector(1013139972): Result: true 1713953751378: UIJobCollector(1013139972): No active jobs 1713953751429: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14326, blocked for 14274, running for 0 1713953751429: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14326, blocked for 14274, running for 0 1713953751429: UIJobCollector(1013139972): Result: true 1713953751429: UIJobCollector(1013139972): No active jobs 1713953751480: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14377, blocked for 14325, running for 0 1713953751480: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14377, blocked for 14325, running for 0 1713953751480: UIJobCollector(1013139972): Result: true 1713953751480: UIJobCollector(1013139972): No active jobs 1713953751531: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14428, blocked for 14376, running for 0 1713953751531: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14428, blocked for 14376, running for 0 1713953751531: UIJobCollector(1013139972): Result: true 1713953751531: UIJobCollector(1013139972): No active jobs 1713953751582: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14479, blocked for 14427, running for 0 1713953751582: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14479, blocked for 14427, running for 0 1713953751582: UIJobCollector(1013139972): Result: true 1713953751582: UIJobCollector(1013139972): No active jobs 1713953751633: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14530, blocked for 14478, running for 0 1713953751633: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14530, blocked for 14478, running for 0 1713953751633: UIJobCollector(1013139972): Result: true 1713953751633: UIJobCollector(1013139972): No active jobs 1713953751684: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14581, blocked for 14529, running for 0 1713953751684: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14581, blocked for 14529, running for 0 1713953751684: UIJobCollector(1013139972): Result: true 1713953751684: UIJobCollector(1013139972): No active jobs 1713953751735: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14632, blocked for 14580, running for 0 1713953751735: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14632, blocked for 14580, running for 0 1713953751735: UIJobCollector(1013139972): Result: true 1713953751735: UIJobCollector(1013139972): No active jobs 1713953751786: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14683, blocked for 14631, running for 0 1713953751786: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14683, blocked for 14631, running for 0 1713953751786: UIJobCollector(1013139972): Result: true 1713953751786: UIJobCollector(1013139972): No active jobs 1713953751837: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14734, blocked for 14682, running for 0 1713953751837: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14734, blocked for 14682, running for 0 1713953751837: UIJobCollector(1013139972): Result: true 1713953751837: UIJobCollector(1013139972): No active jobs 1713953751888: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14785, blocked for 14733, running for 0 1713953751888: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14785, blocked for 14733, running for 0 1713953751888: UIJobCollector(1013139972): Result: true 1713953751888: UIJobCollector(1013139972): No active jobs 1713953751939: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14836, blocked for 14784, running for 0 1713953751939: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14836, blocked for 14784, running for 0 1713953751939: UIJobCollector(1013139972): Result: true 1713953751939: UIJobCollector(1013139972): No active jobs 1713953751991: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14888, blocked for 14836, running for 0 1713953751991: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14888, blocked for 14836, running for 0 1713953751991: UIJobCollector(1013139972): Result: true 1713953751991: UIJobCollector(1013139972): No active jobs 1713953752042: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14939, blocked for 14887, running for 0 1713953752042: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14939, blocked for 14887, running for 0 1713953752042: UIJobCollector(1013139972): Result: true 1713953752042: UIJobCollector(1013139972): No active jobs 1713953752094: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14991, blocked for 14939, running for 0 1713953752094: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14991, blocked for 14939, running for 0 1713953752094: UIJobCollector(1013139972): Result: true 1713953752094: UIJobCollector(1013139972): No active jobs 1713953752146: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15043, blocked for 14991, running for 0 1713953752146: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15043, blocked for 14991, running for 0 1713953752146: UIJobCollector(1013139972): Result: true 1713953752146: UIJobCollector(1013139972): No active jobs 1713953752197: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15094, blocked for 15042, running for 0 1713953752197: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15094, blocked for 15042, running for 0 1713953752197: UIJobCollector(1013139972): Result: true 1713953752197: UIJobCollector(1013139972): No active jobs 1713953752247: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15144, blocked for 15092, running for 0 1713953752248: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15144, blocked for 15092, running for 0 1713953752248: UIJobCollector(1013139972): Result: true 1713953752248: UIJobCollector(1013139972): No active jobs 1713953752298: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15195, blocked for 15143, running for 0 1713953752298: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15195, blocked for 15143, running for 0 1713953752298: UIJobCollector(1013139972): Result: true 1713953752298: UIJobCollector(1013139972): No active jobs 1713953752349: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15246, blocked for 15194, running for 0 1713953752349: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15246, blocked for 15194, running for 0 1713953752349: UIJobCollector(1013139972): Result: true 1713953752349: UIJobCollector(1013139972): No active jobs 1713953752400: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15297, blocked for 15245, running for 0 1713953752400: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15297, blocked for 15245, running for 0 1713953752400: UIJobCollector(1013139972): Result: true 1713953752400: UIJobCollector(1013139972): No active jobs 1713953752450: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15347, blocked for 15295, running for 0 1713953752450: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15347, blocked for 15295, running for 0 1713953752450: UIJobCollector(1013139972): Result: true 1713953752450: UIJobCollector(1013139972): No active jobs 1713953752501: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15398, blocked for 15346, running for 0 1713953752501: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15398, blocked for 15346, running for 0 1713953752501: UIJobCollector(1013139972): Result: true 1713953752501: UIJobCollector(1013139972): No active jobs 1713953752552: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15449, blocked for 15397, running for 0 1713953752552: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15449, blocked for 15397, running for 0 1713953752552: UIJobCollector(1013139972): Result: true 1713953752552: UIJobCollector(1013139972): No active jobs 1713953752603: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15500, blocked for 15448, running for 0 1713953752603: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15500, blocked for 15448, running for 0 1713953752603: UIJobCollector(1013139972): Result: true 1713953752603: UIJobCollector(1013139972): No active jobs 1713953752654: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15551, blocked for 15499, running for 0 1713953752654: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15551, blocked for 15499, running for 0 1713953752654: UIJobCollector(1013139972): Result: true 1713953752654: UIJobCollector(1013139972): No active jobs 1713953752705: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15602, blocked for 15550, running for 0 1713953752705: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15602, blocked for 15550, running for 0 1713953752705: UIJobCollector(1013139972): Result: true 1713953752705: UIJobCollector(1013139972): No active jobs 1713953752756: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15653, blocked for 15601, running for 0 1713953752756: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15653, blocked for 15601, running for 0 1713953752756: UIJobCollector(1013139972): Result: true 1713953752756: UIJobCollector(1013139972): No active jobs 1713953752807: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15704, blocked for 15652, running for 0 1713953752807: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15704, blocked for 15652, running for 0 1713953752807: UIJobCollector(1013139972): Result: true 1713953752807: UIJobCollector(1013139972): No active jobs 1713953752858: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15755, blocked for 15703, running for 0 1713953752858: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15755, blocked for 15703, running for 0 1713953752858: UIJobCollector(1013139972): Result: true 1713953752858: UIJobCollector(1013139972): No active jobs 1713953752909: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15806, blocked for 15754, running for 0 1713953752909: UIJobCollector(1013139972): 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 15754, running for 0 1713953752909: UIJobCollector(1013139972): Result: true 1713953752909: UIJobCollector(1013139972): No active jobs 1713953752960: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15856, blocked for 15804, running for 0 1713953752960: UIJobCollector(1013139972): 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 15805, running for 0 1713953752960: UIJobCollector(1013139972): Result: true 1713953752960: UIJobCollector(1013139972): No active jobs 1713953753011: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15908, blocked for 15856, running for 0 1713953753011: UIJobCollector(1013139972): 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 15856, running for 0 1713953753011: UIJobCollector(1013139972): Result: true 1713953753011: UIJobCollector(1013139972): No active jobs 1713953753062: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15959, blocked for 15907, running for 0 1713953753062: UIJobCollector(1013139972): 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 15907, running for 0 1713953753062: UIJobCollector(1013139972): Result: true 1713953753062: UIJobCollector(1013139972): No active jobs 1713953753114: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16011, blocked for 15959, running for 0 1713953753114: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16011, blocked for 15959, running for 0 1713953753114: UIJobCollector(1013139972): Result: true 1713953753114: UIJobCollector(1013139972): No active jobs 1713953753166: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16063, blocked for 16011, running for 0 1713953753166: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16063, blocked for 16011, running for 0 1713953753166: UIJobCollector(1013139972): Result: true 1713953753166: UIJobCollector(1013139972): No active jobs 1713953753216: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16113, blocked for 16061, running for 0 1713953753216: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16113, blocked for 16061, running for 0 1713953753216: UIJobCollector(1013139972): Result: true 1713953753216: UIJobCollector(1013139972): No active jobs 1713953753268: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16165, blocked for 16113, running for 0 1713953753268: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16165, blocked for 16113, running for 0 1713953753268: UIJobCollector(1013139972): Result: true 1713953753268: UIJobCollector(1013139972): No active jobs 1713953753319: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16216, blocked for 16164, running for 0 1713953753319: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16216, blocked for 16164, running for 0 1713953753319: UIJobCollector(1013139972): Result: true 1713953753319: UIJobCollector(1013139972): No active jobs 1713953753370: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16267, blocked for 16215, running for 0 1713953753371: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16268, blocked for 16216, running for 0 1713953753371: UIJobCollector(1013139972): Result: true 1713953753371: UIJobCollector(1013139972): No active jobs 1713953753422: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16319, blocked for 16267, running for 0 1713953753422: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16319, blocked for 16267, running for 0 1713953753422: UIJobCollector(1013139972): Result: true 1713953753422: UIJobCollector(1013139972): No active jobs 1713953753472: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16369, blocked for 16317, running for 0 1713953753472: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16369, blocked for 16317, running for 0 1713953753472: UIJobCollector(1013139972): Result: true 1713953753472: UIJobCollector(1013139972): No active jobs 1713953753522: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16419, blocked for 16367, running for 0 1713953753522: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16419, blocked for 16367, running for 0 1713953753522: UIJobCollector(1013139972): Result: true 1713953753522: UIJobCollector(1013139972): No active jobs 1713953753574: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16471, blocked for 16419, running for 0 1713953753574: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16471, blocked for 16419, running for 0 1713953753574: UIJobCollector(1013139972): Result: true 1713953753574: UIJobCollector(1013139972): No active jobs 1713953753624: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16521, blocked for 16469, running for 0 1713953753624: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16521, blocked for 16469, running for 0 1713953753624: UIJobCollector(1013139972): Result: true 1713953753624: UIJobCollector(1013139972): No active jobs 1713953753675: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16572, blocked for 16520, running for 0 1713953753675: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16572, blocked for 16520, running for 0 1713953753675: UIJobCollector(1013139972): Result: true 1713953753675: UIJobCollector(1013139972): No active jobs 1713953753726: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16623, blocked for 16571, running for 0 1713953753726: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16623, blocked for 16571, running for 0 1713953753726: UIJobCollector(1013139972): Result: true 1713953753726: UIJobCollector(1013139972): No active jobs 1713953753777: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16674, blocked for 16622, running for 0 1713953753777: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16674, blocked for 16622, running for 0 1713953753777: UIJobCollector(1013139972): Result: true 1713953753777: UIJobCollector(1013139972): No active jobs 1713953753827: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16724, blocked for 16672, running for 0 1713953753827: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16724, blocked for 16672, running for 0 1713953753827: UIJobCollector(1013139972): Result: true 1713953753827: UIJobCollector(1013139972): No active jobs 1713953753878: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16775, blocked for 16723, running for 0 1713953753878: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16775, blocked for 16723, running for 0 1713953753878: UIJobCollector(1013139972): Result: true 1713953753878: UIJobCollector(1013139972): No active jobs 1713953753929: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16826, blocked for 16774, running for 0 1713953753929: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16826, blocked for 16774, running for 0 1713953753929: UIJobCollector(1013139972): Result: true 1713953753929: UIJobCollector(1013139972): No active jobs 1713953753980: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16877, blocked for 16825, running for 0 1713953753980: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16877, blocked for 16825, running for 0 1713953753980: UIJobCollector(1013139972): Result: true 1713953753980: UIJobCollector(1013139972): No active jobs 1713953754031: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16928, blocked for 16876, running for 0 1713953754031: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16928, blocked for 16876, running for 0 1713953754031: UIJobCollector(1013139972): Result: true 1713953754031: UIJobCollector(1013139972): No active jobs 1713953754082: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16979, blocked for 16927, running for 0 1713953754082: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16979, blocked for 16927, running for 0 1713953754082: UIJobCollector(1013139972): Result: true 1713953754082: UIJobCollector(1013139972): No active jobs 1713953754133: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17030, blocked for 16978, running for 0 1713953754133: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17030, blocked for 16978, running for 0 1713953754133: UIJobCollector(1013139972): Result: true 1713953754133: UIJobCollector(1013139972): No active jobs 1713953754184: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17081, blocked for 17029, running for 0 1713953754184: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17081, blocked for 17029, running for 0 1713953754184: UIJobCollector(1013139972): Result: true 1713953754184: UIJobCollector(1013139972): No active jobs 1713953754236: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17133, blocked for 17081, running for 0 1713953754236: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17133, blocked for 17081, running for 0 1713953754236: UIJobCollector(1013139972): Result: true 1713953754236: UIJobCollector(1013139972): No active jobs 1713953754287: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17184, blocked for 17132, running for 0 1713953754287: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17184, blocked for 17132, running for 0 1713953754287: UIJobCollector(1013139972): Result: true 1713953754287: UIJobCollector(1013139972): No active jobs 1713953754338: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17235, blocked for 17183, running for 0 1713953754338: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17235, blocked for 17183, running for 0 1713953754338: UIJobCollector(1013139972): Result: true 1713953754338: UIJobCollector(1013139972): No active jobs 1713953754390: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17287, blocked for 17235, running for 0 1713953754390: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17287, blocked for 17235, running for 0 1713953754390: UIJobCollector(1013139972): Result: true 1713953754390: UIJobCollector(1013139972): No active jobs 1713953754440: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17337, blocked for 17285, running for 0 1713953754440: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17337, blocked for 17285, running for 0 1713953754440: UIJobCollector(1013139972): Result: true 1713953754440: UIJobCollector(1013139972): No active jobs 1713953754490: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17387, blocked for 17335, running for 0 1713953754490: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17387, blocked for 17335, running for 0 1713953754490: UIJobCollector(1013139972): Result: true 1713953754490: UIJobCollector(1013139972): No active jobs 1713953754540: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17437, blocked for 17385, running for 0 1713953754540: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17437, blocked for 17385, running for 0 1713953754540: UIJobCollector(1013139972): Result: true 1713953754540: UIJobCollector(1013139972): No active jobs 1713953754592: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17489, blocked for 17437, running for 0 1713953754592: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17489, blocked for 17437, running for 0 1713953754592: UIJobCollector(1013139972): Result: true 1713953754592: UIJobCollector(1013139972): No active jobs 1713953754642: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17539, blocked for 17487, running for 0 1713953754643: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17540, blocked for 17488, running for 0 1713953754643: UIJobCollector(1013139972): Result: true 1713953754643: UIJobCollector(1013139972): No active jobs 1713953754694: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17591, blocked for 17539, running for 0 1713953754694: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17591, blocked for 17539, running for 0 1713953754694: UIJobCollector(1013139972): Result: true 1713953754694: UIJobCollector(1013139972): No active jobs 1713953754744: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17641, blocked for 17589, running for 0 1713953754744: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17641, blocked for 17589, running for 0 1713953754744: UIJobCollector(1013139972): Result: true 1713953754744: UIJobCollector(1013139972): No active jobs 1713953754794: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17691, blocked for 17639, running for 0 1713953754794: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17691, blocked for 17639, running for 0 1713953754794: UIJobCollector(1013139972): Result: true 1713953754794: UIJobCollector(1013139972): No active jobs 1713953754844: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17741, blocked for 17689, running for 0 1713953754844: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17741, blocked for 17689, running for 0 1713953754844: UIJobCollector(1013139972): Result: true 1713953754844: UIJobCollector(1013139972): No active jobs 1713953754894: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17791, blocked for 17739, running for 0 1713953754894: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17791, blocked for 17739, running for 0 1713953754894: UIJobCollector(1013139972): Result: true 1713953754894: UIJobCollector(1013139972): No active jobs 1713953754945: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17842, blocked for 17790, running for 0 1713953754945: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17842, blocked for 17790, running for 0 1713953754945: UIJobCollector(1013139972): Result: true 1713953754945: UIJobCollector(1013139972): No active jobs 1713953754996: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17893, blocked for 17841, running for 0 1713953754996: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17893, blocked for 17841, running for 0 1713953754996: UIJobCollector(1013139972): Result: true 1713953754996: UIJobCollector(1013139972): No active jobs 1713953755047: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17944, blocked for 17892, running for 0 1713953755047: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17944, blocked for 17892, running for 0 1713953755047: UIJobCollector(1013139972): Result: true 1713953755047: UIJobCollector(1013139972): No active jobs 1713953755097: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17994, blocked for 17942, running for 0 1713953755097: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17994, blocked for 17942, running for 0 1713953755097: UIJobCollector(1013139972): Result: true 1713953755097: UIJobCollector(1013139972): No active jobs 1713953755147: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18044, blocked for 17992, running for 0 1713953755147: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18044, blocked for 17992, running for 0 1713953755147: UIJobCollector(1013139972): Result: true 1713953755147: UIJobCollector(1013139972): No active jobs 1713953755198: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18095, blocked for 18043, running for 0 1713953755198: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18095, blocked for 18043, running for 0 1713953755198: UIJobCollector(1013139972): Result: true 1713953755198: UIJobCollector(1013139972): No active jobs 1713953755251: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18148, blocked for 18096, running for 0 1713953755251: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18148, blocked for 18096, running for 0 1713953755251: UIJobCollector(1013139972): Result: true 1713953755251: UIJobCollector(1013139972): No active jobs 1713953755302: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18199, blocked for 18147, running for 0 1713953755302: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18199, blocked for 18147, running for 0 1713953755302: UIJobCollector(1013139972): Result: true 1713953755302: UIJobCollector(1013139972): No active jobs 1713953755352: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18249, blocked for 18197, running for 0 1713953755352: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18249, blocked for 18197, running for 0 1713953755352: UIJobCollector(1013139972): Result: true 1713953755352: UIJobCollector(1013139972): No active jobs 1713953755404: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18301, blocked for 18249, running for 0 1713953755404: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18301, blocked for 18249, running for 0 1713953755404: UIJobCollector(1013139972): Result: true 1713953755404: UIJobCollector(1013139972): No active jobs 1713953755454: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18351, blocked for 18299, running for 0 1713953755454: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18351, blocked for 18299, running for 0 1713953755454: UIJobCollector(1013139972): Result: true 1713953755454: UIJobCollector(1013139972): No active jobs 1713953755505: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18402, blocked for 18350, running for 0 1713953755505: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18402, blocked for 18350, running for 0 1713953755505: UIJobCollector(1013139972): Result: true 1713953755505: UIJobCollector(1013139972): No active jobs 1713953755556: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18453, blocked for 18401, running for 0 1713953755556: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18453, blocked for 18401, running for 0 1713953755556: UIJobCollector(1013139972): Result: true 1713953755556: UIJobCollector(1013139972): No active jobs 1713953755607: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18504, blocked for 18452, running for 0 1713953755607: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18504, blocked for 18452, running for 0 1713953755607: UIJobCollector(1013139972): Result: true 1713953755607: UIJobCollector(1013139972): No active jobs 1713953755658: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18555, blocked for 18503, running for 0 1713953755658: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18555, blocked for 18503, running for 0 1713953755658: UIJobCollector(1013139972): Result: true 1713953755658: UIJobCollector(1013139972): No active jobs 1713953755709: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18606, blocked for 18554, running for 0 1713953755709: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18606, blocked for 18554, running for 0 1713953755709: UIJobCollector(1013139972): Result: true 1713953755709: UIJobCollector(1013139972): No active jobs 1713953755759: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18656, blocked for 18604, running for 0 1713953755759: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18656, blocked for 18604, running for 0 1713953755759: UIJobCollector(1013139972): Result: true 1713953755759: UIJobCollector(1013139972): No active jobs 1713953755811: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18707, blocked for 18655, running for 0 1713953755811: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18708, blocked for 18656, running for 0 1713953755811: UIJobCollector(1013139972): Result: true 1713953755811: UIJobCollector(1013139972): No active jobs 1713953755862: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18759, blocked for 18707, running for 0 1713953755862: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18759, blocked for 18707, running for 0 1713953755862: UIJobCollector(1013139972): Result: true 1713953755862: UIJobCollector(1013139972): No active jobs 1713953755913: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18810, blocked for 18758, running for 0 1713953755913: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18810, blocked for 18758, running for 0 1713953755913: UIJobCollector(1013139972): Result: true 1713953755913: UIJobCollector(1013139972): No active jobs 1713953755964: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18861, blocked for 18809, running for 0 1713953755964: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18861, blocked for 18809, running for 0 1713953755964: UIJobCollector(1013139972): Result: true 1713953755964: UIJobCollector(1013139972): No active jobs 1713953756014: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18911, blocked for 18859, running for 0 1713953756014: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18911, blocked for 18859, running for 0 1713953756014: UIJobCollector(1013139972): Result: true 1713953756014: UIJobCollector(1013139972): No active jobs 1713953756064: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18961, blocked for 18909, running for 0 1713953756064: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18961, blocked for 18909, running for 0 1713953756064: UIJobCollector(1013139972): Result: true 1713953756064: UIJobCollector(1013139972): No active jobs 1713953756114: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19011, blocked for 18959, running for 0 1713953756114: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19011, blocked for 18959, running for 0 1713953756114: UIJobCollector(1013139972): Result: true 1713953756114: UIJobCollector(1013139972): No active jobs 1713953756164: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19061, blocked for 19009, running for 0 1713953756164: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19061, blocked for 19009, running for 0 1713953756164: UIJobCollector(1013139972): Result: true 1713953756164: UIJobCollector(1013139972): No active jobs 1713953756214: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19111, blocked for 19059, running for 0 1713953756214: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19111, blocked for 19059, running for 0 1713953756214: UIJobCollector(1013139972): Result: true 1713953756214: UIJobCollector(1013139972): No active jobs 1713953756264: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19161, blocked for 19109, running for 0 1713953756264: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19161, blocked for 19109, running for 0 1713953756264: UIJobCollector(1013139972): Result: true 1713953756264: UIJobCollector(1013139972): No active jobs 1713953756314: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19211, blocked for 19159, running for 0 1713953756314: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19211, blocked for 19159, running for 0 1713953756314: UIJobCollector(1013139972): Result: true 1713953756314: UIJobCollector(1013139972): No active jobs 1713953756364: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19261, blocked for 19209, running for 0 1713953756364: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19261, blocked for 19209, running for 0 1713953756364: UIJobCollector(1013139972): Result: true 1713953756364: UIJobCollector(1013139972): No active jobs 1713953756414: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19311, blocked for 19259, running for 0 1713953756414: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19311, blocked for 19259, running for 0 1713953756414: UIJobCollector(1013139972): Result: true 1713953756414: UIJobCollector(1013139972): No active jobs 1713953756464: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19361, blocked for 19309, running for 0 1713953756464: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19361, blocked for 19309, running for 0 1713953756464: UIJobCollector(1013139972): Result: true 1713953756464: UIJobCollector(1013139972): No active jobs 1713953756514: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19411, blocked for 19359, running for 0 1713953756514: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19411, blocked for 19359, running for 0 1713953756514: UIJobCollector(1013139972): Result: true 1713953756514: UIJobCollector(1013139972): No active jobs 1713953756564: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19461, blocked for 19409, running for 0 1713953756564: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19461, blocked for 19409, running for 0 1713953756564: UIJobCollector(1013139972): Result: true 1713953756564: UIJobCollector(1013139972): No active jobs 1713953756615: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19512, blocked for 19460, running for 0 1713953756615: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19512, blocked for 19460, running for 0 1713953756615: UIJobCollector(1013139972): Result: true 1713953756615: UIJobCollector(1013139972): No active jobs 1713953756665: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19562, blocked for 19510, running for 0 1713953756665: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19562, blocked for 19510, running for 0 1713953756665: UIJobCollector(1013139972): Result: true 1713953756665: UIJobCollector(1013139972): No active jobs 1713953756715: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19612, blocked for 19560, running for 0 1713953756715: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19612, blocked for 19560, running for 0 1713953756715: UIJobCollector(1013139972): Result: true 1713953756715: UIJobCollector(1013139972): No active jobs 1713953756767: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19663, blocked for 19611, running for 0 1713953756767: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19664, blocked for 19612, running for 0 1713953756767: UIJobCollector(1013139972): Result: true 1713953756767: UIJobCollector(1013139972): No active jobs 1713953756818: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19715, blocked for 19663, running for 0 1713953756818: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19715, blocked for 19663, running for 0 1713953756818: UIJobCollector(1013139972): Result: true 1713953756818: UIJobCollector(1013139972): No active jobs 1713953756869: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19766, blocked for 19714, running for 0 1713953756869: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19766, blocked for 19714, running for 0 1713953756869: UIJobCollector(1013139972): Result: true 1713953756869: UIJobCollector(1013139972): No active jobs 1713953756919: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19816, blocked for 19764, running for 0 1713953756919: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19816, blocked for 19764, running for 0 1713953756919: UIJobCollector(1013139972): Result: true 1713953756919: UIJobCollector(1013139972): No active jobs 1713953756969: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19866, blocked for 19814, running for 0 1713953756969: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19866, blocked for 19814, running for 0 1713953756969: UIJobCollector(1013139972): Result: true 1713953756969: UIJobCollector(1013139972): No active jobs 1713953757019: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19916, blocked for 19864, running for 0 1713953757019: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19916, blocked for 19864, running for 0 1713953757019: UIJobCollector(1013139972): Result: true 1713953757019: UIJobCollector(1013139972): No active jobs 1713953757069: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19966, blocked for 19914, running for 0 1713953757069: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19966, blocked for 19914, running for 0 1713953757069: UIJobCollector(1013139972): Result: true 1713953757069: UIJobCollector(1013139972): No active jobs 1713953757119: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20016, blocked for 19964, running for 0 1713953757119: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20016, blocked for 19964, running for 0 1713953757119: UIJobCollector(1013139972): Result: true 1713953757119: UIJobCollector(1013139972): No active jobs 1713953757169: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20066, blocked for 20014, running for 0 1713953757169: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20066, blocked for 20014, running for 0 1713953757169: UIJobCollector(1013139972): Result: true 1713953757169: UIJobCollector(1013139972): No active jobs 1713953757219: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20116, blocked for 20064, running for 0 1713953757219: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20116, blocked for 20064, running for 0 1713953757219: UIJobCollector(1013139972): Result: true 1713953757219: UIJobCollector(1013139972): No active jobs 1713953757270: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20167, blocked for 20115, running for 0 1713953757270: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20167, blocked for 20115, running for 0 1713953757270: UIJobCollector(1013139972): Result: true 1713953757270: UIJobCollector(1013139972): No active jobs 1713953757320: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20217, blocked for 20165, running for 0 1713953757320: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20217, blocked for 20165, running for 0 1713953757320: UIJobCollector(1013139972): Result: true 1713953757320: UIJobCollector(1013139972): No active jobs 1713953757370: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20267, blocked for 20215, running for 0 1713953757370: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20267, blocked for 20215, running for 0 1713953757370: UIJobCollector(1013139972): Result: true 1713953757370: UIJobCollector(1013139972): No active jobs 1713953757420: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20317, blocked for 20265, running for 0 1713953757420: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20317, blocked for 20265, running for 0 1713953757420: UIJobCollector(1013139972): Result: true 1713953757420: UIJobCollector(1013139972): No active jobs 1713953757471: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20368, blocked for 20316, running for 0 1713953757471: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20368, blocked for 20316, running for 0 1713953757471: UIJobCollector(1013139972): Result: true 1713953757471: UIJobCollector(1013139972): No active jobs 1713953757521: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20418, blocked for 20366, running for 0 1713953757521: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20418, blocked for 20366, running for 0 1713953757521: UIJobCollector(1013139972): Result: true 1713953757521: UIJobCollector(1013139972): No active jobs 1713953757571: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20468, blocked for 20416, running for 0 1713953757572: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20469, blocked for 20417, running for 0 1713953757572: UIJobCollector(1013139972): Result: true 1713953757572: UIJobCollector(1013139972): No active jobs 1713953757623: UIJobCollector(1013139972): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20520, blocked for 20468, running for 0 1713953757623: UIJobCollector(1013139972): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20520, blocked for 20468, running for 0 1713953757623: UIJobCollector(1013139972): Result: true 1713953757623: UIJobCollector(1013139972): No active jobs 1713953758105: UIJobCollector(1013139972): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -21002, blocked for 20950, running for 0 1713953758105: UIJobCollector(1013139972): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -21002, blocked for 20950, running for 0 Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 69.672 s - in org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest stepInSyncExec(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.395 s stepAfterDelay(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.177 s doNotWaitForPreviouslyScheduledJob(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.053 s doNotWaitForCancelledScheduledLater(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.654 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.653 s doNotStepTwice(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.161 s waitForAllListeners(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) skipped waitForCancelledJobs(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 1.179 s abortStepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 15.301 s waitSecondRunAfterReschedule(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 5.678 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.803 s doNotScheduleInALock(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.983 s stepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 4.272 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.165 s respectStepModeTimeout(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 21.193 s Results: Tests run: 18, Failures: 0, Errors: 0, Skipped: 1 !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-04-24 10:15:58.567 !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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt/target/org.eclipse.rcptt.tesla.recording.swt-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor.aspects/target/org.eclipse.rcptt.tesla.workbench.texteditor.aspects-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.e4x/target/org.eclipse.rcptt.tesla.workbench.aspects.e4x-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.workbench.texteditor/target/org.eclipse.rcptt.tesla.workbench.texteditor-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5.M3.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/release/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl/target/org.eclipse.rcptt.tesla.ecl.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5.M3.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/release/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.forms.impl/target/org.eclipse.rcptt.forms.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.draw2d/target/org.eclipse.rcptt.tesla.recording.draw2d-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas/target/org.eclipse.rcptt.tesla.recording.canvas-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.jface.text/target/org.eclipse.rcptt.tesla.recording.jface.text-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.workbench.texteditor/target/org.eclipse.rcptt.tesla.recording.workbench.texteditor-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5.M3.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/release/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.runtime.ui/target/org.eclipse.rcptt.runtime.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5.M3.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/release/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.resources.impl/target/org.eclipse.rcptt.resources.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.gef/target/org.eclipse.rcptt.tesla.gef-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.properties.view/target/org.eclipse.rcptt.tesla.properties.view-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5.M3.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/release/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.core.ecl.debug/target/org.eclipse.rcptt.core.ecl.debug-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5.M3.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/release/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/verifications/org.eclipse.rcptt.verifications.text.impl/target/org.eclipse.rcptt.verifications.text.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5.M3.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/release/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/verifications/org.eclipse.rcptt.verifications.log.impl/target/org.eclipse.rcptt.verifications.log.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5.M3.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/release/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl/target/org.eclipse.rcptt.verifications.tree.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5.M3.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/release/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.expandbar.runtime/target/org.eclipse.rcptt.expandbar.runtime-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5.M3.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/release/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl/target/org.eclipse.rcptt.ctx.debug.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5.M3.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/release/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl/target/org.eclipse.rcptt.ctx.preferences.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5.M3.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/release/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.script.impl/target/org.eclipse.rcptt.ctx.script.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5.M3.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/release/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl/target/org.eclipse.rcptt.ctx.workbench.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5.M3.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/release/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl/target/org.eclipse.rcptt.ctx.resources.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5.M3.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/release/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/verifications/org.eclipse.rcptt.verifications.resources.impl/target/org.eclipse.rcptt.verifications.resources.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.gmf/target/org.eclipse.rcptt.tesla.gmf-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.gef/target/org.eclipse.rcptt.tesla.recording.gef-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.recording.gmf/target/org.eclipse.rcptt.tesla.recording.gmf-2.5.5.M3.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.M3 [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.M3 [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/release/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.5.M3.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/release/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/tesla/org.eclipse.rcptt.tesla.runtime.e4x-feature/target/org.eclipse.rcptt.tesla.runtime-2.5.5.M3.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.M3 [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.M3 [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/release/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.5.M3.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/release/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/ecl/org.eclipse.rcptt.tesla.ecl.runtime-feature/target/org.eclipse.rcptt.tesla.ecl.runtime-2.5.5.M3.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.M3 [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.M3 [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/release/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-runtime11365680067788648537.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/release/runtime/ecl/org.eclipse.rcptt.tesla.ecl.update-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/release/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/release/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/release/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.M3 [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.M3 [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/release/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.5.M3.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/release/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.runtime-feature/target/org.eclipse.rcptt.runtime-2.5.5.M3.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.M3 [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.M3 [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/release/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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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 M3.Default 1.0.0.889M8icLWdnhE8U7g-TJnBVe18 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/release/runtime/org.eclipse.rcptt.runtime-updatesite/target/org.eclipse.rcptt.runtime-updatesite-2.5.5.M3.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.M3 [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.M3 [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 93 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 93 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 37 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 163 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 36 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 392 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 926 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 28 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 116 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 37 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 70 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 122 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 89 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 335 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 73 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 50 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 53 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 33 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 30 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 100 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 34 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 18 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 157 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 43 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 16 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 243 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 255 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 31 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 460 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 23 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 122 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 167 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 104 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 41 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 642 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 96 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 27 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 36 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 112 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 84 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 444 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 47 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 284 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 1.1 MB/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 96 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 62 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 156 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 88 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 139 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 77 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 38 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 238 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 36 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 30 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 380 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 101 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 114 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 100 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 138 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 60 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 76 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 154 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 305 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 14 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 25 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 170 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 54 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 995 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 115 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 166 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 181 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 294 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 892 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 100 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 393 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 417 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 725 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/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/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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] 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] 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 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 353 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 3.1 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 4.6 MB/s) [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 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] 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 18 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/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 135 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 127 kB/s) [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 432 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 638 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/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 106 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/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 74 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-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 506 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 350 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.4/doxia-module-xhtml-1.4.jar (15 kB at 142 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 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-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/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 324 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 507 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 544 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 158 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/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 178 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 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 226 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-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 144 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 435 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/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 2.2 MB/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 143 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/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 520 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 236 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 99 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 468 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 1.0 MB/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 817 kB/s) [INFO] Unpacking /home/jenkins/agent/workspace/release/runtime/org.eclipse.rcptt.runtime-updatesite/target/org.eclipse.rcptt.runtime-updatesite-2.5.5.M3.zip to /home/jenkins/agent/workspace/release/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/release/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 47 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 123 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 36 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 68 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 245 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 17 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 266 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 747 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 222 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 210 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 55 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 52 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 82 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 46 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 435 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 507 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 617 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 90 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 263 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 364 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 77 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 68 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 442 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 64 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 441 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 101 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 46 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 42 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 177 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 8.9 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 40 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 269 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 84 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 162 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 70 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 67 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 358 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 32 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 75 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 582 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-rules/1.4.1/enforcer-rules-1.4.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 93 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 377 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.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/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar (99 kB at 773 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar (11 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 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-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/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/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/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 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-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 21 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 155 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] 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] 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/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 312 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/junit/junit/4.11/junit-4.11.jar (245 kB at 1.0 MB/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 245 kB/s) [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 740 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 48 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 104 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/release/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/release/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5.M3.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/release/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/target/org.eclipse.rcptt.updates.runtime.e4x-2.5.5.M3.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.M3 [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.M3 [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/release/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/target/org.eclipse.rcptt.updates.e4x-2.5.5.M3.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/release/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/target/org.eclipse.rcptt.updates.e4x-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/updates/org.eclipse.rcptt.updates.e4x-feature/target/org.eclipse.rcptt.updates.e4x-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/repository/e4x/target/e4x-2.5.5.M3.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.M3 ................................... SUCCESS [ 0.422 s] [INFO] rcptt.runtime ...................................... SUCCESS [ 0.004 s] [INFO] tesla .............................................. SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment ............... SUCCESS [ 0.969 s] [INFO] org.eclipse.rcptt.tesla.core.am .................... SUCCESS [ 1.304 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects ................ SUCCESS [ 4.010 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects .............. SUCCESS [ 2.336 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects ............... SUCCESS [ 1.442 s] [INFO] org.eclipse.rcptt.util.swt ......................... SUCCESS [ 4.784 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs .............. SUCCESS [ 15.328 s] [INFO] org.eclipse.rcptt.watson.aspects.swt ............... SUCCESS [ 2.220 s] [INFO] org.eclipse.rcptt.tesla.swt ........................ SUCCESS [ 7.379 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms .... SUCCESS [ 2.223 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface .... SUCCESS [ 2.018 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt ...... SUCCESS [ 1.975 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench SUCCESS [ 1.576 s] [INFO] org.eclipse.rcptt.tesla.recording.swt .............. SUCCESS [ 2.353 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl ................... SUCCESS [ 2.113 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects ............. SUCCESS [ 2.023 s] [INFO] org.eclipse.rcptt.runtime.ui ....................... SUCCESS [ 1.369 s] [INFO] org.eclipse.rcptt.forms.impl ....................... SUCCESS [ 2.388 s] [INFO] org.eclipse.rcptt.resources.impl ................... SUCCESS [ 1.248 s] [INFO] org.eclipse.rcptt.watson.jface ..................... SUCCESS [ 1.267 s] [INFO] org.eclipse.rcptt.watson.runtime ................... SUCCESS [ 1.448 s] [INFO] org.eclipse.rcptt.tesla.canvas ..................... SUCCESS [ 1.762 s] [INFO] org.eclipse.rcptt.tesla.gef.aspects ................ SUCCESS [ 2.233 s] [INFO] org.eclipse.rcptt.tesla.gef ........................ SUCCESS [ 1.327 s] [INFO] org.eclipse.rcptt.tesla.gmf.aspects ................ SUCCESS [ 2.362 s] [INFO] org.eclipse.rcptt.tesla.gmf ........................ SUCCESS [ 1.996 s] [INFO] org.eclipse.rcptt.tesla.jdt.aspects ................ SUCCESS [ 1.563 s] [INFO] org.eclipse.rcptt.tesla.jdt ........................ SUCCESS [ 1.048 s] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects SUCCESS [ 1.191 s] [INFO] org.eclipse.rcptt.tesla.jface.text ................. SUCCESS [ 1.181 s] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects ......... SUCCESS [ 1.301 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects .. SUCCESS [ 1.159 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects SUCCESS [ 1.284 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding .......... SUCCESS [ 1.157 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment ............. SUCCESS [ 1.106 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d ... SUCCESS [ 1.166 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef ...... SUCCESS [ 2.612 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf ...... SUCCESS [ 1.638 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text SUCCESS [ 1.590 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor SUCCESS [ 1.884 s] [INFO] org.eclipse.rcptt.tesla.recording.draw2d ........... SUCCESS [ 1.530 s] [INFO] org.eclipse.rcptt.tesla.recording.gef .............. SUCCESS [ 1.433 s] [INFO] org.eclipse.rcptt.tesla.recording.gmf .............. SUCCESS [ 1.366 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas ........... SUCCESS [ 1.323 s] [INFO] org.eclipse.rcptt.tesla.recording.jface.text ....... SUCCESS [ 1.140 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor ....... SUCCESS [ 1.714 s] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor SUCCESS [ 1.961 s] [INFO] org.eclipse.rcptt.tesla.ui.ide ..................... SUCCESS [ 1.360 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects SUCCESS [ 2.220 s] [INFO] org.eclipse.rcptt.tesla.variables .................. SUCCESS [ 1.527 s] [INFO] org.eclipse.rcptt.tesla.properties.view ............ SUCCESS [ 1.258 s] [INFO] org.eclipse.rcptt.tesla.chart ...................... SUCCESS [ 1.393 s] [INFO] org.eclipse.rcptt.tesla.swt.e4x .................... SUCCESS [ 1.232 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.e4x ...... SUCCESS [ 1.647 s] [INFO] org.eclipse.rcptt.tesla.runtime .................... SUCCESS [ 1.493 s] [INFO] org.eclipse.rcptt.tesla.ecl.runtime ................ SUCCESS [ 1.413 s] [INFO] org.eclipse.rcptt.tesla.ecl.update-site ............ SUCCESS [ 4.261 s] [INFO] org.eclipse.rcptt.core.ecl.debug ................... SUCCESS [ 1.322 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.002 s] [INFO] org.eclipse.rcptt.ctx.debug.impl ................... SUCCESS [ 1.262 s] [INFO] org.eclipse.rcptt.ctx.group.impl ................... SUCCESS [ 1.608 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects .......... SUCCESS [ 1.816 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl ............. SUCCESS [ 1.526 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl .............. SUCCESS [ 1.775 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl .............. SUCCESS [ 1.585 s] [INFO] org.eclipse.rcptt.ctx.resources.impl ............... SUCCESS [ 1.198 s] [INFO] org.eclipse.rcptt.ctx.script.impl .................. SUCCESS [ 1.329 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl ............... SUCCESS [ 1.197 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect ............. SUCCESS [ 1.617 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.verifications.time.impl .......... SUCCESS [ 1.123 s] [INFO] org.eclipse.rcptt.verifications.text.impl .......... SUCCESS [ 1.196 s] [INFO] org.eclipse.rcptt.verifications.log.impl ........... SUCCESS [ 1.194 s] [INFO] org.eclipse.rcptt.verifications.tree.impl .......... SUCCESS [ 1.144 s] [INFO] org.eclipse.rcptt.verifications.resources.impl ..... SUCCESS [ 1.077 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl ......... SUCCESS [ 2.322 s] [INFO] org.eclipse.rcptt.expandbar.runtime ................ SUCCESS [ 1.461 s] [INFO] org.eclipse.rcptt.runtime .......................... SUCCESS [ 2.577 s] [INFO] org.eclipse.rcptt.runtime-updatesite ............... SUCCESS [ 8.099 s] [INFO] rcptt.runtime.updates .............................. SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.updates.runtime.e4x .............. SUCCESS [ 12.312 s] [INFO] org.eclipse.rcptt.updates.e4x ...................... SUCCESS [ 1.551 s] [INFO] rcptt.runtime.tests ................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.test ......... SUCCESS [ 16.029 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.test ........... SUCCESS [ 15.453 s] [INFO] org.eclipse.rcptt.tesla.swt.test ................... SUCCESS [01:22 min] [INFO] org.eclipse.rcptt.watson.test ...................... SUCCESS [ 13.718 s] [INFO] e4x 2.5.5.M3 ....................................... SUCCESS [ 1.724 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:06 min [INFO] Finished at: 2024-04-24T10:17:16Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/release/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 26 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 415 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 90 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 130 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 69 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 188 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 70 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 494 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 59 kB/s) [INFO] Downloading from xored: http://maven.xored.com/nexus/content/repositories/releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21-sources.jar [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21-sources.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21-sources.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21-sources.jar (884 kB at 5.7 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 107 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 761 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 53 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 1.5 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] 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/release/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/release/repository/e4x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/release/repository/dependencies/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.updates:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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/ (429B) [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/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/pom.xml [INFO] Fetching com.ibm.icu_74.2.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.65MB) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (11.27MB of 13.65MB at 11.24MB/s) [INFO] Fetching com.sun.jna_5.14.0.v20231211-1200.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.81MB) [INFO] Fetching com.sun.jna.platform_5.14.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.31MB) [INFO] Fetching jakarta.annotation-api_2.1.1.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (25.53kB) [INFO] Fetching jakarta.inject.jakarta.inject-api_2.0.1.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (10.43kB) [INFO] Fetching 202403131000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2024-03/ [INFO] Fetching org.antlr.runtime_3.2.0.v20230929-1400.jar from http://download.eclipse.org/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 http://download.eclipse.org/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 http://download.eclipse.org/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/nebula/runtime-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.module.nebula.updates:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/nebula/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.launching:2.5.5.M3 @ /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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://mirrors.xmission.com/eclipse/releases/2024-03/202403131000/plugins/ (4.63kB) [INFO] Fetching org.eclipse.ant.core_3.7.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (109.54kB) [INFO] Fetching org.eclipse.compare.core_3.8.400.v20240124-0947.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (69.85kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (116.92kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (39.11kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (72.34kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240220-1431.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (173.33kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (368.46kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (80.99kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (64.51kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (189.68kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.300.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (113.38kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (53.85kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (238.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (138.07kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (27kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (104kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240229-1022.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (250.69kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (28.85kB) [INFO] Fetching org.eclipse.equinox.security_1.4.200.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (116.02kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (259.37kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (135.85kB) [INFO] Fetching org.eclipse.jdt.core_3.37.0.v20240215-1452.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (4.07MB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (3.11MB) [INFO] Fetching org.eclipse.jdt.debug_3.21.300.v20240124-0949.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (928.25kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.13.100.v20240220-0917.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (182.98kB) [INFO] Fetching org.eclipse.jdt.launching_3.21.100.v20240214-1729.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (582.5kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.400.v20231214-1952.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (59.13kB) [INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (414.97kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (251.64kB) [INFO] Fetching org.eclipse.pde.build_3.12.300.v20240212-0530.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (508.5kB) [INFO] Fetching org.eclipse.pde.core_3.18.0.v20240215-1456.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (1.46MB) [INFO] Fetching org.eclipse.team.core_3.10.300.v20240125-0912.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (405.36kB) [INFO] Fetching org.eclipse.pde.launching_3.12.0.v20240214-2143.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (144.13kB) [INFO] Fetching org.hamcrest_2.2.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (120.47kB) [INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (9.19kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.6.200.v20231214-1553.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (21.36kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.ext:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.reporting.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.common:2.5.5.M3 @ /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.remote/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.reporting.html:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.reporting.html.tests/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail/pom.xml [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.jar from http://download.eclipse.org/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/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/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/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/testrail/features/org.eclipse.rcptt.module.testrail/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/testrail/runtime-site/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/testrail/site/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/pom.xml [INFO] Fetching org.apache.commons.lang3_3.14.0.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (642.53kB) [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/pom.xml [WARNING] p2 repository with URL file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/zephyr/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt:2.5.5.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.dev.ui:2.5.5.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.dev.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.platform:2.5.5.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.platform-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.help:2.5.5.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.launching.multiaut.ui:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.launching.configuration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.expandbar.ide:2.5.5.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.expandbar.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.resources.ui:2.5.5.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.resources.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.platform:2.5.5.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.platform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.search:2.5.5.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui:2.5.5.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ui.activities:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.ui.report/pom.xml [INFO] Fetching org.eclipse.draw2d_3.15.0.202402212051.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (656.67kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.debug.ui:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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 http://download.eclipse.org/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 http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (159.1kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.ctx.filesystem.ui:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/testing/org.eclipse.rcptt.testing.ecl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.features:org.eclipse.rcptt.testing:2.5.5.M3 @ /home/jenkins/agent/workspace/release/testing/org.eclipse.rcptt.testing-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:org.eclipse.rcptt.testing.repository:2.5.5.M3 @ /home/jenkins/agent/workspace/release/testing/org.eclipse.rcptt.testing-updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:full:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 [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.M3 [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.M3 [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/release/runtime/updates/org.eclipse.rcptt.updates-feature/target/org.eclipse.rcptt.updates-2.5.5.M3.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/release/runtime/updates/org.eclipse.rcptt.updates-feature/target/org.eclipse.rcptt.updates-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runtime/updates/org.eclipse.rcptt.updates-feature/target/org.eclipse.rcptt.updates-2.5.5.M3.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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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 14 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 747 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.M3 [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/release/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/release/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/release/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/release/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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5.M3.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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula/target/org.eclipse.rcptt.tesla.nebula-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5.M3.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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl/target/org.eclipse.rcptt.tesla.nebula.ecl-2.5.5.M3.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.M3 [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 246 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 549 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 111 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 51 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 80 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 512 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 127 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/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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar (17 kB at 391 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 169 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar (4.7 kB at 75 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 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar (3.0 MB at 14 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.reporting.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.reporting.util --- [INFO] The project's OSGi version is 2.5.5.M3 [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/release/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/release/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/release/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/release/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/release/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5.M3.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/release/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.reporting.util/target/org.eclipse.rcptt.reporting.util-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5.M3.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/release/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.common/target/org.eclipse.rcptt.launching.common-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5.M3.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/release/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.injection/target/org.eclipse.rcptt.launching.injection-2.5.5.M3.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.M3 [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 40 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 148 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 933 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 2.6 MB/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 47 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 256 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 385 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 39 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 549 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 465 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 27 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 449 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 303 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 18 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 404 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 257 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 17 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 306 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 521 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 30 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 281 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 282 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 17 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 256 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 390 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 18 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 177 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 187 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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5.M3.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/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl/target/org.eclipse.rcptt.testrail.ecl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5.M3.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/release/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt/target/org.eclipse.rcptt-2.5.5.M3.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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.expandbar.ide/target/org.eclipse.rcptt.expandbar.ide-2.5.5.M3.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.M3 [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 227 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 481 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 51 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 58 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 494 kB/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 645 kB/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 191 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 784 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.pom (27 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 3.5 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 574 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 269 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 951 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom (1.9 kB at 134 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 402 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 195 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 173 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 777 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 137 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 100 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 69 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 21 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 33 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 253 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 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 503 kB/s) [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 205 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/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.jar (71 kB at 874 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar (1.4 MB at 9.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar (36 kB at 234 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 560 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/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar (1.9 MB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar (66 kB at 272 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/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 14 kB/s) [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 47 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 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 45 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 179 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 37 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.M3 [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/release/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/release/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/release/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.ui.activities/target/org.eclipse.rcptt.ui.activities-2.5.5.M3.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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.help/target/org.eclipse.rcptt.help-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5.M3.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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.impl/target/org.eclipse.rcptt.tesla.nebula.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5.M3.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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula.ecl/target/org.eclipse.rcptt.tesla.recording.nebula.ecl-2.5.5.M3.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.M3 [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 53 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 60 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 92 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 210 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 88 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 446 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 111 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/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar (442 kB at 25 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/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar (451 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 5.7 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 4.9 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 701 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar (3.2 MB at 18 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 35 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.M3 [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/release/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/release/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/release/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/release/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5.M3.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/release/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching/target/org.eclipse.rcptt.launching-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5.M3.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/release/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.reporting.html/target/org.eclipse.rcptt.reporting.html-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5.M3.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/release/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.p2utils/target/org.eclipse.rcptt.launching.p2utils-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5.M3.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/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ecl.impl/target/org.eclipse.rcptt.testrail.ecl.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5.M3.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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.nebula.ecl.impl/target/org.eclipse.rcptt.tesla.nebula.ecl.impl-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5.M3.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/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.tesla.recording.nebula/target/org.eclipse.rcptt.tesla.recording.nebula-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5.M3.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/release/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.multiaut/target/org.eclipse.rcptt.launching.multiaut-2.5.5.M3.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.M3 [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 805 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 586 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.jar (257 kB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.jar (4.2 MB at 29 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.launching.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.launching.tests --- [INFO] The project's OSGi version is 2.5.5.M3 [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/release/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/release/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/release/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/release/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/release/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5.M3.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/release/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.launching.tests/target/org.eclipse.rcptt.launching.tests-2.5.5.M3.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/release/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/release/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/release/launching/tests/org.eclipse.rcptt.launching.tests/target/work/data, -install, /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.launching.tests/target/work, -configuration, /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.launching.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.launching.tests/target/surefire.properties] Running org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.013 s - in org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest propagateInternalFailures(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 1.813 s debug(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 0.115 s Running org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.786 s - in org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest astExecRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.6 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.005 s simpleValidCommand(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.002 s setupPlayerRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.404 s extractScriptFromEclContext(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.062 s connectHangs(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.204 s Running org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest corruptedResourcesShouldProduceReadaleErrorMessage(org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest) Time elapsed: 0.191 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 Exception in thread "Q7 Indexer" java.lang.IllegalStateException: Job manager has been shut down. at org.eclipse.core.internal.jobs.JobManager.scheduleInternal(JobManager.java:1406) at org.eclipse.core.internal.jobs.JobManager.lambda$5(JobManager.java:1396) at org.eclipse.core.internal.jobs.JobManager.withWriteLock(JobManager.java:546) at org.eclipse.core.internal.jobs.JobManager.schedule(JobManager.java:1395) at org.eclipse.core.internal.jobs.InternalJob.schedule(InternalJob.java:396) at org.eclipse.core.runtime.jobs.Job.schedule(Job.java:654) at org.eclipse.rcptt.internal.core.jobs.JobManager.showProgress(JobManager.java:466) at org.eclipse.rcptt.internal.core.jobs.JobManager.run(JobManager.java:423) at java.base/java.lang.Thread.run(Thread.java:831) [INFO] All tests passed! [INFO] [INFO] ------------< org.eclipse.rcptt:org.eclipse.rcptt.testrail >------------ [INFO] Building org.eclipse.rcptt.testrail 2.5.5.M3 [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 106 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 764 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 662 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 237 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 1.3 MB/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 205 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 200 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 329 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/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] 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] 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 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 15 MB/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 6.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar (1.4 MB at 23 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 695 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar (32 kB at 385 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.rcptt.testrail --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.rcptt.testrail --- [INFO] The project's OSGi version is 2.5.5.M3 [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/release/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/release/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/release/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/release/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/release/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5.M3.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/release/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail/target/org.eclipse.rcptt.testrail-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.ui/target/org.eclipse.rcptt.ui-2.5.5.M3.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.M3 [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.2 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 4.9 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.5 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 314 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 27 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.M3 [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/release/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/release/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/release/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/release/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/release/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5.M3.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/release/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/zephyr/plugins/org.eclipse.rcptt.zephyr/target/org.eclipse.rcptt.zephyr-2.5.5.M3.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.M3 [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.M3 [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 250 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 101 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 292 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 74 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 69 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 40 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 56 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 56 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 43 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 153 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 62 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 29 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 28 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 6.1 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 119 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 61 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 92 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 45 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 63 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 37 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 94 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 929 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 260 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 30 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 56 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 81 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 107 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 41 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/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 cbi: https://repo.eclipse.org/content/repositories/cbi/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/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 122 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 2.5 MB/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 3.7 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 690 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 834 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/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/release/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/release/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.platform/target/org.eclipse.rcptt.platform-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5.M3.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/release/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/org.eclipse.rcptt.reporting.html.tests-2.5.5.M3.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/release/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/release/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/release/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/data, -install, /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work, -configuration, /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.reporting.html.tests/target/surefire.properties] Running org.eclipse.rcptt.reporting.html.tests.ReportEntryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.451 s - in org.eclipse.rcptt.reporting.html.tests.ReportEntryTest test(org.eclipse.rcptt.reporting.html.tests.ReportEntryTest) Time elapsed: 1.425 s Running org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.322 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0 s testStyle(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0 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.004 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.001 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.001 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.002 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) 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.075 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 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.068 s testEmptyLogsAreNotShown(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0 s failedChildShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0 s passedChildOfFailedNodeShouldBeBlack(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.001 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.M3 [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.M3 [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/release/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/release/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/release/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/release/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5.M3.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/release/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.ext/target/org.eclipse.rcptt.launching.ext-2.5.5.M3.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.M3 [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.M3 [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/release/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/target/org.eclipse.rcptt.module.testrail.runtime-2.5.5.M3.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/release/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/target/org.eclipse.rcptt.module.testrail.runtime-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/testrail/features/org.eclipse.rcptt.module.testrail.runtime/target/org.eclipse.rcptt.module.testrail.runtime-2.5.5.M3.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.M3 [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.M3 [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/release/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/target/org.eclipse.rcptt.module.nebula.runtime-2.5.5.M3.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/release/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/target/org.eclipse.rcptt.module.nebula.runtime-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/nebula/features/org.eclipse.rcptt.module.nebula.runtime/target/org.eclipse.rcptt.module.nebula.runtime-2.5.5.M3.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.M3 [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 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar (56 kB at 1.7 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.M3 [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/release/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/release/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/release/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/release/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/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5.M3.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/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.testrail.ui/target/org.eclipse.rcptt.testrail.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.dev.ui/target/org.eclipse.rcptt.dev.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5.M3.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/release/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.capability.ui/target/org.eclipse.rcptt.ctx.capability.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5.M3.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/release/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.debug.ui/target/org.eclipse.rcptt.ctx.debug.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5.M3.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/release/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.filesystem.ui/target/org.eclipse.rcptt.ctx.filesystem.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5.M3.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/release/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.group.ui/target/org.eclipse.rcptt.ctx.group.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5.M3.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/release/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.parameters.ui/target/org.eclipse.rcptt.ctx.parameters.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5.M3.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/release/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.preferences.ui/target/org.eclipse.rcptt.ctx.preferences.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.resources.ui/target/org.eclipse.rcptt.resources.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5.M3.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/release/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.script.ui/target/org.eclipse.rcptt.ctx.script.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5.M3.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/release/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.super.ui/target/org.eclipse.rcptt.ctx.super.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5.M3.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/release/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.multiaut.ui/target/org.eclipse.rcptt.launching.multiaut.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.search/target/org.eclipse.rcptt.search-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.ui.report/target/org.eclipse.rcptt.ui.report-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5.M3.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/release/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/verifications/org.eclipse.rcptt.verifications.time.ui/target/org.eclipse.rcptt.verifications.time.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5.M3.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/release/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/verifications/org.eclipse.rcptt.verifications.text.ui/target/org.eclipse.rcptt.verifications.text.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5.M3.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/release/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/verifications/org.eclipse.rcptt.verifications.tree.ui/target/org.eclipse.rcptt.verifications.tree.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5.M3.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/release/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/verifications/org.eclipse.rcptt.verifications.log.ui/target/org.eclipse.rcptt.verifications.log.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5.M3.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/release/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/zephyr/plugins/org.eclipse.rcptt.zephyr.ui/target/org.eclipse.rcptt.zephyr.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5.M3.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/release/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching.remote/target/org.eclipse.rcptt.launching.remote-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5.M3.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/release/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/org.eclipse.rcptt.launching.ext.tests-2.5.5.M3.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/release/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/release/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/release/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/data, -install, /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work, -configuration, /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/release/launching/tests/org.eclipse.rcptt.launching.ext.tests/target/surefire.properties] Running org.eclipse.rcptt.launching.ext.tests.BundleStartTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.rcptt.launching.ext.tests.BundleStartTest testPositive(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0.002 s testQS2313(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.launching.ext.tests.ExecutableTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.587 s - in org.eclipse.rcptt.launching.ext.tests.ExecutableTest testPrepareExecution(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.435 s testTime(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.002 s testFailOnNpe(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 0.001 s testGroupExecutable(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.102 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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.launching.configuration/target/org.eclipse.rcptt.launching.configuration-2.5.5.M3.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.M3 [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 82 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 31 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 86 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 55 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.3 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 509 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 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bndtools/org.bndtools.templating/7.0.0/org.bndtools.templating-7.0.0.pom (4.7 kB at 107 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 28 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 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar (66 kB at 1.1 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/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar (1.1 MB at 18 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.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 503 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar [INFO] 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 7.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar (23 kB at 242 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar (130 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar (30 kB at 179 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 15 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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.launching.ext.ui/target/org.eclipse.rcptt.launching.ext.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5.M3.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/release/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/testing/org.eclipse.rcptt.testing.ecl/target/org.eclipse.rcptt.testing.ecl-2.5.5.M3.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.M3 [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.M3 [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/release/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-runtime9790952964857912705.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.testrail-runtime-site, -artifactRepository, file:/home/jenkins/agent/workspace/release/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/release/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.M3 [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.M3 [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/release/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-runtime3214531999355197409.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.nebula-runtime-site, -artifactRepository, file:/home/jenkins/agent/workspace/release/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/release/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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5.M3.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/release/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.resources.ui/target/org.eclipse.rcptt.ctx.resources.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5.M3.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/release/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/verifications/org.eclipse.rcptt.verifications.resources.ui/target/org.eclipse.rcptt.verifications.resources.ui-2.5.5.M3.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.M3 [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.M3 [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/release/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/target/org.eclipse.rcptt.module.zephyr-2.5.5.M3.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/release/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/target/org.eclipse.rcptt.module.zephyr-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/zephyr/features/org.eclipse.rcptt.module.zephyr/target/org.eclipse.rcptt.module.zephyr-2.5.5.M3.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.M3 [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] The project's OSGi version is 2.5.5.M3 [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/release/launching/org.eclipse.rcptt.launching-feature/target/org.eclipse.rcptt.launching-2.5.5.M3.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/release/launching/org.eclipse.rcptt.launching-feature/target/org.eclipse.rcptt.launching-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/launching/org.eclipse.rcptt.launching-feature/target/org.eclipse.rcptt.launching-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.launching.remote.ui/target/org.eclipse.rcptt.launching.remote.ui-2.5.5.M3.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.M3 [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.M3 [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/release/testing/org.eclipse.rcptt.testing-feature/target/org.eclipse.rcptt.testing-2.5.5.M3.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/release/testing/org.eclipse.rcptt.testing-feature/target/org.eclipse.rcptt.testing-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/testing/org.eclipse.rcptt.testing-feature/target/org.eclipse.rcptt.testing-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5.M3.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/release/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/testrail/plugins/org.eclipse.rcptt.module.testrail.updates/target/org.eclipse.rcptt.module.testrail.updates-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5.M3.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/release/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/nebula/plugins/org.eclipse.rcptt.module.nebula.updates/target/org.eclipse.rcptt.module.nebula.updates-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5.M3.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/release/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/contexts/org.eclipse.rcptt.ctx.workbench.ui/target/org.eclipse.rcptt.ctx.workbench.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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-runtime3454770980624614479.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/release/modules/zephyr/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/release/modules/zephyr/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.zephyr-site, -artifactRepository, file:/home/jenkins/agent/workspace/release/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/release/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.M3 [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.M3 [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/release/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/release/testing/org.eclipse.rcptt.testing-updatesite/target/org.eclipse.rcptt.testing.repository-2.5.5.M3.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.M3 [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.M3 [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/release/modules/testrail/features/org.eclipse.rcptt.module.testrail/target/org.eclipse.rcptt.module.testrail-2.5.5.M3.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/release/modules/testrail/features/org.eclipse.rcptt.module.testrail/target/org.eclipse.rcptt.module.testrail-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/testrail/features/org.eclipse.rcptt.module.testrail/target/org.eclipse.rcptt.module.testrail-2.5.5.M3.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.M3 [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.M3 [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/release/modules/nebula/features/org.eclipse.rcptt.module.nebula/target/org.eclipse.rcptt.module.nebula-2.5.5.M3.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/release/modules/nebula/features/org.eclipse.rcptt.module.nebula/target/org.eclipse.rcptt.module.nebula-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/nebula/features/org.eclipse.rcptt.module.nebula/target/org.eclipse.rcptt.module.nebula-2.5.5.M3.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.M3 [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.M3 [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/release/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-runtime18244153452415242216.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/release/modules/testrail/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/release/modules/testrail/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.testrail-site, -artifactRepository, file:/home/jenkins/agent/workspace/release/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/release/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.M3 [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.M3 [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/release/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-runtime16112318070794558609.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/release/modules/nebula/site/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/release/modules/nebula/site/target/site/, -metadataRepositoryName, org.eclipse.rcptt.module.nebula-site, -artifactRepository, file:/home/jenkins/agent/workspace/release/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/release/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.M3 [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] The project's OSGi version is 2.5.5.M3 [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/release/rcp/org.eclipse.rcptt.platform-feature/target/org.eclipse.rcptt.platform-2.5.5.M3.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/release/rcp/org.eclipse.rcptt.platform-feature/target/org.eclipse.rcptt.platform-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/rcp/org.eclipse.rcptt.platform-feature/target/org.eclipse.rcptt.platform-2.5.5.M3.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.M3 [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] The project's OSGi version is 2.5.5.M3 [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] 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] [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] Fetching bcpkix_1.77.0.jar from http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (1.06MB) [INFO] Fetching bcutil_1.77.0.jar from http://download.eclipse.org/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 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.eclipse.jgit.ssh.apache_6.9.0.202403050737-r.jar from http://download.eclipse.org/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_9.6.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (120.7kB) [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.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.compare.win32_1.3.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (46.36kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.10.200.v20231214-1513.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (83.49kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.1.400.v20240110-1213.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (89.11kB) [INFO] Fetching org.eclipse.osgi.util_3.7.300.v20231104-1118.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (14.42kB) [INFO] Fetching org.eclipse.equinox.console_1.4.700.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (136.83kB) [INFO] Fetching org.eclipse.jface.notifications_0.7.100.v20231214-2114.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (33.05kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (18.3kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (42.85kB) [INFO] Fetching org.eclipse.e4.rcp_4.31.0.v20240227-1638.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (21.97kB) [INFO] Fetching org.eclipse.ecf_3.11.0.v20230507-1923.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (133.18kB) [INFO] Fetching org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (67.72kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.3.0.v20240213-1244.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (28.35kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.6.2.v20231021-2127.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (21.57kB) [INFO] Fetching org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (19.13kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20230507-1921.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (21.52kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (55.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (134.87kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1900.v20230715-1945.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (29.66kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (84.98kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (24.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.702.v20231114-1017.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (29.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (91.29kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (29.57kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (11.58kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (25.56kB) [INFO] Fetching org.eclipse.egit.core_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (636.64kB) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://mirrors.xmission.com/eclipse/releases/2024-03/202403131000/plugins/ (3.04MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.9.0.202403050737-r.jar from https://mirrors.xmission.com/eclipse/releases/2024-03/202403131000/plugins/ (66.46kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (27.54kB) [INFO] Fetching org.eclipse.egit.ui_6.9.0.202403050737-r.jar from http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (3.91MB) [INFO] Fetching org.eclipse.egit_6.9.0.202403050737-r.jar from http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.egit.doc_6.9.0.202403050737-r.jar from http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (5.09MB) [INFO] Fetching org.eclipse.egit_6.9.0.202403050737-r.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/features/ (20.92kB) [INFO] Fetching org.eclipse.emf.common_2.31.0.v20231210-0956.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20231002-1020.jar from http://download.eclipse.org/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.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.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://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://mirrors.xmission.com/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://eclipse.mirror.rafal.ca/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://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (25.93kB) [INFO] Fetching org.eclipse.emf.validation_1.13.3.202305230712.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/features/ (23.94kB) [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.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.jetty.ee8.security_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (74.33kB) [INFO] Fetching org.eclipse.jetty.security_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (141.77kB) [INFO] Fetching org.eclipse.jetty.io_12.0.6.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (274.25kB) [INFO] Fetching org.eclipse.jgit.archive_6.9.0.202403050737-r.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (28.5kB) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://mirrors.xmission.com/eclipse/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://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/features/ (16.21kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.9.0.202403050737-r.jar from https://mirrors.xmission.com/eclipse/releases/2024-03/202403131000/plugins/ (40.12kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_6.9.0.202403050737-r.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/features/ (16.22kB) [INFO] Fetching org.eclipse.jsch.core_1.5.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (43.53kB) [INFO] Fetching org.eclipse.jsch.ui_1.5.300.v20231214-1526.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (96.23kB) [INFO] Fetching org.eclipse.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.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.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (208.04kB) [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.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] 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] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ full --- [INFO] Building zip: /home/jenkins/agent/workspace/release/repository/full/target/full-2.5.5.M3.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/release/repository/full/target/products/org.eclipse.rcptt.platform.product/win32/win32/x86_64/rcptt Installing org.eclipse.rcptt.platform.product 2.5.5.M3. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 16167 ms. [INFO] Installing product org.eclipse.rcptt.platform.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/release/repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt Installing org.eclipse.rcptt.platform.product 2.5.5.M3. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 13996 ms. [INFO] Installing product org.eclipse.rcptt.platform.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/release/repository/full/target/products/org.eclipse.rcptt.platform.product/macosx/cocoa/x86_64/rcptt.app Installing org.eclipse.rcptt.platform.product 2.5.5.M3. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 12278 ms. [INFO] Installing product org.eclipse.rcptt.platform.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/release/repository/full/target/products/org.eclipse.rcptt.platform.product/macosx/cocoa/aarch64/rcptt.app Installing org.eclipse.rcptt.platform.product 2.5.5.M3. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 12192 ms. [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (default) @ full --- [INFO] [Wed Apr 24 10:24:26 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/release/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] [Wed Apr 24 10:24:36 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/release/repository/full/target/products/org.eclipse.rcptt.platform.product/macosx/cocoa/x86_64/rcptt.app'... [INFO] [Wed Apr 24 10:25:06 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/release/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/release/repository/full/target/products/org.eclipse.rcptt.platform.product-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/release/repository/full/target/products/org.eclipse.rcptt.platform.product-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/release/repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/release/repository/full/target/products/org.eclipse.rcptt.platform.product-macosx.cocoa.aarch64.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ide 2.5.5.M3 ....................................... SUCCESS [ 0.507 s] [INFO] org.eclipse.rcptt.updates .......................... SUCCESS [ 3.526 s] [INFO] rcptt-module-nebula ................................ SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.tesla.nebula ..................... SUCCESS [ 5.007 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl ................. SUCCESS [ 2.688 s] [INFO] org.eclipse.rcptt.tesla.nebula.impl ................ SUCCESS [ 2.781 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl.impl ............ SUCCESS [ 1.636 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula ........... SUCCESS [ 1.552 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula.ecl ....... SUCCESS [ 1.276 s] [INFO] org.eclipse.rcptt.module.nebula.runtime ............ SUCCESS [ 0.843 s] [INFO] org.eclipse.rcptt.module.nebula-runtime-site ....... SUCCESS [ 3.383 s] [INFO] org.eclipse.rcptt.module.nebula.updates ............ SUCCESS [ 1.491 s] [INFO] org.eclipse.rcptt.module.nebula .................... SUCCESS [ 0.792 s] [INFO] org.eclipse.rcptt.module.nebula-site ............... SUCCESS [ 3.267 s] [INFO] rcptt.launching .................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.reporting.util ................... SUCCESS [ 3.209 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 4.059 s] [INFO] org.eclipse.rcptt.launching.common ................. SUCCESS [ 1.078 s] [INFO] org.eclipse.rcptt.launching.injection .............. SUCCESS [ 1.214 s] [INFO] org.eclipse.rcptt.launching.p2utils ................ SUCCESS [ 1.590 s] [INFO] org.eclipse.rcptt.launching.ext .................... SUCCESS [ 2.487 s] [INFO] org.eclipse.rcptt.launching.remote ................. SUCCESS [ 1.268 s] [INFO] org.eclipse.rcptt.launching.multiaut ............... SUCCESS [ 1.599 s] [INFO] org.eclipse.rcptt.reporting.html ................... SUCCESS [ 1.534 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 1.011 s] [INFO] launching.tests .................................... SUCCESS [ 2.417 s] [INFO] org.eclipse.rcptt.launching.ext.tests .............. SUCCESS [ 11.630 s] [INFO] org.eclipse.rcptt.launching.tests .................. SUCCESS [ 16.528 s] [INFO] org.eclipse.rcptt.reporting.html.tests ............. SUCCESS [ 7.302 s] [INFO] rcptt-module-testrail .............................. SUCCESS [ 0.036 s] [INFO] org.eclipse.rcptt.testrail.ecl ..................... SUCCESS [ 1.283 s] [INFO] org.eclipse.rcptt.testrail ......................... SUCCESS [ 2.837 s] [INFO] rcptt.rcp .......................................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.ui ............................... SUCCESS [ 11.134 s] [INFO] org.eclipse.rcptt.testrail.ui ...................... SUCCESS [ 2.540 s] [INFO] org.eclipse.rcptt.testrail.ecl.impl ................ SUCCESS [ 1.192 s] [INFO] org.eclipse.rcptt.module.testrail.runtime .......... SUCCESS [ 0.704 s] [INFO] org.eclipse.rcptt.module.testrail-runtime-site ..... SUCCESS [ 3.709 s] [INFO] org.eclipse.rcptt.module.testrail.updates .......... SUCCESS [ 1.467 s] [INFO] org.eclipse.rcptt.module.testrail .................. SUCCESS [ 0.752 s] [INFO] org.eclipse.rcptt.module.testrail-site ............. SUCCESS [ 3.168 s] [INFO] rcptt-module-zephyr ................................ SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.zephyr ........................... SUCCESS [ 1.727 s] [INFO] org.eclipse.rcptt.zephyr.ui ........................ SUCCESS [ 1.860 s] [INFO] org.eclipse.rcptt.module.zephyr .................... SUCCESS [ 1.044 s] [INFO] org.eclipse.rcptt.module.zephyr-site ............... SUCCESS [ 3.152 s] [INFO] org.eclipse.rcptt .................................. SUCCESS [ 0.689 s] [INFO] org.eclipse.rcptt.dev.ui ........................... SUCCESS [ 2.181 s] [INFO] q7.rcp.contexts .................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.ctx.capability.ui ................ SUCCESS [ 1.600 s] [INFO] org.eclipse.rcptt.ctx.debug.ui ..................... SUCCESS [ 2.036 s] [INFO] org.eclipse.rcptt.ctx.filesystem.ui ................ SUCCESS [ 1.963 s] [INFO] org.eclipse.rcptt.ctx.group.ui ..................... SUCCESS [ 1.690 s] [INFO] org.eclipse.rcptt.ctx.parameters.ui ................ SUCCESS [ 2.477 s] [INFO] org.eclipse.rcptt.ctx.preferences.ui ............... SUCCESS [ 1.949 s] [INFO] org.eclipse.rcptt.resources.ui ..................... SUCCESS [ 2.423 s] [INFO] org.eclipse.rcptt.ctx.resources.ui ................. SUCCESS [ 1.870 s] [INFO] org.eclipse.rcptt.ctx.script.ui .................... SUCCESS [ 1.675 s] [INFO] org.eclipse.rcptt.ctx.super.ui ..................... SUCCESS [ 2.352 s] [INFO] org.eclipse.rcptt.ctx.workbench.ui ................. SUCCESS [ 2.184 s] [INFO] org.eclipse.rcptt.expandbar.ide .................... SUCCESS [ 1.078 s] [INFO] org.eclipse.rcptt.launching.configuration .......... SUCCESS [ 2.156 s] [INFO] org.eclipse.rcptt.launching.ext.ui ................. SUCCESS [ 3.303 s] [INFO] org.eclipse.rcptt.launching.multiaut.ui ............ SUCCESS [ 2.323 s] [INFO] org.eclipse.rcptt.launching.remote.ui .............. SUCCESS [ 1.402 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 4.226 s] [INFO] org.eclipse.rcptt.search ........................... SUCCESS [ 2.025 s] [INFO] org.eclipse.rcptt.ui.activities .................... SUCCESS [ 3.441 s] [INFO] org.eclipse.rcptt.ui.report ........................ SUCCESS [ 2.230 s] [INFO] rcptt.testing ...................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.testing.ecl ...................... SUCCESS [ 2.064 s] [INFO] q7.rcp.verifications ............................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.verifications.time.ui ............ SUCCESS [ 1.704 s] [INFO] org.eclipse.rcptt.verifications.text.ui ............ SUCCESS [ 2.061 s] [INFO] org.eclipse.rcptt.verifications.tree.ui ............ SUCCESS [ 1.952 s] [INFO] org.eclipse.rcptt.verifications.log.ui ............. SUCCESS [ 1.735 s] [INFO] org.eclipse.rcptt.verifications.resources.ui ....... SUCCESS [ 1.833 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 1.506 s] [INFO] org.eclipse.rcptt.help ............................. SUCCESS [ 1.027 s] [INFO] org.eclipse.rcptt.testing .......................... SUCCESS [ 0.790 s] [INFO] org.eclipse.rcptt.testing.repository ............... SUCCESS [ 3.534 s] [INFO] full 2.5.5.M3 ...................................... SUCCESS [03:30 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:45 min [INFO] Finished at: 2024-04-24T10:26:05Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/release/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/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5.M3.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/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5.M3.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.M3 [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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/org.eclipse.rcptt.util.swt.rap/target/org.eclipse.rcptt.util.swt.rap-2.5.5.M3.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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5.M3.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/release/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5.M3.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/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.aspects.rap/target/org.eclipse.rcptt.ctx.preferences.aspects.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.aspect.rap/target/org.eclipse.rcptt.ctx.workbench.aspect.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.parameters.impl.rap/target/org.eclipse.rcptt.ctx.parameters.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.filesystem.impl.rap/target/org.eclipse.rcptt.ctx.filesystem.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.fragment.rap/target/org.eclipse.rcptt.tesla.swt.fragment.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.core.am.rap/target/org.eclipse.rcptt.tesla.core.am.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.fragment.rap/target/org.eclipse.rcptt.tesla.jface.fragment.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.variables.rap/target/org.eclipse.rcptt.tesla.variables.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.jobs.rap/target/org.eclipse.rcptt.watson.aspects.jobs.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/watson/org.eclipse.rcptt.watson.aspects.swt.rap/target/org.eclipse.rcptt.watson.aspects.swt.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.time.impl.rap/target/org.eclipse.rcptt.verifications.time.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/classes [WARNING] /home/jenkins/agent/workspace/release/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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.aspects.rap/target/org.eclipse.rcptt.tesla.swt.aspects.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jobs.aspects.rap/target/org.eclipse.rcptt.tesla.jobs.aspects.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/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.M3.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/release/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.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/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.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/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.M3.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/release/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.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/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.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/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.M3.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/release/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.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/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.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/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.M3.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/release/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.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/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.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/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.M3.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/release/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.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/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.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.aspects.rap/target/org.eclipse.rcptt.tesla.jface.aspects.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/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.M3.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/release/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.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/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.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.rap/target/org.eclipse.rcptt.tesla.swt.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/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.M3.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/release/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.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/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.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.canvas.rap/target/org.eclipse.rcptt.tesla.canvas.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.swt.e3x.rap/target/org.eclipse.rcptt.tesla.swt.e3x.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.ui.ide.rap/target/org.eclipse.rcptt.tesla.ui.ide.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.jface.databinding.rap/target/org.eclipse.rcptt.tesla.jface.databinding.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.swt.rap/target/org.eclipse.rcptt.tesla.recording.swt.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.workbench.aspects.rap/target/org.eclipse.rcptt.tesla.workbench.aspects.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/ecl/org.eclipse.rcptt.tesla.ecl.impl.rap/target/org.eclipse.rcptt.tesla.ecl.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/org.eclipse.rcptt.forms.impl.rap/target/org.eclipse.rcptt.forms.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/tesla/org.eclipse.rcptt.tesla.recording.canvas.rap/target/org.eclipse.rcptt.tesla.recording.canvas.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/org.eclipse.rcptt.runtime.ui.rap/target/org.eclipse.rcptt.runtime.ui.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/org.eclipse.rcptt.core.ecl.debug.rap/target/org.eclipse.rcptt.core.ecl.debug.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.tree.impl.rap/target/org.eclipse.rcptt.verifications.tree.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.log.impl.rap/target/org.eclipse.rcptt.verifications.log.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/verifications/org.eclipse.rcptt.verifications.text.impl.rap/target/org.eclipse.rcptt.verifications.text.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.preferences.impl.rap/target/org.eclipse.rcptt.ctx.preferences.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.resources.impl.rap/target/org.eclipse.rcptt.ctx.resources.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.script.impl.rap/target/org.eclipse.rcptt.ctx.script.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.workbench.impl.rap/target/org.eclipse.rcptt.ctx.workbench.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/contexts/org.eclipse.rcptt.ctx.debug.impl.rap/target/org.eclipse.rcptt.ctx.debug.impl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5.M3.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/release/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/org.eclipse.rcptt.rap.aspects/target/org.eclipse.rcptt.rap.aspects-2.5.5.M3.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.M3 [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] The project's OSGi version is 2.5.5.M3 [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/release/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5.M3.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/release/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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 --- [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) [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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/release/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/org.eclipse.rcptt.runtime-updatesite.rap-2.5.5.M3.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.M3 ....................................... SUCCESS [ 0.562 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.004 s] [INFO] bundles ............................................ SUCCESS [ 0.003 s] [INFO] core ............................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 5.502 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 1.039 s] [INFO] runtime ............................................ SUCCESS [ 0.004 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects.rap ...... SUCCESS [ 4.291 s] [INFO] tesla .............................................. SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap ........... SUCCESS [ 1.051 s] [INFO] org.eclipse.rcptt.tesla.core.am.rap ................ SUCCESS [ 1.058 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.rap ............ SUCCESS [ 4.370 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap .......... SUCCESS [ 1.766 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects.rap ........... SUCCESS [ 1.362 s] [INFO] org.eclipse.rcptt.util.swt.rap ..................... SUCCESS [ 1.655 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.016 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs.rap .......... SUCCESS [ 1.208 s] [INFO] org.eclipse.rcptt.watson.aspects.swt.rap ........... SUCCESS [ 1.527 s] [INFO] org.eclipse.rcptt.tesla.swt.rap .................... SUCCESS [ 6.892 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms.rap SUCCESS [ 1.428 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.rap SUCCESS [ 1.322 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt.rap .. SUCCESS [ 2.392 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.rap SUCCESS [ 1.466 s] [INFO] org.eclipse.rcptt.tesla.recording.swt.rap .......... SUCCESS [ 2.682 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl.rap ............... SUCCESS [ 2.650 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects.rap ......... SUCCESS [ 1.172 s] [INFO] org.eclipse.rcptt.runtime.ui.rap ................... SUCCESS [ 1.143 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl.rap ......... SUCCESS [ 1.081 s] [INFO] org.eclipse.rcptt.ctx.resources.impl.rap ........... SUCCESS [ 1.791 s] [INFO] org.eclipse.rcptt.ctx.script.impl.rap .............. SUCCESS [ 1.258 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl.rap ........... SUCCESS [ 1.738 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect.rap ......... SUCCESS [ 1.894 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl.rap .......... SUCCESS [ 1.377 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl.rap .......... SUCCESS [ 1.158 s] [INFO] org.eclipse.rcptt.ctx.debug.impl.rap ............... SUCCESS [ 1.180 s] [INFO] org.eclipse.rcptt.core.ecl.debug.rap ............... SUCCESS [ 1.023 s] [INFO] org.eclipse.rcptt.forms.impl.rap ................... SUCCESS [ 1.701 s] [INFO] org.eclipse.rcptt.rap.aspects ...................... SUCCESS [ 1.714 s] [INFO] org.eclipse.rcptt.tesla.canvas.rap ................. SUCCESS [ 1.294 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects.rap SUCCESS [ 2.264 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment.rap ......... SUCCESS [ 1.214 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas.rap ....... SUCCESS [ 1.793 s] [INFO] org.eclipse.rcptt.tesla.swt.e3x.rap ................ SUCCESS [ 1.313 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.rap ................. SUCCESS [ 1.135 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap ...... SUCCESS [ 1.510 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap SUCCESS [ 1.903 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap ...... SUCCESS [ 1.182 s] [INFO] org.eclipse.rcptt.tesla.variables.rap .............. SUCCESS [ 1.161 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.verifications.tree.impl.rap ...... SUCCESS [ 1.189 s] [INFO] org.eclipse.rcptt.verifications.time.impl.rap ...... SUCCESS [ 1.248 s] [INFO] org.eclipse.rcptt.verifications.log.impl.rap ....... SUCCESS [ 1.170 s] [INFO] org.eclipse.rcptt.verifications.text.impl.rap ...... SUCCESS [ 1.748 s] [INFO] ecl ................................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 1.658 s] [INFO] features ........................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 2.042 s] [INFO] repositories ....................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap 2.5.5.M3 .. SUCCESS [ 9.424 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:15 min [INFO] Finished at: 2024-04-24T10:28:45Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/release/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/release/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/release/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/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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/ (11.19MB of 11.27MB at 11.17MB/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.repositiry:rap:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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.M3 [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/release/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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5.M3.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/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.ecl.rap/target/org.eclipse.rcptt.tesla.ecl.rap-2.5.5.M3.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.M3 [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/release/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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5.M3.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/release/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/ecl/org.eclipse.rcptt.ecl.platform.ui.rap/target/org.eclipse.rcptt.ecl.platform.ui.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5.M3.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/release/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap/target/org.eclipse.rcptt.launching.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5.M3.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/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/core/org.eclipse.rcptt.tesla.recording.core.ecl.rap/target/org.eclipse.rcptt.tesla.recording.core.ecl.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/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/release/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/release/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5.M3.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/release/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/launching/org.eclipse.rcptt.launching.rap.ui/target/org.eclipse.rcptt.launching.rap.ui-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/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/release/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5.M3.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/release/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/bundles/runtime/updates/org.eclipse.rcptt.updates.runtime.rap/target/org.eclipse.rcptt.updates.runtime.rap-2.5.5.M3.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.M3 [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/release/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.M3 [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/release/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5.M3.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/release/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/features/org.eclipse.rcptt.runtime-feature.rap/target/org.eclipse.rcptt.runtime.rap-2.5.5.M3.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.M3 [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.M3 [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/release/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/target/org.eclipse.rcptt.launching.rap.feature-2.5.5.M3.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/release/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/target/org.eclipse.rcptt.launching.rap.feature-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/features/org.eclipse.rcptt.launching.rap-feature/target/org.eclipse.rcptt.launching.rap.feature-2.5.5.M3.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.M3 [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.M3 [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/release/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/target/org.eclipse.rcptt.rap.ui.feature-2.5.5.M3.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/release/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/target/org.eclipse.rcptt.rap.ui.feature-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/modules/rap/features/org.eclipse.rcptt.rap.ui-feature/target/org.eclipse.rcptt.rap.ui.feature-2.5.5.M3.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.M3 [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/release/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.M3 [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/release/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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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 M3.Default 1.0.0.7p8e85cLWdnhCDRZjP4f4RJsw 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/release/modules/rap/repositories/org.eclipse.rcptt.runtime-updatesite.rap/target/org.eclipse.rcptt.runtime-updatesite.rap-2.5.5.M3.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.M3 [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.M3 [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/release/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/release/repository/rap/target/rap-2.5.5.M3.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.M3 ....................................... SUCCESS [ 0.490 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.004 s] [INFO] bundles ............................................ SUCCESS [ 0.004 s] [INFO] core ............................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 5.868 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 1.936 s] [INFO] ecl ................................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 1.962 s] [INFO] launching .......................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.launching.rap .................... SUCCESS [ 2.475 s] [INFO] org.eclipse.rcptt.launching.rap.ui ................. SUCCESS [ 2.660 s] [INFO] runtime ............................................ SUCCESS [ 0.004 s] [INFO] updates ............................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.updates.runtime.rap .............. SUCCESS [ 2.866 s] [INFO] features ........................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 3.158 s] [INFO] org.eclipse.rcptt.launching.rap.feature ............ SUCCESS [ 2.825 s] [INFO] org.eclipse.rcptt.rap.ui.feature ................... SUCCESS [ 1.053 s] [INFO] repositories ....................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap ........... SUCCESS [ 6.187 s] [INFO] rap 2.5.5.M3 ....................................... SUCCESS [ 8.029 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:14 min [INFO] Finished at: 2024-04-24T10:30:04Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/release/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/release/repository/dependencies/target/repository is associated with multiple IDs; was 'dependencies', now is 'rcptt-external-dependencies' [INFO] Adding repository file://home/jenkins/agent/workspace/release/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/release/repository/rap/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/release/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/release/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/release/repository/e4x/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt:rcptt.repository:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 [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.M3 [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] The project's OSGi version is 2.5.5.M3 [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/release/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] 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] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ rcptt.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/release/repository/rcptt/target/rcptt.repository-2.5.5.M3.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.M3 ................... SUCCESS [ 0.583 s] [INFO] rcptt.repository 2.5.5.M3 .......................... SUCCESS [ 24.403 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 46.804 s [INFO] Finished at: 2024-04-24T10:30:54Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/release/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 49 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 369 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 580 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/release/repository/full/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/release/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/release/repository/core/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/release/repository/e4x/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/release/repository/dependencies/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:org.eclipse.rcptt.runner:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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 http://download.eclipse.org/releases/2024-03/202403131000/plugins/ (28.62kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner.features:org.eclipse.rcptt.runner.headless:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 @ /home/jenkins/agent/workspace/release/runner/features/org.eclipse.rcptt.runner.integration-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcptt.runner:rcptt.runner:2.5.5.M3 @ /home/jenkins/agent/workspace/release/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.M3 [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.M3 [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.2 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.5 MB/s) [INFO] /home/jenkins/agent/workspace/release/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.M3 [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 353 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 557 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 733 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 114 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 215 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 434 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 929 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 288 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 979 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 262 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 462 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 112 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 228 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 1.6 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 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 544 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom (18 kB at 706 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom (16 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 3.3 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 124 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 173 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 134 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 535 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 91 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/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/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] 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 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 8.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/12.0.6/jetty-slf4j-impl-12.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 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/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-tree/9.6/asm-tree-9.6.jar (52 kB at 590 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 370 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/12.0.6/jetty-slf4j-impl-12.0.6.jar (29 kB at 156 kB/s) [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 382 kB/s) [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 716 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 1.3 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.M3 [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/release/runner/org.eclipse.rcptt.runner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.rcptt.runner --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/release/runner/org.eclipse.rcptt.runner/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/release/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/release/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/release/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5.M3.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/release/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runner/org.eclipse.rcptt.runner/target/org.eclipse.rcptt.runner-2.5.5.M3.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/release/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.M3 [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/release/m2/org/eclipse/rcptt/runner/features/runner.features removed. [INFO] [INFO] ---------------< org.eclipse.rcptt.runner:rcptt.runner >---------------- [INFO] Building rcptt.runner 2.5.5.M3 [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.M3 [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.kakao.com/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 https://ftp.jaist.ac.jp/pub/eclipse/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/release/runner/product/target/rcptt.runner-2.5.5.M3.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/release/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.M3 [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] The project's OSGi version is 2.5.5.M3 [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] 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] Building jar: /home/jenkins/agent/workspace/release/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5.M3.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/release/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runner/features/org.eclipse.rcptt.runner.integration-feature/target/org.eclipse.rcptt.runner.integration-2.5.5.M3.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/release/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.M3 [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] The project's OSGi version is 2.5.5.M3 [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/release/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5.M3.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/release/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5.M3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/release/runner/features/org.eclipse.rcptt.runner.runner-feature/target/org.eclipse.rcptt.runner.headless-2.5.5.M3.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/release/m2/org/eclipse/rcptt/runner/features/org.eclipse.rcptt.runner.headless removed. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runner 2.5.5.M3 .................................... SUCCESS [ 0.480 s] [INFO] runner ............................................. SUCCESS [ 0.412 s] [INFO] org.eclipse.rcptt.runner ........................... SUCCESS [ 9.428 s] [INFO] runner.features .................................... SUCCESS [ 0.005 s] [INFO] org.eclipse.rcptt.runner.integration ............... SUCCESS [ 1.864 s] [INFO] org.eclipse.rcptt.runner.headless .................. SUCCESS [ 2.167 s] [INFO] rcptt.runner 2.5.5.M3 .............................. SUCCESS [ 12.471 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 50.212 s [INFO] Finished at: 2024-04-24T10:31:48Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn clean verify --threads=1.0C -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/release/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.M3 [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 9.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 159 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 337 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 375 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 418 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 929 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 254 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 464 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 198 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 2.1 MB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-modules --- [INFO] /home/jenkins/agent/workspace/release/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/release/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 36 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 38 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 226 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-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] 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] 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 3.3 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-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 818 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.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 567 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 184 kB/s) [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 547 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 52 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 925 kB/s) [INFO] Installing /home/jenkins/agent/workspace/release/maven-plugin/pom.xml to /home/jenkins/agent/workspace/release/m2/org/eclipse/rcptt/rcptt-maven-modules/2.5.5.M3/rcptt-maven-modules-2.5.5.M3.pom [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt-maven-util >----------------- [INFO] Building Utilities for RCPTT-related maven plugins 2.5.5.M3 [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 203 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.1 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 315 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 763 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 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 133 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 181 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 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 114 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 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 91 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 651 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 2.4 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 316 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 532 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 192 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 687 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 3.2 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 40 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 164 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 20 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 47 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 52 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 56 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 208 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 597 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 55 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 600 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 380 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 300 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 65 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 51 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 821 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 54 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 54 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 133 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 577 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 304 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 124 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 183 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 64 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/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] 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] 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 3.9 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/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 11 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-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 686 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 214 kB/s) [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 398 kB/s) [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 625 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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 500 kB/s) [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 353 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar (55 kB at 410 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-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-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/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/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 225 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/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 865 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.9 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 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 1.5 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 6.5 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 193 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 92 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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 1.2 MB/s) [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 8.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 330 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 332 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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 166 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-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 550 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 590 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 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 745 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 301 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/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 474 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 262 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 165 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 485 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 27 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 35 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/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 796 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 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 653 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/release/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/release/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 18 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 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 78 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 38 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 146 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 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/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 270 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 101 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 95 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 750 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 58 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 121 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 105 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 24 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 135 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 49 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 41 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 190 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 58 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 37 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 46 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 63 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 26 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 68 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 186 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 161 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 346 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 343 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.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/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 11 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/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 545 kB/s) [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 598 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 735 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 406 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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] 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 998 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.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 2.1 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-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 258 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] 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 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 539 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 48 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 129 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 44 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 145 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 53 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 139 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 175 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 117 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 44 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 27 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/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 3.1 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 727 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 4.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 3.5 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/release/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5.M3.jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-util --- [INFO] /home/jenkins/agent/workspace/release/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/release/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/release/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/release/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/release/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5.M3.jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-util --- [INFO] /home/jenkins/agent/workspace/release/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/release/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5.M3.jar to /home/jenkins/agent/workspace/release/m2/org/eclipse/rcptt/rcptt-maven-util/2.5.5.M3/rcptt-maven-util-2.5.5.M3.jar [INFO] Installing /home/jenkins/agent/workspace/release/maven-plugin/rcptt-maven-util/pom.xml to /home/jenkins/agent/workspace/release/m2/org/eclipse/rcptt/rcptt-maven-util/2.5.5.M3/rcptt-maven-util-2.5.5.M3.pom [INFO] [INFO] ----------------< org.eclipse.rcptt:rcptt-maven-plugin >---------------- [INFO] Building RCPTT runner maven plugin 2.5.5.M3 [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 496 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 136 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 2.5 MB/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 155 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 246 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 107 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 79 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 68 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 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 1.3 MB/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 46 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 410 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 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-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 32 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 89 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 271 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 66 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 57 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/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar (49 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-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 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 5.7 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/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 2.9 MB/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/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 560 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar (24 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 366 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 877 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar (18 kB at 183 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/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 627 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 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 42 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/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 408 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/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 849 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/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 69 kB/s) [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 2.7 MB/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 213 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 838 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 1.2 MB/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/release/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/release/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/release/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5.M3.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/release/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/release/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/release/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/release/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5.M3.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/release/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/release/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5.M3.jar to /home/jenkins/agent/workspace/release/m2/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5.M3/rcptt-maven-plugin-2.5.5.M3.jar [INFO] Installing /home/jenkins/agent/workspace/release/maven-plugin/rcptt-maven-plugin/pom.xml to /home/jenkins/agent/workspace/release/m2/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5.M3/rcptt-maven-plugin-2.5.5.M3.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.5.M3 ............... SUCCESS [ 2.664 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 7.811 s] [INFO] RCPTT runner maven plugin 2.5.5.M3 ................. SUCCESS [ 5.821 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16.621 s [INFO] Finished at: 2024-04-24T10:32:08Z [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/release/m2 -B -e SCRIPT_LOC = /home/jenkins/agent/workspace/release/releng/doc PWD = /home/jenkins/agent/workspace/release CLASSIFIER = linux/gtk/x86_64 ECLIPSE_LOC = /home/jenkins/agent/workspace/release/releng/doc/../../repository/full/target/products/org.eclipse.rcptt.platform.product/linux/gtk/x86_64/rcptt TARGET = /home/jenkins/agent/workspace/release/releng/doc/target LAUNCHER = /home/jenkins/agent/workspace/release/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/release/releng/doc/target/doc/ecl/index.html [Pipeline] } [Pipeline] // container [Pipeline] sh + . repository/full/target/publisher.properties ++ productVersion=2.5.5 ++ productQualifier=M3 + 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/release/runner/product/target/rcptt.runner-2.5.5.M3.zip + mvn clean verify -B -f rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/release/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner=/home/jenkins/agent/workspace/release/runner/product/target/rcptt.runner-2.5.5.M3.zip -DrcpttPath=/home/jenkins/agent/workspace/release/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] [INFO] -------------------< org.eclipse.rcptt.tests:tests >-------------------- [INFO] Building tests 2.5.5.M3 [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (781 B at 1.1 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 65 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 108 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 500 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/29/apache-29.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/29/apache-29.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 244 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 590 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (870 B at 8.6 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 109 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 653 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 279 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 2.1 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 86 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 298 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 10 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.5.M3:resources (default-resources) @ tests --- [INFO] Extracting AUT to /home/jenkins/agent/workspace/release/rcpttTests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/release/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 15 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 127 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 46 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 25 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 158 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 57 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 181 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 75 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 70 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 46 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 32 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 24 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 101 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 141 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 209 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 297 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 227 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 5.2 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 39 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 113 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 30 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 61 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 34 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 76 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 206 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 995 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 78 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 81 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 644 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 16 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 376 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 46 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 31 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 14 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 221 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 55 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 177 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 245 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 87 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 53 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 15 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 13 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 24 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 28 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 179 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 79 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 749 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 43 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 70 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 59 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 51 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 32 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 29 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 26 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 30 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 13 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 51 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 46 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 71 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 37 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 40 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 30 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 13 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 175 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 89 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/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-io/commons-io/1.4/commons-io-1.4.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/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.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 753 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/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-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-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 511 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.0/doxia-sink-api-1.0.jar (10 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 419 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-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 316 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 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-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/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 705 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] 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-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 111 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-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 125 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/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 215 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 215 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 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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-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-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 746 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 167 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 218 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 104 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 106 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 211 kB/s) [INFO] Copying byteman-4.0.4.jar to /home/jenkins/agent/workspace/release/rcpttTests/target/dependency/byteman.jar [INFO] [INFO] --- rcptt-maven-plugin:2.5.5.M3:execute (default-execute) @ tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/release/rcpttTests/target/runner/eclipse' && '/usr/lib/jvm/java-17-openjdk-amd64/bin/java' '-XX:+HeapDumpOnOutOfMemoryError' '-Xmx600M' '-jar' '/home/jenkins/agent/workspace/release/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/release/rcpttTests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/release/rcpttTests/target/aut/rcptt' '-autWsPrefix' '/home/jenkins/agent/workspace/release/rcpttTests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/release/rcpttTests/target/results/aut-console-' '-autVMArgs' '-XX:+HeapDumpOnOutOfMemoryError;-Xmx3G' '-autArgs' '-nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/release/rcpttTests/debug.options' '-q7report' '/home/jenkins/agent/workspace/release/rcpttTests/target/results/tests.report' '-htmlReport' '/home/jenkins/agent/workspace/release/rcpttTests/target/results/tests.html' '-junitReport' '/home/jenkins/agent/workspace/release/rcpttTests/target/surefire-reports/TEST-tests.xml' '-import' '/home/jenkins/agent/workspace/release/rcpttTests/target/projects/tests' '-testOptions' 'execTimeout=28800' '-timeout' '28800' '-shutdownListenerPort' '8979' '-skipTags' 'skipExecution;skipLinux' [INFO] The execution timeout is set to 28800 seconds [INFO] !SESSION 2024-04-24 10:38:32.955 ----------------------------------------------- [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/release/rcpttTests/target/aut/rcptt -autWsPrefix /home/jenkins/agent/workspace/release/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/release/rcpttTests/target/results/aut-console- -autVMArgs -XX:+HeapDumpOnOutOfMemoryError;-Xmx3G -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/release/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/release/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/release/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/release/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/release/rcpttTests/target/projects/tests -testOptions execTimeout=28800 -timeout 28800 -shutdownListenerPort 8979 -skipTags skipExecution;skipLinux [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/release/rcpttTests/target/runner-workspace -aut /home/jenkins/agent/workspace/release/rcpttTests/target/aut/rcptt -autWsPrefix /home/jenkins/agent/workspace/release/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/release/rcpttTests/target/results/aut-console- -autVMArgs -XX:+HeapDumpOnOutOfMemoryError;-Xmx3G -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/release/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/release/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/release/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/release/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/release/rcpttTests/target/projects/tests -testOptions execTimeout=28800 -timeout 28800 -shutdownListenerPort 8979 -skipTags skipExecution;skipLinux [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-04-24 10:38:36.262 [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 Wed Apr 24 10:38:36 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-04-24 10:38:44.860 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/release/rcpttTests/target/aut/rcptt Default Configuration [INFO] Directory /home/jenkins/agent/workspace/release/rcpttTests/target/aut/rcptt/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1713955117864.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 10:38:44.860 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/release/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar and file:/home/jenkins/agent/workspace/release/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-04-24 10:38:44.860 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/release/rcpttTests/target/aut/rcptt/plugins/org.eclipse.jdt.annotation_1.2.100.v20240212-1051.jar and file:/home/jenkins/agent/workspace/release/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-04-24 10:38:45.078 [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-04-24 10:38:45.140 [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-04-24 10:38:45.374 [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-04-24 10:38:45.439 [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-04-24 10:38:45.559 [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-04-24 10:38:45.560 [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-04-24 10:38:49.452 [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-04-24 10:38:49.459 [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-04-24 10:38:49.793 [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-04-24 10:38:49.861 [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-04-24 10:38:49.872 [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-04-24 10:38:49.938 [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-04-24 10:38:49.939 [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-04-24 10:38:49.939 [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-04-24 10:38:50.047 [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-04-24 10:38:50.055 [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-04-24 10:38:50.148 [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-04-24 10:38:50.149 [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-04-24 10:38:50.149 [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-04-24 10:38:50.157 [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-04-24 10:38:50.157 [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-04-24 10:38:50.246 [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-04-24 10:38:50.246 [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-04-24 10:38:50.254 [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-04-24 10:38:50.339 [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-04-24 10:38:50.341 [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-04-24 10:38:50.352 [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-04-24 10:38:50.356 [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-04-24 10:38:50.444 [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-04-24 10:38:50.447 [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-04-24 10:38:50.451 [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-04-24 10:38:50.541 [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-04-24 10:38:50.541 [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-04-24 10:38:50.555 [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-04-24 10:38:50.555 [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-04-24 10:38:50.556 [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-04-24 10:38:50.639 [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-04-24 10:38:50.645 [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-04-24 10:38:50.645 [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-04-24 10:38:50.648 [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-04-24 10:38:50.653 [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-04-24 10:38:50.656 [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-04-24 10:38:50.746 [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-04-24 10:38:50.749 [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-04-24 10:38:50.753 [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-04-24 10:38:50.839 [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-04-24 10:38:50.839 [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-04-24 10:38:50.844 [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-04-24 10:38:50.853 [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-04-24 10:38:50.853 [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-04-24 10:38:50.943 [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-04-24 10:38:50.948 [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-04-24 10:38:50.948 [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-04-24 10:38:50.950 [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-04-24 10:38:51.044 [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-04-24 10:38:51.044 [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-04-24 10:38:51.052 [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-04-24 10:38:51.052 [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-04-24 10:38:51.141 [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-04-24 10:38:51.142 [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-04-24 10:38:51.142 [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-04-24 10:38:51.401 [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-04-24 10:38:51.408 [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-04-24 10:38:51.539 [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-04-24 10:38:51.543 [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-04-24 10:38:51.557 [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-04-24 10:38:51.561 [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-04-24 10:38:51.565 [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-04-24 10:38:51.565 [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-04-24 10:38:51.565 [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-04-24 10:38:51.565 [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-04-24 10:38:51.747 [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-04-24 10:38:53.579 [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-04-24 10:38:53.580 [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-04-24 10:38:53.744 [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-04-24 10:38:53.748 [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-04-24 10:38:53.768 [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-04-24 10:38:53.772 [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-04-24 10:38:53.838 [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.verifications.tree [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.ctx.script [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.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [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.ecl.doc [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [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.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.expandbar [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.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.emf.importer.java [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.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [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.jar [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing M3.Default [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.emf.ecore.editor [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/release/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-04-24 10:39:01.675 [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/release/rcpttTests/target/aut-ws-0: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/release/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/release/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-04-24 10:39:03.848 [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-04-24 10:39:03.856 [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-04-24 10:39:03.856 [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-04-24 10:39:34.043 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Xms200m, -Xmx2G, --add-modules=ALL-SYSTEM, -XX:+HeapDumpOnOutOfMemoryError, -Xmx3G, -Dq7id=abd80cde-367e-4a22-8468-c23344cb6d09, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar,reference:file:/home/jenkins/agent/workspace/release/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=abd80cde-367e-4a22-8468-c23344cb6d09 [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/release/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-04-24 10:39:34.146 [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/release/rcpttTests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/release/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/release/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/release/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-04-24 10:39:55.847 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:39:56.549 [INFO] !MESSAGE [AUT-0] Starting: 442980_ClassCastExceptions.test (0 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:41:49.790 [INFO] !MESSAGE [AUT-0] Finished: 442980_ClassCastExceptions.test in 111272 (0 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:41:49.793 [INFO] !MESSAGE [AUT-0] Starting: ActivateWorkingSetViaProjectExplorerViewMenu.test (1 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:41:49.871 [INFO] !MESSAGE Pass 1 (774) processed. 0 failed. spent: 1:53, 484:38 mins remaining. 442980_ClassCastExceptions. time: 111272ms [INFO] Pass 1 (774) processed. 0 failed. spent: 1:53, 484:38 mins remaining. 442980_ClassCastExceptions. time: 111272ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:42:14.876 [INFO] !MESSAGE [AUT-0] Finished: ActivateWorkingSetViaProjectExplorerViewMenu.test in 23295 (1 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:42:14.879 [INFO] !MESSAGE [AUT-0] Starting: Add Folder In Workspace Context.test (2 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:42:14.906 [INFO] !MESSAGE Pass 2 (774) processed. 0 failed. spent: 2:18, 443:19 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 23295ms [INFO] Pass 2 (774) processed. 0 failed. spent: 2:18, 443:19 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 23295ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:42:32.674 [INFO] !MESSAGE [AUT-0] Finished: Add Folder In Workspace Context.test in 16790 (2 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:42:32.677 [INFO] !MESSAGE [AUT-0] Starting: Add Project To Workspace Context.test (3 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:42:32.755 [INFO] !MESSAGE Pass 3 (774) processed. 0 failed. spent: 2:36, 400:24 mins remaining. Add Folder In Workspace Context. time: 16790ms [INFO] Pass 3 (774) processed. 0 failed. spent: 2:36, 400:24 mins remaining. Add Folder In Workspace Context. time: 16790ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:42:45.490 [INFO] !MESSAGE [AUT-0] Finished: Add Project To Workspace Context.test in 11635 (3 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:42:45.494 [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-04-24 10:42:45.577 [INFO] !MESSAGE Pass 4 (774) processed. 0 failed. spent: 2:49, 361:00 mins remaining. Add Project To Workspace Context. time: 11635ms [INFO] Pass 4 (774) processed. 0 failed. spent: 2:49, 361:00 mins remaining. Add Project To Workspace Context. time: 11635ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:42:57.323 [INFO] !MESSAGE [AUT-0] Finished: Add folder_file buttons should be disabled if no project selected.test in 10730 (4 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:42:57.325 [INFO] !MESSAGE [AUT-0] Starting: AddAndRemoveEditorsInWBContext.test (5 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:42:57.393 [INFO] !MESSAGE Pass 5 (774) processed. 0 failed. spent: 3:00, 329:08 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 10730ms [INFO] Pass 5 (774) processed. 0 failed. spent: 3:00, 329:08 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 10730ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:43:25.629 [INFO] !MESSAGE [AUT-0] Finished: AddAndRemoveEditorsInWBContext.test in 27364 (5 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:43:25.631 [INFO] !MESSAGE [AUT-0] Starting: AddAndRemoveViewsInWBContext.test (6 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:43:25.645 [INFO] !MESSAGE Pass 6 (774) processed. 0 failed. spent: 3:29, 333:57 mins remaining. AddAndRemoveEditorsInWBContext. time: 27364ms [INFO] Pass 6 (774) processed. 0 failed. spent: 3:29, 333:57 mins remaining. AddAndRemoveEditorsInWBContext. time: 27364ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:43:53.990 [INFO] !MESSAGE [AUT-0] Finished: AddAndRemoveViewsInWBContext.test in 26778 (6 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:43:53.993 [INFO] !MESSAGE [AUT-0] Starting: AddContextFromControlPanel.test (7 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:43:54.083 [INFO] !MESSAGE Pass 7 (774) processed. 0 failed. spent: 3:57, 336:11 mins remaining. AddAndRemoveViewsInWBContext. time: 26778ms [INFO] Pass 7 (774) processed. 0 failed. spent: 3:57, 336:11 mins remaining. AddAndRemoveViewsInWBContext. time: 26778ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:44:12.412 [INFO] !MESSAGE [AUT-0] Finished: AddContextFromControlPanel.test in 16858 (7 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:44:12.415 [INFO] !MESSAGE [AUT-0] Starting: AddContextToDefaultContext.test (8 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:44:12.446 [INFO] !MESSAGE Pass 8 (774) processed. 0 failed. spent: 4:15, 325:07 mins remaining. AddContextFromControlPanel. time: 16858ms [INFO] Pass 8 (774) processed. 0 failed. spent: 4:15, 325:07 mins remaining. AddContextFromControlPanel. time: 16858ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:44:25.744 [INFO] !MESSAGE [AUT-0] Finished: AddContextToDefaultContext.test in 12037 (8 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:44:25.747 [INFO] !MESSAGE [AUT-0] Starting: AddContextToDefaultContextByDragDrop.test (9 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:44:25.765 [INFO] !MESSAGE Pass 9 (774) processed. 0 failed. spent: 4:29, 311:23 mins remaining. AddContextToDefaultContext. time: 12037ms [INFO] Pass 9 (774) processed. 0 failed. spent: 4:29, 311:23 mins remaining. AddContextToDefaultContext. time: 12037ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:44:45.042 [INFO] !MESSAGE [AUT-0] Finished: AddContextToDefaultContextByDragDrop.test in 17902 (9 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:44:45.045 [INFO] !MESSAGE [AUT-0] Starting: AddContextToGroupContext.test (10 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:44:45.091 [INFO] !MESSAGE Pass 10 (774) processed. 0 failed. spent: 4:48, 305:12 mins remaining. AddContextToDefaultContextByDragDrop. time: 17902ms [INFO] Pass 10 (774) processed. 0 failed. spent: 4:48, 305:12 mins remaining. AddContextToDefaultContextByDragDrop. time: 17902ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:44:58.832 [INFO] !MESSAGE [AUT-0] Finished: AddContextToGroupContext.test in 12804 (10 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:44:58.835 [INFO] !MESSAGE [AUT-0] Starting: AddContextToGroupContextFromAnotherProject.test (11 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:44:58.849 [INFO] !MESSAGE Pass 11 (774) processed. 0 failed. spent: 5:02, 295:01 mins remaining. AddContextToGroupContext. time: 12804ms [INFO] Pass 11 (774) processed. 0 failed. spent: 5:02, 295:01 mins remaining. AddContextToGroupContext. time: 12804ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:45:13.099 [INFO] !MESSAGE [AUT-0] Finished: AddContextToGroupContextFromAnotherProject.test in 13168 (11 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:45:13.101 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTest.test (12 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:45:13.169 [INFO] !MESSAGE Pass 12 (774) processed. 0 failed. spent: 5:16, 286:16 mins remaining. AddContextToGroupContextFromAnotherProject. time: 13168ms [INFO] Pass 12 (774) processed. 0 failed. spent: 5:16, 286:16 mins remaining. AddContextToGroupContextFromAnotherProject. time: 13168ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:45:27.876 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTest.test in 13773 (12 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:45:27.878 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTestByDragDrop.test (13 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:45:27.891 [INFO] !MESSAGE Pass 13 (774) processed. 0 failed. spent: 5:31, 279:30 mins remaining. AddContextToTest. time: 13773ms [INFO] Pass 13 (774) processed. 0 failed. spent: 5:31, 279:30 mins remaining. AddContextToTest. time: 13773ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:45:40.155 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTestByDragDrop.test in 11200 (13 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:45:40.158 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTestByDragDrop_TC2.test (14 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:45:40.207 [INFO] !MESSAGE Pass 14 (774) processed. 0 failed. spent: 5:43, 271:11 mins remaining. AddContextToTestByDragDrop. time: 11200ms [INFO] Pass 14 (774) processed. 0 failed. spent: 5:43, 271:11 mins remaining. AddContextToTestByDragDrop. time: 11200ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:45:57.428 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTestByDragDrop_TC2.test in 16084 (14 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:45:57.430 [INFO] !MESSAGE [AUT-0] Starting: AddDescriptionToDefaultContext.test (15 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:45:57.432 [INFO] !MESSAGE Pass 15 (774) processed. 0 failed. spent: 6:00, 267:31 mins remaining. AddContextToTestByDragDrop_TC2. time: 16084ms [INFO] Pass 15 (774) processed. 0 failed. spent: 6:00, 267:31 mins remaining. AddContextToTestByDragDrop_TC2. time: 16084ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:46:17.230 [INFO] !MESSAGE [AUT-0] Finished: AddDescriptionToDefaultContext.test in 18720 (15 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:46:17.232 [INFO] !MESSAGE [AUT-0] Starting: AddDescriptionToTestSuite.test (16 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:46:17.261 [INFO] !MESSAGE Pass 16 (774) processed. 0 failed. spent: 6:20, 266:21 mins remaining. AddDescriptionToDefaultContext. time: 18720ms [INFO] Pass 16 (774) processed. 0 failed. spent: 6:20, 266:21 mins remaining. AddDescriptionToDefaultContext. time: 18720ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:46:30.995 [INFO] !MESSAGE [AUT-0] Finished: AddDescriptionToTestSuite.test in 12766 (16 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:46:30.998 [INFO] !MESSAGE [AUT-0] Starting: AddDuplicateFolderWithTestsToTestSuite.test (17 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:46:31.080 [INFO] !MESSAGE Pass 17 (774) processed. 0 failed. spent: 6:34, 261:17 mins remaining. AddDescriptionToTestSuite. time: 12766ms [INFO] Pass 17 (774) processed. 0 failed. spent: 6:34, 261:17 mins remaining. AddDescriptionToTestSuite. time: 12766ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:46:43.294 [INFO] !MESSAGE [AUT-0] Finished: AddDuplicateFolderWithTestsToTestSuite.test in 11258 (17 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:46:43.296 [INFO] !MESSAGE [AUT-0] Starting: AddDuplicateTestsToTestSuite.test (18 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:46:43.298 [INFO] !MESSAGE Pass 18 (774) processed. 0 failed. spent: 6:46, 255:26 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 11258ms [INFO] Pass 18 (774) processed. 0 failed. spent: 6:46, 255:26 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 11258ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:46:53.120 [INFO] !MESSAGE [AUT-0] Finished: AddDuplicateTestsToTestSuite.test in 8579 (18 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:46:53.122 [INFO] !MESSAGE [AUT-0] Starting: AddExistentTagToSingleElement.test (19 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:46:53.211 [INFO] !MESSAGE Pass 19 (774) processed. 0 failed. spent: 6:56, 248:56 mins remaining. AddDuplicateTestsToTestSuite. time: 8579ms [INFO] Pass 19 (774) processed. 0 failed. spent: 6:56, 248:56 mins remaining. AddDuplicateTestsToTestSuite. time: 8579ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:47:06.925 [INFO] !MESSAGE [AUT-0] Finished: AddExistentTagToSingleElement.test in 12676 (19 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:47:06.928 [INFO] !MESSAGE [AUT-0] Starting: AddFilesToFolderContext.test (20 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:47:06.931 [INFO] !MESSAGE Pass 20 (774) processed. 0 failed. spent: 7:10, 245:17 mins remaining. AddExistentTagToSingleElement. time: 12676ms [INFO] Pass 20 (774) processed. 0 failed. spent: 7:10, 245:17 mins remaining. AddExistentTagToSingleElement. time: 12676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:47:26.868 [INFO] !MESSAGE [AUT-0] Finished: AddFilesToFolderContext.test in 18672 (20 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:47:26.870 [INFO] !MESSAGE [AUT-0] Starting: AddFolderInContext.test (21 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:47:26.965 [INFO] !MESSAGE Pass 21 (774) processed. 0 failed. spent: 7:30, 245:13 mins remaining. AddFilesToFolderContext. time: 18672ms [INFO] Pass 21 (774) processed. 0 failed. spent: 7:30, 245:13 mins remaining. AddFilesToFolderContext. time: 18672ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:47:47.178 [INFO] !MESSAGE [AUT-0] Finished: AddFolderInContext.test in 18837 (21 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:47:47.181 [INFO] !MESSAGE [AUT-0] Starting: AddFolderInTestSuite.test (22 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:47:47.194 [INFO] !MESSAGE Pass 22 (774) processed. 0 failed. spent: 7:50, 245:07 mins remaining. AddFolderInContext. time: 18837ms [INFO] Pass 22 (774) processed. 0 failed. spent: 7:50, 245:07 mins remaining. AddFolderInContext. time: 18837ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:48:10.466 [INFO] !MESSAGE [AUT-0] Finished: AddFolderInTestSuite.test in 21897 (22 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:48:10.468 [INFO] !MESSAGE [AUT-0] Starting: AddFolderToFolderContext.test (23 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:48:10.540 [INFO] !MESSAGE Pass 23 (774) processed. 0 failed. spent: 8:14, 247:00 mins remaining. AddFolderInTestSuite. time: 21897ms [INFO] Pass 23 (774) processed. 0 failed. spent: 8:14, 247:00 mins remaining. AddFolderInTestSuite. time: 21897ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:48:30.731 [INFO] !MESSAGE [AUT-0] Finished: AddFolderToFolderContext.test in 19273 (23 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:48:30.734 [INFO] !MESSAGE [AUT-0] Starting: AddFolderWithTestsToTestSuite.test (24 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:48:30.765 [INFO] !MESSAGE Pass 24 (774) processed. 0 failed. spent: 8:34, 246:47 mins remaining. AddFolderToFolderContext. time: 19273ms [INFO] Pass 24 (774) processed. 0 failed. spent: 8:34, 246:47 mins remaining. AddFolderToFolderContext. time: 19273ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:48:44.519 [INFO] !MESSAGE [AUT-0] Finished: AddFolderWithTestsToTestSuite.test in 12446 (24 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:48:44.522 [INFO] !MESSAGE [AUT-0] Starting: AddNewAUTConfiguration.test (25 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:48:44.584 [INFO] !MESSAGE Pass 25 (774) processed. 0 failed. spent: 8:48, 243:47 mins remaining. AddFolderWithTestsToTestSuite. time: 12446ms [INFO] Pass 25 (774) processed. 0 failed. spent: 8:48, 243:47 mins remaining. AddFolderWithTestsToTestSuite. time: 12446ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:48:59.776 [INFO] !MESSAGE [AUT-0] Finished: AddNewAUTConfiguration.test in 14040 (25 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:48:59.778 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToProject.test (26 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:48:59.848 [INFO] !MESSAGE Pass 26 (774) processed. 0 failed. spent: 9:03, 241:26 mins remaining. AddNewAUTConfiguration. time: 14040ms [INFO] Pass 26 (774) processed. 0 failed. spent: 9:03, 241:26 mins remaining. AddNewAUTConfiguration. time: 14040ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:49:18.562 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToProject.test in 17579 (26 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:49:18.564 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToResourceGroup.test (27 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:49:18.575 [INFO] !MESSAGE Pass 27 (774) processed. 0 failed. spent: 9:22, 240:56 mins remaining. AddNewTagToProject. time: 17579ms [INFO] Pass 27 (774) processed. 0 failed. spent: 9:22, 240:56 mins remaining. AddNewTagToProject. time: 17579ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:49:38.341 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToResourceGroup.test in 18604 (27 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:49:38.343 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToSingleElement.test (28 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:49:38.403 [INFO] !MESSAGE Pass 28 (774) processed. 0 failed. spent: 9:41, 240:28 mins remaining. AddNewTagToResourceGroup. time: 18604ms [INFO] Pass 28 (774) processed. 0 failed. spent: 9:41, 240:28 mins remaining. AddNewTagToResourceGroup. time: 18604ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:49:51.612 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToSingleElement.test in 12355 (28 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:49:51.614 [INFO] !MESSAGE [AUT-0] Starting: AddProjectInContext.test (29 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:49:51.649 [INFO] !MESSAGE Pass 29 (774) processed. 0 failed. spent: 9:55, 238:00 mins remaining. AddNewTagToSingleElement. time: 12355ms [INFO] Pass 29 (774) processed. 0 failed. spent: 9:55, 238:00 mins remaining. AddNewTagToSingleElement. time: 12355ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:50:25.391 [INFO] !MESSAGE [AUT-0] Finished: AddProjectInContext.test in 32902 (29 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:50:25.393 [INFO] !MESSAGE [AUT-0] Starting: AddReferenceAtAddingContextToTest.test (30 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:50:25.394 [INFO] !MESSAGE Pass 30 (774) processed. 0 failed. spent: 10:28, 243:01 mins remaining. AddProjectInContext. time: 32902ms [INFO] Pass 30 (774) processed. 0 failed. spent: 10:28, 243:01 mins remaining. AddProjectInContext. time: 32902ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:50:40.188 [INFO] !MESSAGE [AUT-0] Finished: AddReferenceAtAddingContextToTest.test in 13904 (30 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:50:40.191 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralExistentTagsToFolder.test (31 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:50:40.220 [INFO] !MESSAGE Pass 31 (774) processed. 0 failed. spent: 10:43, 240:57 mins remaining. AddReferenceAtAddingContextToTest. time: 13904ms [INFO] Pass 31 (774) processed. 0 failed. spent: 10:43, 240:57 mins remaining. AddReferenceAtAddingContextToTest. time: 13904ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:51:00.543 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralExistentTagsToFolder.test in 19246 (31 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:51:00.545 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralPreferenceValuesInContext.test (32 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:51:00.549 [INFO] !MESSAGE Pass 32 (774) processed. 0 failed. spent: 11:04, 241:11 mins remaining. AddSeveralExistentTagsToFolder. time: 19246ms [INFO] Pass 32 (774) processed. 0 failed. spent: 11:04, 241:11 mins remaining. AddSeveralExistentTagsToFolder. time: 19246ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:51:12.318 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralPreferenceValuesInContext.test in 10621 (32 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:51:12.320 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralPreferenceValuesInContext.test (33 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:51:12.365 [INFO] !MESSAGE Pass 33 (774) processed. 0 failed. spent: 11:15, 237:51 mins remaining. AddSeveralPreferenceValuesInContext. time: 10621ms [INFO] Pass 33 (774) processed. 0 failed. spent: 11:15, 237:51 mins remaining. AddSeveralPreferenceValuesInContext. time: 10621ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:51:24.098 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralPreferenceValuesInContext.test in 10650 (33 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:51:24.101 [INFO] !MESSAGE [AUT-0] Starting: AddSinglePreferenceValueInContext.test (34 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:51:24.182 [INFO] !MESSAGE Pass 34 (774) processed. 0 failed. spent: 11:27, 235:02 mins remaining. AddSeveralPreferenceValuesInContext. time: 10650ms [INFO] Pass 34 (774) processed. 0 failed. spent: 11:27, 235:02 mins remaining. AddSeveralPreferenceValuesInContext. time: 10650ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:51:37.872 [INFO] !MESSAGE [AUT-0] Finished: AddSinglePreferenceValueInContext.test in 12895 (34 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:51:37.874 [INFO] !MESSAGE [AUT-0] Starting: AddSinglePreferenceValueInContext.test (35 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:51:37.906 [INFO] !MESSAGE Pass 35 (774) processed. 0 failed. spent: 11:41, 233:02 mins remaining. AddSinglePreferenceValueInContext. time: 12895ms [INFO] Pass 35 (774) processed. 0 failed. spent: 11:41, 233:02 mins remaining. AddSinglePreferenceValueInContext. time: 12895ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:51:51.654 [INFO] !MESSAGE [AUT-0] Finished: AddSinglePreferenceValueInContext.test in 12946 (35 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:51:51.657 [INFO] !MESSAGE [AUT-0] Starting: AddSpecificSymbolsToTestSuiteDescription.test (36 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:51:51.726 [INFO] !MESSAGE Pass 36 (774) processed. 0 failed. spent: 11:55, 231:07 mins remaining. AddSinglePreferenceValueInContext. time: 12946ms [INFO] Pass 36 (774) processed. 0 failed. spent: 11:55, 231:07 mins remaining. AddSinglePreferenceValueInContext. time: 12946ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:52:08.468 [INFO] !MESSAGE [AUT-0] Finished: AddSpecificSymbolsToTestSuiteDescription.test in 15424 (36 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:52:08.470 [INFO] !MESSAGE [AUT-0] Starting: AddTagToContextWhenEditorIsOpened.test (37 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:52:08.554 [INFO] !MESSAGE Pass 37 (774) processed. 0 failed. spent: 12:12, 230:14 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 15424ms [INFO] Pass 37 (774) processed. 0 failed. spent: 12:12, 230:14 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 15424ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:52:22.763 [INFO] !MESSAGE [AUT-0] Finished: AddTagToContextWhenEditorIsOpened.test in 13154 (37 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:52:22.764 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestCaseWhenEditorIsOpened.test (38 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:52:22.773 [INFO] !MESSAGE Pass 38 (774) processed. 0 failed. spent: 12:26, 228:27 mins remaining. AddTagToContextWhenEditorIsOpened. time: 13154ms [INFO] Pass 38 (774) processed. 0 failed. spent: 12:26, 228:27 mins remaining. AddTagToContextWhenEditorIsOpened. time: 13154ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:52:36.500 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestCaseWhenEditorIsOpened.test in 12649 (38 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:52:36.502 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuite.test (39 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:52:36.592 [INFO] !MESSAGE Pass 39 (774) processed. 0 failed. spent: 12:40, 226:45 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 12649ms [INFO] Pass 39 (774) processed. 0 failed. spent: 12:40, 226:45 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 12649ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:52:49.244 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuite.test in 11604 (39 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:52:49.246 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteInSuiteEditor.test (40 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:52:49.310 [INFO] !MESSAGE Pass 40 (774) processed. 0 failed. spent: 12:52, 224:33 mins remaining. AddTagToTestSuite. time: 11604ms [INFO] Pass 40 (774) processed. 0 failed. spent: 12:52, 224:33 mins remaining. AddTagToTestSuite. time: 11604ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:53:05.997 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteInSuiteEditor.test in 15978 (40 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:53:05.999 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteViaQ7Explorer.test (41 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:53:06.033 [INFO] !MESSAGE Pass 41 (774) processed. 0 failed. spent: 13:09, 223:51 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 15978ms [INFO] Pass 41 (774) processed. 0 failed. spent: 13:09, 223:51 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 15978ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:53:21.792 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteViaQ7Explorer.test in 14509 (41 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:53:21.794 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteWhenEditorIsOpened.test (42 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:53:21.856 [INFO] !MESSAGE Pass 42 (774) processed. 0 failed. spent: 13:25, 222:53 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 14509ms [INFO] Pass 42 (774) processed. 0 failed. spent: 13:25, 222:53 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 14509ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:53:36.075 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteWhenEditorIsOpened.test in 12963 (42 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:53:36.076 [INFO] !MESSAGE Pass 43 (774) processed. 0 failed. spent: 13:39, 226:46 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 12963ms [INFO] Pass 43 (774) processed. 0 failed. spent: 13:39, 226:46 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 12963ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:53:36.077 [INFO] !MESSAGE [AUT-0] Starting: AddTaskToEclContext.test (43 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:53:51.356 [INFO] !MESSAGE [AUT-0] Finished: AddTaskToEclContext.test in 14187 (43 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:53:51.358 [INFO] !MESSAGE [AUT-0] Starting: AddTaskToScriptEditor.test (44 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:53:51.444 [INFO] !MESSAGE Pass 44 (774) processed. 0 failed. spent: 13:54, 220:17 mins remaining. AddTaskToEclContext. time: 14187ms [INFO] Pass 44 (774) processed. 0 failed. spent: 13:54, 220:17 mins remaining. AddTaskToEclContext. time: 14187ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:54:06.168 [INFO] !MESSAGE [AUT-0] Finished: AddTaskToScriptEditor.test in 13492 (44 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:54:06.170 [INFO] !MESSAGE [AUT-0] Starting: AddTestCaseToTestSuite.test (45 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:54:06.264 [INFO] !MESSAGE Pass 45 (774) processed. 0 failed. spent: 14:09, 219:10 mins remaining. AddTaskToScriptEditor. time: 13492ms [INFO] Pass 45 (774) processed. 0 failed. spent: 14:09, 219:10 mins remaining. AddTaskToScriptEditor. time: 13492ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:54:21.464 [INFO] !MESSAGE [AUT-0] Finished: AddTestCaseToTestSuite.test in 14091 (45 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:54:21.467 [INFO] !MESSAGE [AUT-0] Starting: AddTestInTestSuite.test (46 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:54:21.486 [INFO] !MESSAGE Pass 46 (774) processed. 0 failed. spent: 14:24, 218:06 mins remaining. AddTestCaseToTestSuite. time: 14091ms [INFO] Pass 46 (774) processed. 0 failed. spent: 14:24, 218:06 mins remaining. AddTestCaseToTestSuite. time: 14091ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:54:39.263 [INFO] !MESSAGE [AUT-0] Finished: AddTestInTestSuite.test in 16653 (46 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:54:39.265 [INFO] !MESSAGE [AUT-0] Starting: AddTestSuiteToTestSuite.test (47 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:54:39.309 [INFO] !MESSAGE Pass 47 (774) processed. 0 failed. spent: 14:42, 217:48 mins remaining. AddTestInTestSuite. time: 16653ms [INFO] Pass 47 (774) processed. 0 failed. spent: 14:42, 217:48 mins remaining. AddTestInTestSuite. time: 16653ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:55:13.514 [INFO] !MESSAGE [AUT-0] Finished: AddTestSuiteToTestSuite.test in 33191 (47 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:55:13.515 [INFO] !MESSAGE [AUT-0] Starting: AddTestSuiteToTestSuiteByDragDrop.test (48 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:55:13.583 [INFO] !MESSAGE Pass 48 (774) processed. 0 failed. spent: 15:17, 221:36 mins remaining. AddTestSuiteToTestSuite. time: 33191ms [INFO] Pass 48 (774) processed. 0 failed. spent: 15:17, 221:36 mins remaining. AddTestSuiteToTestSuite. time: 33191ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:55:55.810 [INFO] !MESSAGE [AUT-0] Finished: AddTestSuiteToTestSuiteByDragDrop.test in 41034 (48 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:55:55.811 [INFO] !MESSAGE [AUT-0] Starting: AddTestsToSuiteByDragDrop.test (49 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:55:55.859 [INFO] !MESSAGE Pass 49 (774) processed. 0 failed. spent: 15:59, 226:54 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 41034ms [INFO] Pass 49 (774) processed. 0 failed. spent: 15:59, 226:54 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 41034ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:56:14.607 [INFO] !MESSAGE [AUT-0] Finished: AddTestsToSuiteByDragDrop.test in 17699 (49 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:56:14.609 [INFO] !MESSAGE [AUT-0] Starting: AddTestsToTestSuiteByDragDropFromExecutionView.test (50 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:56:14.685 [INFO] !MESSAGE Pass 50 (774) processed. 0 failed. spent: 16:18, 226:37 mins remaining. AddTestsToSuiteByDragDrop. time: 17699ms [INFO] Pass 50 (774) processed. 0 failed. spent: 16:18, 226:37 mins remaining. AddTestsToSuiteByDragDrop. time: 17699ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:56:33.392 [INFO] !MESSAGE [AUT-0] Finished: AddTestsToTestSuiteByDragDropFromExecutionView.test in 17846 (50 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:56:33.394 [INFO] !MESSAGE [AUT-0] Starting: AddVerificationIntoTestCase.test (51 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:56:33.446 [INFO] !MESSAGE Pass 51 (774) processed. 0 failed. spent: 16:36, 226:08 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 17846ms [INFO] Pass 51 (774) processed. 0 failed. spent: 16:36, 226:08 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 17846ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:56:52.185 [INFO] !MESSAGE [AUT-0] Finished: AddVerificationIntoTestCase.test in 17798 (51 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:56:52.187 [INFO] !MESSAGE [AUT-0] Starting: AddWithTag_NOT.test (52 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:56:52.270 [INFO] !MESSAGE Pass 52 (774) processed. 0 failed. spent: 16:55, 225:52 mins remaining. AddVerificationIntoTestCase. time: 17798ms [INFO] Pass 52 (774) processed. 0 failed. spent: 16:55, 225:52 mins remaining. AddVerificationIntoTestCase. time: 17798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:01.478 [INFO] !MESSAGE [AUT-0] Finished: AddWithTag_NOT.test in 7959 (52 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:01.480 [INFO] !MESSAGE [AUT-0] Starting: AddWithTag_OR.test (53 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:57:01.484 [INFO] !MESSAGE Pass 53 (774) processed. 0 failed. spent: 17:04, 223:25 mins remaining. AddWithTag_NOT. time: 7959ms [INFO] Pass 53 (774) processed. 0 failed. spent: 17:04, 223:25 mins remaining. AddWithTag_NOT. time: 7959ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:11.214 [INFO] !MESSAGE [AUT-0] Finished: AddWithTag_OR.test in 8822 (53 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:11.215 [INFO] !MESSAGE [AUT-0] Starting: AddWithTags_AND.test (54 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:57:11.298 [INFO] !MESSAGE Pass 54 (774) processed. 0 failed. spent: 17:14, 221:15 mins remaining. AddWithTag_OR. time: 8822ms [INFO] Pass 54 (774) processed. 0 failed. spent: 17:14, 221:15 mins remaining. AddWithTag_OR. time: 8822ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:19.952 [INFO] !MESSAGE [AUT-0] Finished: AddWithTags_AND.test in 7891 (54 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:19.954 [INFO] !MESSAGE [AUT-0] Starting: AddingParameterIntoParametersContextAddButton.test (55 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:57:20.009 [INFO] !MESSAGE Pass 55 (774) processed. 0 failed. spent: 17:23, 218:58 mins remaining. AddWithTags_AND. time: 7891ms [INFO] Pass 55 (774) processed. 0 failed. spent: 17:23, 218:58 mins remaining. AddWithTags_AND. time: 7891ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:32.227 [INFO] !MESSAGE [AUT-0] Finished: AddingParameterIntoParametersContextAddButton.test in 11218 (55 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:57:32.227 [INFO] !MESSAGE Pass 56 (774) processed. 0 failed. spent: 17:35, 221:29 mins remaining. AddingParameterIntoParametersContextAddButton. time: 11218ms [INFO] Pass 56 (774) processed. 0 failed. spent: 17:35, 221:29 mins remaining. AddingParameterIntoParametersContextAddButton. time: 11218ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:32.229 [INFO] !MESSAGE [AUT-0] Starting: AddingParameterIntoParametersContextCellClicking.test (56 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:44.469 [INFO] !MESSAGE [AUT-0] Finished: AddingParameterIntoParametersContextCellClicking.test in 11143 (56 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:44.470 [INFO] !MESSAGE [AUT-0] Starting: AdvancedOptions.test (57 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:57:44.544 [INFO] !MESSAGE Pass 57 (774) processed. 0 failed. spent: 17:48, 216:00 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 11143ms [INFO] Pass 57 (774) processed. 0 failed. spent: 17:48, 216:00 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 11143ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:54.183 [INFO] !MESSAGE [AUT-0] Finished: AdvancedOptions.test in 8866 (57 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:54.185 [INFO] !MESSAGE [AUT-0] Starting: AdvancedOptionsFocus.test (58 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:57:54.257 [INFO] !MESSAGE Pass 58 (774) processed. 0 failed. spent: 17:57, 213:54 mins remaining. AdvancedOptions. time: 8866ms [INFO] Pass 58 (774) processed. 0 failed. spent: 17:57, 213:54 mins remaining. AdvancedOptions. time: 8866ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:59.380 [INFO] !MESSAGE [AUT-0] Finished: AdvancedOptionsFocus.test in 4133 (58 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:57:59.382 [INFO] !MESSAGE [AUT-0] Starting: Allow_Not Alow Uncaptured Children.test (59 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:57:59.465 [INFO] !MESSAGE Pass 59 (774) processed. 0 failed. spent: 18:02, 211:04 mins remaining. AdvancedOptionsFocus. time: 4133ms [INFO] Pass 59 (774) processed. 0 failed. spent: 18:02, 211:04 mins remaining. AdvancedOptionsFocus. time: 4133ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:58:23.610 [INFO] !MESSAGE [AUT-0] Finished: Allow_Not Alow Uncaptured Children.test in 23420 (59 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:58:23.612 [INFO] !MESSAGE [AUT-0] Starting: AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext.test (60 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:58:23.699 [INFO] !MESSAGE Pass 60 (774) processed. 0 failed. spent: 18:27, 212:10 mins remaining. Allow/Not Alow Uncaptured Children. time: 23420ms [INFO] Pass 60 (774) processed. 0 failed. spent: 18:27, 212:10 mins remaining. Allow/Not Alow Uncaptured Children. time: 23420ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:58:41.956 [INFO] !MESSAGE [AUT-0] Finished: AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext.test in 16920 (60 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:58:41.958 [INFO] !MESSAGE [AUT-0] Starting: AnyCharacterSearch.test (61 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:58:42.027 [INFO] !MESSAGE Pass 61 (774) processed. 0 failed. spent: 18:45, 211:54 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 16920ms [INFO] Pass 61 (774) processed. 0 failed. spent: 18:45, 211:54 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 16920ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:58:54.249 [INFO] !MESSAGE [AUT-0] Finished: AnyCharacterSearch.test in 11330 (61 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:58:54.252 [INFO] !MESSAGE [AUT-0] Starting: AnyStringSearch.test (62 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:58:54.345 [INFO] !MESSAGE Pass 62 (774) processed. 0 failed. spent: 18:57, 210:31 mins remaining. AnyCharacterSearch. time: 11330ms [INFO] Pass 62 (774) processed. 0 failed. spent: 18:57, 210:31 mins remaining. AnyCharacterSearch. time: 11330ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:59:04.000 [INFO] !MESSAGE [AUT-0] Finished: AnyStringSearch.test in 8931 (62 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:59:04.002 [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-04-24 10:59:04.058 [INFO] !MESSAGE Pass 63 (774) processed. 0 failed. spent: 19:07, 208:48 mins remaining. AnyStringSearch. time: 8931ms [INFO] Pass 63 (774) processed. 0 failed. spent: 19:07, 208:48 mins remaining. AnyStringSearch. time: 8931ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:59:35.292 [INFO] !MESSAGE [AUT-0] Finished: Apply ECL Context outside test case.test in 30328 (63 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 10:59:35.294 [INFO] !MESSAGE [AUT-0] Starting: Apply ECL Context.test (64 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 10:59:35.299 [INFO] !MESSAGE Pass 64 (774) processed. 0 failed. spent: 19:38, 210:54 mins remaining. Apply ECL Context outside test case. time: 30328ms [INFO] Pass 64 (774) processed. 0 failed. spent: 19:38, 210:54 mins remaining. Apply ECL Context outside test case. time: 30328ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:00:18.109 [INFO] !MESSAGE [AUT-0] Finished: Apply ECL Context.test in 41556 (64 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:00:18.111 [INFO] !MESSAGE [AUT-0] Starting: Apply New Empty ECL Context.test (65 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:00:18.184 [INFO] !MESSAGE Pass 65 (774) processed. 0 failed. spent: 20:21, 215:02 mins remaining. Apply ECL Context. time: 41556ms [INFO] Pass 65 (774) processed. 0 failed. spent: 20:21, 215:02 mins remaining. Apply ECL Context. time: 41556ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:00:29.374 [INFO] !MESSAGE [AUT-0] Finished: Apply New Empty ECL Context.test in 10443 (65 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:00:29.376 [INFO] !MESSAGE [AUT-0] Starting: AssertionFilter_ByProperty.test (66 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:00:29.400 [INFO] !MESSAGE Pass 66 (774) processed. 0 failed. spent: 20:32, 213:29 mins remaining. Apply New Empty ECL Context. time: 10443ms [INFO] Pass 66 (774) processed. 0 failed. spent: 20:32, 213:29 mins remaining. Apply New Empty ECL Context. time: 10443ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:00:35.559 [INFO] !MESSAGE [AUT-0] Finished: AssertionFilter_ByProperty.test in 5319 (66 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:00:35.560 [INFO] !MESSAGE [AUT-0] Starting: AssertionFilter_ByValue.test (67 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:00:35.608 [INFO] !MESSAGE Pass 67 (774) processed. 0 failed. spent: 20:39, 211:17 mins remaining. AssertionFilter_ByProperty. time: 5319ms [INFO] Pass 67 (774) processed. 0 failed. spent: 20:39, 211:17 mins remaining. AssertionFilter_ByProperty. time: 5319ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:00:41.237 [INFO] !MESSAGE [AUT-0] Finished: AssertionFilter_ByValue.test in 4706 (67 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:00:41.239 [INFO] !MESSAGE [AUT-0] Starting: AssertionGroupping.test (68 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:00:41.317 [INFO] !MESSAGE Pass 68 (774) processed. 0 failed. spent: 20:44, 208:48 mins remaining. AssertionFilter_ByValue. time: 4706ms [INFO] Pass 68 (774) processed. 0 failed. spent: 20:44, 208:48 mins remaining. AssertionFilter_ByValue. time: 4706ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:00:59.918 [INFO] !MESSAGE [AUT-0] Finished: AssertionGroupping.test in 17990 (68 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:00:59.919 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTableWithExcludedColumns.test (69 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:00:59.945 [INFO] !MESSAGE Pass 69 (774) processed. 0 failed. spent: 21:03, 208:43 mins remaining. AssertionGroupping. time: 17990ms [INFO] Pass 69 (774) processed. 0 failed. spent: 21:03, 208:43 mins remaining. AssertionGroupping. time: 17990ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:01:10.201 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTableWithExcludedColumns.test in 9336 (69 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:01:10.202 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTableWithSelectedColumns.test (70 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:01:10.260 [INFO] !MESSAGE Pass 70 (774) processed. 0 failed. spent: 21:13, 207:09 mins remaining. AssertionOfTableWithExcludedColumns. time: 9336ms [INFO] Pass 70 (774) processed. 0 failed. spent: 21:13, 207:09 mins remaining. AssertionOfTableWithExcludedColumns. time: 9336ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:01:18.953 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTableWithSelectedColumns.test in 7724 (70 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:01:18.955 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTree.test (71 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:01:18.970 [INFO] !MESSAGE Pass 71 (774) processed. 0 failed. spent: 21:22, 205:28 mins remaining. AssertionOfTableWithSelectedColumns. time: 7724ms [INFO] Pass 71 (774) processed. 0 failed. spent: 21:22, 205:28 mins remaining. AssertionOfTableWithSelectedColumns. time: 7724ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:01:28.202 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTree.test in 8311 (71 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:01:28.204 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeCase2.test (72 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:01:28.281 [INFO] !MESSAGE Pass 72 (774) processed. 0 failed. spent: 21:31, 203:49 mins remaining. AssertionOfTreeCase1. time: 8311ms [INFO] Pass 72 (774) processed. 0 failed. spent: 21:31, 203:49 mins remaining. AssertionOfTreeCase1. time: 8311ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:01:42.935 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeCase2.test in 13694 (72 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:01:42.936 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeWhenOneItemIsExpanded.test (73 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:01:43.000 [INFO] !MESSAGE Pass 73 (774) processed. 0 failed. spent: 21:46, 203:09 mins remaining. AssertionOfTreeCase2. time: 13694ms [INFO] Pass 73 (774) processed. 0 failed. spent: 21:46, 203:09 mins remaining. AssertionOfTreeCase2. time: 13694ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:01:54.165 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeWhenOneItemIsExpanded.test in 10264 (73 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:01:54.167 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeWhenOneItemIsExpandedCase2.test (74 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:01:54.213 [INFO] !MESSAGE Pass 74 (774) processed. 0 failed. spent: 21:57, 201:52 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 10264ms [INFO] Pass 74 (774) processed. 0 failed. spent: 21:57, 201:52 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 10264ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:02:07.408 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeWhenOneItemIsExpandedCase2.test in 12393 (74 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:02:07.410 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTable(assertDataInContext).test (75 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:02:07.428 [INFO] !MESSAGE Pass 75 (774) processed. 0 failed. spent: 22:10, 200:56 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 12393ms [INFO] Pass 75 (774) processed. 0 failed. spent: 22:10, 200:56 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 12393ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:02:16.643 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTable(assertDataInContext).test in 8490 (75 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:02:16.645 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableContentsCase1.test (76 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:02:16.741 [INFO] !MESSAGE Pass 76 (774) processed. 0 failed. spent: 22:20, 199:34 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 8490ms [INFO] Pass 76 (774) processed. 0 failed. spent: 22:20, 199:34 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 8490ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:02:29.914 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableContentsCase1.test in 12047 (76 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:02:29.916 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithColumnsCase1.test (77 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:02:29.958 [INFO] !MESSAGE Pass 77 (774) processed. 0 failed. spent: 22:33, 198:40 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 12047ms [INFO] Pass 77 (774) processed. 0 failed. spent: 22:33, 198:40 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 12047ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:02:38.652 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithColumnsCase1.test in 7839 (77 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:02:38.653 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithColumnsCase2.test (78 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:02:38.670 [INFO] !MESSAGE Pass 78 (774) processed. 0 failed. spent: 22:42, 197:12 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 7839ms [INFO] Pass 78 (774) processed. 0 failed. spent: 22:42, 197:12 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 7839ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:02:50.349 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithColumnsCase2.test in 10890 (78 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:02:50.351 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithoutColumnsCase2.test (79 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:02:50.385 [INFO] !MESSAGE Pass 79 (774) processed. 0 failed. spent: 22:53, 196:03 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 10890ms [INFO] Pass 79 (774) processed. 0 failed. spent: 22:53, 196:03 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 10890ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:03:06.089 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithoutColumnsCase2.test in 14987 (79 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:03:06.091 [INFO] !MESSAGE [AUT-0] Starting: AssertionWindowIsNotShownForTableItem.test (80 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:03:06.107 [INFO] !MESSAGE Pass 80 (774) processed. 0 failed. spent: 23:09, 195:38 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 14987ms [INFO] Pass 80 (774) processed. 0 failed. spent: 23:09, 195:38 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 14987ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:03:15.341 [INFO] !MESSAGE [AUT-0] Finished: AssertionWindowIsNotShownForTableItem.test in 8467 (80 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:03:15.343 [INFO] !MESSAGE [AUT-0] Starting: AutoCompletionInEclContext.test (81 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:03:15.343 [INFO] !MESSAGE Pass 81 (774) processed. 0 failed. spent: 23:18, 194:15 mins remaining. AssertionWindowIsNotShownForTableItem. time: 8467ms [INFO] Pass 81 (774) processed. 0 failed. spent: 23:18, 194:15 mins remaining. AssertionWindowIsNotShownForTableItem. time: 8467ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:03:30.092 [INFO] !MESSAGE [AUT-0] Finished: AutoCompletionInEclContext.test in 13846 (81 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:03:30.094 [INFO] !MESSAGE [AUT-0] Starting: Autocomplete.test (82 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:03:30.164 [INFO] !MESSAGE Pass 82 (774) processed. 0 failed. spent: 23:33, 193:43 mins remaining. AutoCompletionInEclContext. time: 13846ms [INFO] Pass 82 (774) processed. 0 failed. spent: 23:33, 193:43 mins remaining. AutoCompletionInEclContext. time: 13846ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:03:42.402 [INFO] !MESSAGE [AUT-0] Finished: Autocomplete.test in 11132 (82 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:03:42.403 [INFO] !MESSAGE [AUT-0] Starting: AutocreationDefaultContextAtCreationProject.test (83 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:03:42.481 [INFO] !MESSAGE Pass 83 (774) processed. 0 failed. spent: 23:45, 192:47 mins remaining. Autocomplete. time: 11132ms [INFO] Pass 83 (774) processed. 0 failed. spent: 23:45, 192:47 mins remaining. Autocomplete. time: 11132ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:03:52.168 [INFO] !MESSAGE [AUT-0] Finished: AutocreationDefaultContextAtCreationProject.test in 8940 (83 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:03:52.171 [INFO] !MESSAGE [AUT-0] Starting: BackForwardButtonsOnToolbar.test (84 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:03:52.194 [INFO] !MESSAGE Pass 84 (774) processed. 0 failed. spent: 23:55, 191:36 mins remaining. AutocreationDefaultContextAtCreationProject. time: 8940ms [INFO] Pass 84 (774) processed. 0 failed. spent: 23:55, 191:36 mins remaining. AutocreationDefaultContextAtCreationProject. time: 8940ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:06.906 [INFO] !MESSAGE [AUT-0] Finished: BackForwardButtonsOnToolbar.test in 13594 (84 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:06.908 [INFO] !MESSAGE [AUT-0] Starting: Bug 442685 NullPointerException.test (85 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:04:06.918 [INFO] !MESSAGE Pass 85 (774) processed. 0 failed. spent: 24:10, 191:06 mins remaining. BackForwardButtonsOnToolbar. time: 13594ms [INFO] Pass 85 (774) processed. 0 failed. spent: 24:10, 191:06 mins remaining. BackForwardButtonsOnToolbar. time: 13594ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:15.676 [INFO] !MESSAGE [AUT-0] Finished: Bug 442685 NullPointerException.test in 7900 (85 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:15.678 [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-04-24 11:04:15.744 [INFO] !MESSAGE Pass 86 (774) processed. 0 failed. spent: 24:19, 189:50 mins remaining. Bug 442685 NullPointerException. time: 7900ms [INFO] Pass 86 (774) processed. 0 failed. spent: 24:19, 189:50 mins remaining. Bug 442685 NullPointerException. time: 7900ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:29.406 [INFO] !MESSAGE [AUT-0] Finished: Bug 465746 - Can't assert 'text' property for a canvas of Help view_ .test in 12780 (86 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:29.408 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_EmptyClipboard.test (87 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:04:29.462 [INFO] !MESSAGE Pass 87 (774) processed. 0 failed. spent: 24:32, 189:05 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 12780ms [INFO] Pass 87 (774) processed. 0 failed. spent: 24:32, 189:05 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 12780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:35.203 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_EmptyClipboard.test in 4846 (87 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:35.205 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_From-Clipboard.test (88 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:04:35.269 [INFO] !MESSAGE Pass 88 (774) processed. 0 failed. spent: 24:38, 187:29 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 4846ms [INFO] Pass 88 (774) processed. 0 failed. spent: 24:38, 187:29 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 4846ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:43.009 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_From-Clipboard.test in 6628 (88 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:43.011 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_To-Clipboard.test (89 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:04:43.080 [INFO] !MESSAGE Pass 89 (774) processed. 0 failed. spent: 24:46, 186:09 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 6628ms [INFO] Pass 89 (774) processed. 0 failed. spent: 24:46, 186:09 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 6628ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:51.814 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_To-Clipboard.test in 7745 (89 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:51.816 [INFO] !MESSAGE [AUT-0] Starting: Bug 474198_Read-File command.test (90 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:04:51.891 [INFO] !MESSAGE Pass 90 (774) processed. 0 failed. spent: 24:55, 184:58 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 7745ms [INFO] Pass 90 (774) processed. 0 failed. spent: 24:55, 184:58 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 7745ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:58.671 [INFO] !MESSAGE [AUT-0] Finished: Bug 474198_Read-File command.test in 5514 (90 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:04:58.674 [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-04-24 11:04:58.701 [INFO] !MESSAGE Pass 91 (774) processed. 0 failed. spent: 25:02, 183:34 mins remaining. Bug 474198_Read-File command. time: 5514ms [INFO] Pass 91 (774) processed. 0 failed. spent: 25:02, 183:34 mins remaining. Bug 474198_Read-File command. time: 5514ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:06:24.946 [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 84236 (91 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:06:24.948 [INFO] !MESSAGE [AUT-0] Starting: Cancel Preference Context Creation.test (92 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:06:24.957 [INFO] !MESSAGE Pass 92 (774) processed. 0 failed. spent: 26:28, 191:44 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 84236ms [INFO] Pass 92 (774) processed. 0 failed. spent: 26:28, 191:44 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 84236ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:06:35.788 [INFO] !MESSAGE [AUT-0] Finished: Cancel Preference Context Creation.test in 9375 (92 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:06:35.790 [INFO] !MESSAGE [AUT-0] Starting: Cancel Workbench Context Creation.test (93 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:06:35.871 [INFO] !MESSAGE Pass 93 (774) processed. 0 failed. spent: 26:39, 190:45 mins remaining. Cancel Preference Context Creation. time: 9375ms [INFO] Pass 93 (774) processed. 0 failed. spent: 26:39, 190:45 mins remaining. Cancel Preference Context Creation. time: 9375ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:06:45.149 [INFO] !MESSAGE [AUT-0] Finished: Cancel Workbench Context Creation.test in 7904 (93 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:06:45.151 [INFO] !MESSAGE [AUT-0] Starting: Cancel Workspace Context Creation.test (94 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:06:45.183 [INFO] !MESSAGE Pass 94 (774) processed. 0 failed. spent: 26:48, 189:33 mins remaining. Cancel Workbench Context Creation. time: 7904ms [INFO] Pass 94 (774) processed. 0 failed. spent: 26:48, 189:33 mins remaining. Cancel Workbench Context Creation. time: 7904ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:06:54.518 [INFO] !MESSAGE [AUT-0] Finished: Cancel Workspace Context Creation.test in 7884 (94 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:06:54.520 [INFO] !MESSAGE [AUT-0] Starting: CancelAUTCreation.test (95 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:06:54.596 [INFO] !MESSAGE Pass 95 (774) processed. 0 failed. spent: 26:58, 188:29 mins remaining. Cancel Workspace Context Creation. time: 7884ms [INFO] Pass 95 (774) processed. 0 failed. spent: 26:58, 188:29 mins remaining. Cancel Workspace Context Creation. time: 7884ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:08:05.860 [INFO] !MESSAGE [AUT-0] Finished: CancelAUTCreation.test in 70118 (95 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:08:05.861 [INFO] !MESSAGE [AUT-0] Starting: CancelAddingSinglePreferenceValueInContext.test (96 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:08:05.952 [INFO] !MESSAGE Pass 96 (774) processed. 0 failed. spent: 28:09, 194:27 mins remaining. CancelAUTCreation. time: 70118ms [INFO] Pass 96 (774) processed. 0 failed. spent: 28:09, 194:27 mins remaining. CancelAUTCreation. time: 70118ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:08:18.739 [INFO] !MESSAGE [AUT-0] Finished: CancelAddingSinglePreferenceValueInContext.test in 11490 (96 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:08:18.742 [INFO] !MESSAGE [AUT-0] Starting: CancelCloseContextEditor.test (97 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:08:18.770 [INFO] !MESSAGE Pass 97 (774) processed. 0 failed. spent: 28:22, 193:41 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 11490ms [INFO] Pass 97 (774) processed. 0 failed. spent: 28:22, 193:41 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 11490ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:08:37.675 [INFO] !MESSAGE [AUT-0] Finished: CancelCloseContextEditor.test in 17298 (97 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:08:37.677 [INFO] !MESSAGE [AUT-0] Starting: CancelCopyFolderToProjectWithDuplicateFolder.test (98 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:08:37.698 [INFO] !MESSAGE Pass 98 (774) processed. 0 failed. spent: 28:41, 193:36 mins remaining. CancelCloseContextEditor. time: 17298ms [INFO] Pass 98 (774) processed. 0 failed. spent: 28:41, 193:36 mins remaining. CancelCloseContextEditor. time: 17298ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:09:08.639 [INFO] !MESSAGE [AUT-0] Finished: CancelCopyFolderToProjectWithDuplicateFolder.test in 29524 (98 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:09:08.640 [INFO] !MESSAGE [AUT-0] Starting: CancelCreationProject.test (99 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:09:08.641 [INFO] !MESSAGE Pass 99 (774) processed. 0 failed. spent: 29:12, 194:51 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 29524ms [INFO] Pass 99 (774) processed. 0 failed. spent: 29:12, 194:51 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 29524ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:09:17.966 [INFO] !MESSAGE [AUT-0] Finished: CancelCreationProject.test in 7975 (99 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:09:17.968 [INFO] !MESSAGE [AUT-0] Starting: CancelDeleteFolderWithObjects.test (100 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:09:18.054 [INFO] !MESSAGE Pass 100 (774) processed. 0 failed. spent: 29:21, 193:39 mins remaining. CancelCreationProject. time: 7975ms [INFO] Pass 100 (774) processed. 0 failed. spent: 29:21, 193:39 mins remaining. CancelCreationProject. time: 7975ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:09:38.350 [INFO] !MESSAGE [AUT-0] Finished: CancelDeleteFolderWithObjects.test in 18830 (100 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:09:38.352 [INFO] !MESSAGE [AUT-0] Starting: CancelDeleteProject.test (101 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:09:38.384 [INFO] !MESSAGE Pass 101 (774) processed. 0 failed. spent: 29:41, 193:39 mins remaining. CancelDeleteFolderWithObjects. time: 18830ms [INFO] Pass 101 (774) processed. 0 failed. spent: 29:41, 193:39 mins remaining. CancelDeleteFolderWithObjects. time: 18830ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:09:54.253 [INFO] !MESSAGE [AUT-0] Finished: CancelDeleteProject.test in 14706 (101 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:09:54.255 [INFO] !MESSAGE [AUT-0] Starting: CancelGroupContextCreation.test (102 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:09:54.306 [INFO] !MESSAGE Pass 102 (774) processed. 0 failed. spent: 29:57, 193:14 mins remaining. CancelDeleteProject. time: 14706ms [INFO] Pass 102 (774) processed. 0 failed. spent: 29:57, 193:14 mins remaining. CancelDeleteProject. time: 14706ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:10:04.119 [INFO] !MESSAGE [AUT-0] Finished: CancelGroupContextCreation.test in 8650 (102 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:10:04.120 [INFO] !MESSAGE Pass 103 (774) processed. 0 failed. spent: 30:07, 194:18 mins remaining. CancelGroupContextCreation. time: 8650ms [INFO] Pass 103 (774) processed. 0 failed. spent: 30:07, 194:18 mins remaining. CancelGroupContextCreation. time: 8650ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:10:04.121 [INFO] !MESSAGE [AUT-0] Starting: CancelQ7Export.test (103 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:10:15.995 [INFO] !MESSAGE [AUT-0] Finished: CancelQ7Export.test in 10613 (103 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:10:15.997 [INFO] !MESSAGE [AUT-0] Starting: CancelRemoveHistory.test (104 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:10:16.037 [INFO] !MESSAGE Pass 104 (774) processed. 0 failed. spent: 30:19, 191:20 mins remaining. CancelQ7Export. time: 10613ms [INFO] Pass 104 (774) processed. 0 failed. spent: 30:19, 191:20 mins remaining. CancelQ7Export. time: 10613ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:11:07.921 [INFO] !MESSAGE [AUT-0] Finished: CancelRemoveHistory.test in 50231 (104 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:11:07.922 [INFO] !MESSAGE [AUT-0] Starting: CancelRemoveTestWhichIsUsedInTestSuite.test (105 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:11:08.009 [INFO] !MESSAGE Pass 105 (774) processed. 0 failed. spent: 31:11, 194:40 mins remaining. CancelRemoveHistory. time: 50231ms [INFO] Pass 105 (774) processed. 0 failed. spent: 31:11, 194:40 mins remaining. CancelRemoveHistory. time: 50231ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:11:35.844 [INFO] !MESSAGE [AUT-0] Finished: CancelRemoveTestWhichIsUsedInTestSuite.test in 26229 (105 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:11:35.846 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameContext.test (106 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:11:35.847 [INFO] !MESSAGE Pass 106 (774) processed. 0 failed. spent: 31:39, 195:28 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 26229ms [INFO] Pass 106 (774) processed. 0 failed. spent: 31:39, 195:28 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 26229ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:11:54.289 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameContext.test in 16891 (106 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:11:54.291 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameProject.test (107 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:11:54.373 [INFO] !MESSAGE Pass 107 (774) processed. 0 failed. spent: 31:57, 195:13 mins remaining. CancelRenameContext. time: 16891ms [INFO] Pass 107 (774) processed. 0 failed. spent: 31:57, 195:13 mins remaining. CancelRenameContext. time: 16891ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:12:21.702 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameProject.test in 25762 (107 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:12:21.704 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameTest.test (108 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:12:21.706 [INFO] !MESSAGE Pass 108 (774) processed. 0 failed. spent: 32:25, 195:58 mins remaining. CancelRenameProject. time: 25762ms [INFO] Pass 108 (774) processed. 0 failed. spent: 32:25, 195:58 mins remaining. CancelRenameProject. time: 25762ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:12:41.103 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameTest.test in 17657 (108 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:12:41.104 [INFO] !MESSAGE [AUT-0] Starting: CannotDeleteDefaultContextFromProject.test (109 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:12:41.133 [INFO] !MESSAGE Pass 109 (774) processed. 0 failed. spent: 32:44, 195:48 mins remaining. CancelRenameTest. time: 17657ms [INFO] Pass 109 (774) processed. 0 failed. spent: 32:44, 195:48 mins remaining. CancelRenameTest. time: 17657ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:12:53.018 [INFO] !MESSAGE [AUT-0] Finished: CannotDeleteDefaultContextFromProject.test in 10591 (109 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:12:53.020 [INFO] !MESSAGE [AUT-0] Starting: CannotRemoveDefaultContextsFromTest.test (110 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:12:53.049 [INFO] !MESSAGE Pass 110 (774) processed. 0 failed. spent: 32:56, 194:57 mins remaining. CannotDeleteDefaultContextFromProject. time: 10591ms [INFO] Pass 110 (774) processed. 0 failed. spent: 32:56, 194:57 mins remaining. CannotDeleteDefaultContextFromProject. time: 10591ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:13:04.402 [INFO] !MESSAGE [AUT-0] Finished: CannotRemoveDefaultContextsFromTest.test in 9674 (110 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:13:04.404 [INFO] !MESSAGE [AUT-0] Starting: Capture Workspace and Apply Context.test (111 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:13:04.466 [INFO] !MESSAGE Pass 111 (774) processed. 0 failed. spent: 33:07, 194:00 mins remaining. CannotRemoveDefaultContextsFromTest. time: 9674ms [INFO] Pass 111 (774) processed. 0 failed. spent: 33:07, 194:00 mins remaining. CannotRemoveDefaultContextsFromTest. time: 9674ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:13:22.822 [INFO] !MESSAGE [AUT-0] Finished: Capture Workspace and Apply Context.test in 16900 (111 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:13:22.824 [INFO] !MESSAGE [AUT-0] Starting: CaptureContextWhileAddingToGroupContext.test (112 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:13:22.893 [INFO] !MESSAGE Pass 112 (774) processed. 0 failed. spent: 33:26, 193:51 mins remaining. Capture Workspace and Apply Context. time: 16900ms [INFO] Pass 112 (774) processed. 0 failed. spent: 33:26, 193:51 mins remaining. Capture Workspace and Apply Context. time: 16900ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:13:42.805 [INFO] !MESSAGE [AUT-0] Finished: CaptureContextWhileAddingToGroupContext.test in 18526 (112 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:13:42.806 [INFO] !MESSAGE [AUT-0] Starting: CaptureForPreferencesContext.test (113 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:13:42.820 [INFO] !MESSAGE Pass 113 (774) processed. 0 failed. spent: 33:46, 193:47 mins remaining. CaptureContextWhileAddingToGroupContext. time: 18526ms [INFO] Pass 113 (774) processed. 0 failed. spent: 33:46, 193:47 mins remaining. CaptureContextWhileAddingToGroupContext. time: 18526ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:13:53.716 [INFO] !MESSAGE [AUT-0] Finished: CaptureForPreferencesContext.test in 9626 (113 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:13:53.718 [INFO] !MESSAGE [AUT-0] Starting: CaptureForWorkbenchContext.test (114 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:13:53.735 [INFO] !MESSAGE Pass 114 (774) processed. 0 failed. spent: 33:57, 192:52 mins remaining. CaptureForPreferencesContext. time: 9626ms [INFO] Pass 114 (774) processed. 0 failed. spent: 33:57, 192:52 mins remaining. CaptureForPreferencesContext. time: 9626ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:14:25.752 [INFO] !MESSAGE [AUT-0] Finished: CaptureForWorkbenchContext.test in 30370 (114 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:14:25.754 [INFO] !MESSAGE [AUT-0] Starting: CaptureLaunchContext.test (115 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:14:25.780 [INFO] !MESSAGE Pass 115 (774) processed. 0 failed. spent: 34:29, 193:55 mins remaining. CaptureForWorkbenchContext. time: 30370ms [INFO] Pass 115 (774) processed. 0 failed. spent: 34:29, 193:55 mins remaining. CaptureForWorkbenchContext. time: 30370ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:15:08.270 [INFO] !MESSAGE [AUT-0] Finished: CaptureLaunchContext.test in 40953 (115 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:15:08.273 [INFO] !MESSAGE [AUT-0] Starting: CapturePreferencesContextWhenAutNotStarted.test (116 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:15:08.359 [INFO] !MESSAGE Pass 116 (774) processed. 0 failed. spent: 35:11, 195:53 mins remaining. CaptureLaunchContext. time: 40953ms [INFO] Pass 116 (774) processed. 0 failed. spent: 35:11, 195:53 mins remaining. CaptureLaunchContext. time: 40953ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:17:51.895 [INFO] !MESSAGE [AUT-0] Finished: CapturePreferencesContextWhenAutNotStarted.test in 161450 (116 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:17:51.896 [INFO] !MESSAGE [AUT-0] Starting: CaptureTableVerification.test (117 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:17:51.944 [INFO] !MESSAGE Pass 117 (774) processed. 0 failed. spent: 37:55, 209:01 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 161450ms [INFO] Pass 117 (774) processed. 0 failed. spent: 37:55, 209:01 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 161450ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:18:20.355 [INFO] !MESSAGE [AUT-0] Finished: CaptureTableVerification.test in 26766 (117 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:18:20.357 [INFO] !MESSAGE [AUT-0] Starting: CaptureTreeVerification.test (118 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:18:20.358 [INFO] !MESSAGE Pass 118 (774) processed. 0 failed. spent: 38:23, 209:30 mins remaining. CaptureTableVerification. time: 26766ms [INFO] Pass 118 (774) processed. 0 failed. spent: 38:23, 209:30 mins remaining. CaptureTableVerification. time: 26766ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:18:42.747 [INFO] !MESSAGE [AUT-0] Finished: CaptureTreeVerification.test in 20847 (118 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:18:42.749 [INFO] !MESSAGE [AUT-0] Starting: CaptureWorkbenchContextWhenAutNotStarted.test (119 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:18:42.755 [INFO] !MESSAGE Pass 119 (774) processed. 0 failed. spent: 38:46, 209:31 mins remaining. CaptureTreeVerification. time: 20847ms [INFO] Pass 119 (774) processed. 0 failed. spent: 38:46, 209:31 mins remaining. CaptureTreeVerification. time: 20847ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:21:26.282 [INFO] !MESSAGE [AUT-0] Finished: CaptureWorkbenchContextWhenAutNotStarted.test in 161742 (119 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:21:26.284 [INFO] !MESSAGE [AUT-0] Starting: CaptureWorkspaceContextWhenAutNotStarted.test (120 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:21:26.379 [INFO] !MESSAGE Pass 120 (774) processed. 0 failed. spent: 41:29, 222:02 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 161742ms [INFO] Pass 120 (774) processed. 0 failed. spent: 41:29, 222:02 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 161742ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:23:14.296 [INFO] !MESSAGE [AUT-0] Finished: CaptureWorkspaceContextWhenAutNotStarted.test in 106319 (120 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:23:14.298 [INFO] !MESSAGE [AUT-0] Starting: CaseSensitiveSearch.test (121 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:23:14.343 [INFO] !MESSAGE Pass 121 (774) processed. 0 failed. spent: 43:17, 229:26 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 106319ms [INFO] Pass 121 (774) processed. 0 failed. spent: 43:17, 229:26 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 106319ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:23:26.732 [INFO] !MESSAGE [AUT-0] Finished: CaseSensitiveSearch.test in 10693 (121 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:23:26.734 [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-04-24 11:23:26.760 [INFO] !MESSAGE Pass 122 (774) processed. 0 failed. spent: 43:30, 228:22 mins remaining. CaseSensitiveSearch. time: 10693ms [INFO] Pass 122 (774) processed. 0 failed. spent: 43:30, 228:22 mins remaining. CaseSensitiveSearch. time: 10693ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:23:40.125 [INFO] !MESSAGE [AUT-0] Finished: Change Editors order in workbench context.test in 12049 (122 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:23:40.126 [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-04-24 11:23:40.179 [INFO] !MESSAGE Pass 123 (774) processed. 0 failed. spent: 43:43, 227:19 mins remaining. Change Editors order in workbench context. time: 12049ms [INFO] Pass 123 (774) processed. 0 failed. spent: 43:43, 227:19 mins remaining. Change Editors order in workbench context. time: 12049ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:23:54.556 [INFO] !MESSAGE [AUT-0] Finished: Change views order in workbench context.test in 13110 (123 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:23:54.558 [INFO] !MESSAGE [AUT-0] Starting: ChangeSaveLoad.test (124 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:23:54.599 [INFO] !MESSAGE Pass 124 (774) processed. 0 failed. spent: 43:58, 226:27 mins remaining. Change views order in workbench context. time: 13110ms [INFO] Pass 124 (774) processed. 0 failed. spent: 43:58, 226:27 mins remaining. Change views order in workbench context. time: 13110ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:24:08.980 [INFO] !MESSAGE [AUT-0] Finished: ChangeSaveLoad.test in 13113 (124 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:24:08.982 [INFO] !MESSAGE [AUT-0] Starting: ChangeTestCaseNameDuringImport.test (125 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:24:09.020 [INFO] !MESSAGE Pass 125 (774) processed. 0 failed. spent: 44:12, 225:31 mins remaining. ChangeSaveLoad. time: 13113ms [INFO] Pass 125 (774) processed. 0 failed. spent: 44:12, 225:31 mins remaining. ChangeSaveLoad. time: 13113ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:24:25.903 [INFO] !MESSAGE [AUT-0] Finished: ChangeTestCaseNameDuringImport.test in 15205 (125 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:24:25.905 [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-04-24 11:24:25.943 [INFO] !MESSAGE Pass 126 (774) processed. 0 failed. spent: 44:29, 224:50 mins remaining. ChangeTestCaseNameDuringImport. time: 15205ms [INFO] Pass 126 (774) processed. 0 failed. spent: 44:29, 224:50 mins remaining. ChangeTestCaseNameDuringImport. time: 15205ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:24:36.808 [INFO] !MESSAGE [AUT-0] Finished: Check default options for new workbench context.test in 9365 (126 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:24:36.810 [INFO] !MESSAGE [AUT-0] Starting: CheckDirtyFlagAfterEdit.test (127 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:24:36.858 [INFO] !MESSAGE Pass 127 (774) processed. 0 failed. spent: 44:40, 223:40 mins remaining. Check default options for new workbench context. time: 9365ms [INFO] Pass 127 (774) processed. 0 failed. spent: 44:40, 223:40 mins remaining. Check default options for new workbench context. time: 9365ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:24:49.200 [INFO] !MESSAGE [AUT-0] Finished: CheckDirtyFlagAfterEdit.test in 10736 (127 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:24:49.202 [INFO] !MESSAGE [AUT-0] Starting: CheckExecutionViewHistory.test (128 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:24:49.276 [INFO] !MESSAGE Pass 128 (774) processed. 0 failed. spent: 44:52, 222:36 mins remaining. CheckDirtyFlagAfterEdit. time: 10736ms [INFO] Pass 128 (774) processed. 0 failed. spent: 44:52, 222:36 mins remaining. CheckDirtyFlagAfterEdit. time: 10736ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:25:54.679 [INFO] !MESSAGE [AUT-0] Finished: CheckExecutionViewHistory.test in 63779 (128 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:25:54.680 [INFO] !MESSAGE [AUT-0] Starting: CheckJunitXMLReport.test (129 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:25:54.719 [INFO] !MESSAGE Pass 129 (774) processed. 0 failed. spent: 45:58, 225:58 mins remaining. CheckExecutionViewHistory. time: 63779ms [INFO] Pass 129 (774) processed. 0 failed. spent: 45:58, 225:58 mins remaining. CheckExecutionViewHistory. time: 63779ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:26:29.156 [INFO] !MESSAGE [AUT-0] Finished: CheckJunitXMLReport.test in 32789 (129 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:26:29.158 [INFO] !MESSAGE [AUT-0] Starting: CheckMissingReferences.test (130 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:26:29.161 [INFO] !MESSAGE Pass 130 (774) processed. 0 failed. spent: 46:32, 226:40 mins remaining. CheckJunitXMLReport. time: 32789ms [INFO] Pass 130 (774) processed. 0 failed. spent: 46:32, 226:40 mins remaining. CheckJunitXMLReport. time: 32789ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:26:44.049 [INFO] !MESSAGE [AUT-0] Finished: CheckMissingReferences.test in 13213 (130 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:26:44.052 [INFO] !MESSAGE [AUT-0] Starting: CheckResourceModifications.test (131 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:26:44.082 [INFO] !MESSAGE Pass 131 (774) processed. 0 failed. spent: 46:47, 225:49 mins remaining. MissingReferences. time: 13213ms [INFO] Pass 131 (774) processed. 0 failed. spent: 46:47, 225:49 mins remaining. MissingReferences. time: 13213ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:27:11.959 [INFO] !MESSAGE [AUT-0] Finished: CheckResourceModifications.test in 26609 (131 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:27:11.961 [INFO] !MESSAGE [AUT-0] Starting: CheckXMLReport.test (132 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:27:12.020 [INFO] !MESSAGE Pass 132 (774) processed. 0 failed. spent: 47:15, 226:01 mins remaining. CheckResourceModifications. time: 26609ms [INFO] Pass 132 (774) processed. 0 failed. spent: 47:15, 226:01 mins remaining. CheckResourceModifications. time: 26609ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:27:45.911 [INFO] !MESSAGE [AUT-0] Finished: CheckXMLReport.test in 32177 (132 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:27:45.912 [INFO] !MESSAGE [AUT-0] Starting: Clear Description in Workbench Context.test (133 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:27:45.976 [INFO] !MESSAGE Pass 133 (774) processed. 0 failed. spent: 47:49, 226:41 mins remaining. CheckXMLReport. time: 32177ms [INFO] Pass 133 (774) processed. 0 failed. spent: 47:49, 226:41 mins remaining. CheckXMLReport. time: 32177ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:27:56.451 [INFO] !MESSAGE [AUT-0] Finished: Clear Description in Workbench Context.test in 8881 (133 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:27:56.453 [INFO] !MESSAGE [AUT-0] Starting: Clear Workspace.test (134 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:27:56.489 [INFO] !MESSAGE Pass 134 (774) processed. 0 failed. spent: 47:59, 225:27 mins remaining. Clear Description in Workbench Context. time: 8881ms [INFO] Pass 134 (774) processed. 0 failed. spent: 47:59, 225:27 mins remaining. Clear Description in Workbench Context. time: 8881ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:28:24.913 [INFO] !MESSAGE [AUT-0] Finished: Clear Workspace.test in 27012 (134 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:28:24.915 [INFO] !MESSAGE [AUT-0] Starting: ClearBreakpointsInLaunchContext.test (135 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:28:24.928 [INFO] !MESSAGE Pass 135 (774) processed. 0 failed. spent: 48:28, 225:42 mins remaining. Clear Workspace. time: 27012ms [INFO] Pass 135 (774) processed. 0 failed. spent: 48:28, 225:42 mins remaining. Clear Workspace. time: 27012ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:29:13.414 [INFO] !MESSAGE [AUT-0] Finished: ClearBreakpointsInLaunchContext.test in 46908 (135 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:29:13.415 [INFO] !MESSAGE [AUT-0] Starting: ClearClipboardInWBContext.test (136 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:29:13.445 [INFO] !MESSAGE Pass 136 (774) processed. 0 failed. spent: 49:16, 227:24 mins remaining. ClearBreakpointsInLaunchContext. time: 46908ms [INFO] Pass 136 (774) processed. 0 failed. spent: 49:16, 227:24 mins remaining. ClearBreakpointsInLaunchContext. time: 46908ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:29:30.891 [INFO] !MESSAGE [AUT-0] Finished: ClearClipboardInWBContext.test in 15927 (136 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:29:30.893 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInContextEditor.test (137 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:29:30.966 [INFO] !MESSAGE Pass 137 (774) processed. 0 failed. spent: 49:34, 226:47 mins remaining. ClearClipboardInWBContext. time: 15927ms [INFO] Pass 137 (774) processed. 0 failed. spent: 49:34, 226:47 mins remaining. ClearClipboardInWBContext. time: 15927ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:29:44.826 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInContextEditor.test in 12253 (137 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:29:44.827 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInTestEditor.test (138 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:29:44.884 [INFO] !MESSAGE Pass 138 (774) processed. 0 failed. spent: 49:48, 225:52 mins remaining. ClearDescriptionInContextEditor. time: 12253ms [INFO] Pass 138 (774) processed. 0 failed. spent: 49:48, 225:52 mins remaining. ClearDescriptionInContextEditor. time: 12253ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:30:01.719 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInTestEditor.test in 15324 (138 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:30:01.721 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInTestSuite.test (139 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:30:01.802 [INFO] !MESSAGE Pass 139 (774) processed. 0 failed. spent: 50:05, 225:11 mins remaining. ClearDescriptionInTestEditor. time: 15324ms [INFO] Pass 139 (774) processed. 0 failed. spent: 50:05, 225:11 mins remaining. ClearDescriptionInTestEditor. time: 15324ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:30:17.137 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInTestSuite.test in 13743 (139 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:30:17.140 [INFO] !MESSAGE [AUT-0] Starting: ClearExecutionHistory.test (140 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:30:17.219 [INFO] !MESSAGE Pass 140 (774) processed. 0 failed. spent: 50:20, 224:22 mins remaining. ClearDescriptionInTestSuite. time: 13743ms [INFO] Pass 140 (774) processed. 0 failed. spent: 50:20, 224:22 mins remaining. ClearDescriptionInTestSuite. time: 13743ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:31:05.614 [INFO] !MESSAGE [AUT-0] Finished: ClearExecutionHistory.test in 46641 (140 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:31:05.616 [INFO] !MESSAGE [AUT-0] Starting: ClearFolderInFolderContext.test (141 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:31:05.682 [INFO] !MESSAGE Pass 141 (774) processed. 0 failed. spent: 51:09, 226:03 mins remaining. ClearExecutionHistory. time: 46641ms [INFO] Pass 141 (774) processed. 0 failed. spent: 51:09, 226:03 mins remaining. ClearExecutionHistory. time: 46641ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:31:22.509 [INFO] !MESSAGE [AUT-0] Finished: ClearFolderInFolderContext.test in 15415 (141 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:31:22.511 [INFO] !MESSAGE [AUT-0] Starting: ClearLaunchConfigurations.test (142 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:31:22.602 [INFO] !MESSAGE Pass 142 (774) processed. 0 failed. spent: 51:26, 225:22 mins remaining. ClearFolderInFolderContext. time: 15415ms [INFO] Pass 142 (774) processed. 0 failed. spent: 51:26, 225:22 mins remaining. ClearFolderInFolderContext. time: 15415ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:32:02.505 [INFO] !MESSAGE [AUT-0] Finished: ClearLaunchConfigurations.test in 38448 (142 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:32:02.507 [INFO] !MESSAGE [AUT-0] Starting: ClearPreferencesInPrefContext.test (143 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:32:02.550 [INFO] !MESSAGE Pass 143 (774) processed. 0 failed. spent: 52:06, 226:21 mins remaining. ClearLaunchConfigurations. time: 38448ms [INFO] Pass 143 (774) processed. 0 failed. spent: 52:06, 226:21 mins remaining. ClearLaunchConfigurations. time: 38448ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:32:16.502 [INFO] !MESSAGE [AUT-0] Finished: ClearPreferencesInPrefContext.test in 12362 (143 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:32:16.504 [INFO] !MESSAGE [AUT-0] Starting: ClearScript.test (144 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:32:16.567 [INFO] !MESSAGE Pass 144 (774) processed. 0 failed. spent: 52:20, 225:27 mins remaining. ClearPreferencesInPrefContext. time: 12362ms [INFO] Pass 144 (774) processed. 0 failed. spent: 52:20, 225:27 mins remaining. ClearPreferencesInPrefContext. time: 12362ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:32:33.974 [INFO] !MESSAGE [AUT-0] Finished: ClearScript.test in 15674 (144 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:32:33.976 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptButtonIsDisabledDuringRecording.test (145 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:32:33.988 [INFO] !MESSAGE Pass 145 (774) processed. 0 failed. spent: 52:37, 224:47 mins remaining. ClearScript. time: 15674ms [INFO] Pass 145 (774) processed. 0 failed. spent: 52:37, 224:47 mins remaining. ClearScript. time: 15674ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:32:41.824 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptButtonIsDisabledDuringRecording.test in 6692 (145 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:32:41.826 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptInControlPanel.test (146 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:32:41.898 [INFO] !MESSAGE Pass 146 (774) processed. 0 failed. spent: 52:45, 223:28 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 6692ms [INFO] Pass 146 (774) processed. 0 failed. spent: 52:45, 223:28 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 6692ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:32:53.733 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptInControlPanel.test in 10563 (146 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:32:53.735 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptViewer.scenario (147 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:32:53.811 [INFO] !MESSAGE Pass 147 (774) processed. 0 failed. spent: 52:57, 222:27 mins remaining. ClearScriptInControlPanel. time: 10563ms [INFO] Pass 147 (774) processed. 0 failed. spent: 52:57, 222:27 mins remaining. ClearScriptInControlPanel. time: 10563ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:33:08.658 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptViewer.scenario in 13517 (147 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:33:08.660 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptViewerInECLContext.test (148 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:33:08.730 [INFO] !MESSAGE Pass 148 (774) processed. 0 failed. spent: 53:12, 221:40 mins remaining. ClearScriptViewer. time: 13517ms [INFO] Pass 148 (774) processed. 0 failed. spent: 53:12, 221:40 mins remaining. ClearScriptViewer. time: 13517ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:33:24.575 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptViewerInECLContext.test in 14378 (148 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:33:24.577 [INFO] !MESSAGE [AUT-0] Starting: ClearWorkspaceByFolderContext.test (149 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:33:24.649 [INFO] !MESSAGE Pass 149 (774) processed. 0 failed. spent: 53:28, 220:56 mins remaining. ClearScriptViewerInECLContext. time: 14378ms [INFO] Pass 149 (774) processed. 0 failed. spent: 53:28, 220:56 mins remaining. ClearScriptViewerInECLContext. time: 14378ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:33:38.476 [INFO] !MESSAGE [AUT-0] Finished: ClearWorkspaceByFolderContext.test in 12488 (149 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:33:38.478 [INFO] !MESSAGE [AUT-0] Starting: Close Modal Dialogs.test (150 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:33:38.566 [INFO] !MESSAGE Pass 150 (774) processed. 0 failed. spent: 53:42, 220:05 mins remaining. ClearWorkspaceByFolderContext. time: 12488ms [INFO] Pass 150 (774) processed. 0 failed. spent: 53:42, 220:05 mins remaining. ClearWorkspaceByFolderContext. time: 12488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:33:57.885 [INFO] !MESSAGE [AUT-0] Finished: Close Modal Dialogs.test in 17972 (150 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:33:57.886 [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-04-24 11:33:57.890 [INFO] !MESSAGE Pass 151 (774) processed. 0 failed. spent: 54:01, 219:35 mins remaining. Close Modal Dialogs. time: 17972ms [INFO] Pass 151 (774) processed. 0 failed. spent: 54:01, 219:35 mins remaining. Close Modal Dialogs. time: 17972ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:34:08.327 [INFO] !MESSAGE [AUT-0] Finished: Close opened editors should be disabled if Resest perspective is set.test in 8884 (151 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:34:08.329 [INFO] !MESSAGE [AUT-0] Starting: CloseControlPanel.test (152 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:34:08.402 [INFO] !MESSAGE Pass 152 (774) processed. 0 failed. spent: 54:11, 218:29 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 8884ms [INFO] Pass 152 (774) processed. 0 failed. spent: 54:11, 218:29 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 8884ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:34:22.759 [INFO] !MESSAGE [AUT-0] Finished: CloseControlPanel.test in 13051 (152 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:34:22.761 [INFO] !MESSAGE [AUT-0] Starting: CloseEditorAtDeletingProject.test (153 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:34:22.819 [INFO] !MESSAGE Pass 153 (774) processed. 0 failed. spent: 54:26, 217:44 mins remaining. CloseControlPanel. time: 13051ms [INFO] Pass 153 (774) processed. 0 failed. spent: 54:26, 217:44 mins remaining. CloseControlPanel. time: 13051ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:34:46.670 [INFO] !MESSAGE [AUT-0] Finished: CloseEditorAtDeletingProject.test in 22521 (153 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:34:46.672 [INFO] !MESSAGE [AUT-0] Starting: CloseOpenedEditorsInWBContext.test (154 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:34:46.750 [INFO] !MESSAGE Pass 154 (774) processed. 0 failed. spent: 54:50, 217:34 mins remaining. CloseEditorAtDeletingProject. time: 22521ms [INFO] Pass 154 (774) processed. 0 failed. spent: 54:50, 217:34 mins remaining. CloseEditorAtDeletingProject. time: 22521ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:35:16.046 [INFO] !MESSAGE [AUT-0] Finished: CloseOpenedEditorsInWBContext.test in 27820 (154 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:35:16.048 [INFO] !MESSAGE [AUT-0] Starting: CloseTextView.test (155 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:35:16.088 [INFO] !MESSAGE Pass 155 (774) processed. 0 failed. spent: 55:19, 217:44 mins remaining. CloseOpenedEditorsInWBContext. time: 27820ms [INFO] Pass 155 (774) processed. 0 failed. spent: 55:19, 217:44 mins remaining. CloseOpenedEditorsInWBContext. time: 27820ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:35:27.519 [INFO] !MESSAGE [AUT-0] Finished: CloseTextView.test in 9864 (155 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:35:27.521 [INFO] !MESSAGE [AUT-0] Starting: CloseUnrelatedProjectsInQ7Explorer.test (156 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:35:27.603 [INFO] !MESSAGE Pass 156 (774) processed. 0 failed. spent: 55:31, 216:47 mins remaining. CloseTextEditor. time: 9864ms [INFO] Pass 156 (774) processed. 0 failed. spent: 55:31, 216:47 mins remaining. CloseTextEditor. time: 9864ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:35:50.508 [INFO] !MESSAGE [AUT-0] Finished: CloseUnrelatedProjectsInQ7Explorer.test in 21185 (156 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:35:50.510 [INFO] !MESSAGE [AUT-0] Starting: ClosedProjectInQ7Explorer.test (157 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:35:50.530 [INFO] !MESSAGE Pass 157 (774) processed. 0 failed. spent: 55:53, 216:30 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 21185ms [INFO] Pass 157 (774) processed. 0 failed. spent: 55:53, 216:30 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 21185ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:36:10.998 [INFO] !MESSAGE [AUT-0] Finished: ClosedProjectInQ7Explorer.test in 19235 (157 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:36:11.000 [INFO] !MESSAGE [AUT-0] Starting: Coloring Comments in Script Viewer.test (158 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:36:11.052 [INFO] !MESSAGE Pass 158 (774) processed. 0 failed. spent: 56:14, 216:08 mins remaining. ClosedProjectInQ7Explorer. time: 19235ms [INFO] Pass 158 (774) processed. 0 failed. spent: 56:14, 216:08 mins remaining. ClosedProjectInQ7Explorer. time: 19235ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:36:30.944 [INFO] !MESSAGE [AUT-0] Finished: Coloring Comments in Script Viewer.test in 18669 (158 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:36:30.946 [INFO] !MESSAGE [AUT-0] Starting: ColumnClickByIndex.test (159 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:36:30.975 [INFO] !MESSAGE Pass 159 (774) processed. 0 failed. spent: 56:34, 215:43 mins remaining. Coloring Comments in Script Viewer. time: 18669ms [INFO] Pass 159 (774) processed. 0 failed. spent: 56:34, 215:43 mins remaining. Coloring Comments in Script Viewer. time: 18669ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:36:40.003 [INFO] !MESSAGE [AUT-0] Finished: ColumnClickByIndex.test in 7466 (159 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:36:40.005 [INFO] !MESSAGE [AUT-0] Starting: ColumnTitleClick.test (160 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:36:40.086 [INFO] !MESSAGE Pass 160 (774) processed. 0 failed. spent: 56:43, 214:36 mins remaining. ColumnClickByIndex. time: 7466ms [INFO] Pass 160 (774) processed. 0 failed. spent: 56:43, 214:36 mins remaining. ColumnClickByIndex. time: 7466ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:36:47.388 [INFO] !MESSAGE [AUT-0] Finished: ColumnTitleClick.test in 6039 (160 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:36:47.389 [INFO] !MESSAGE [AUT-0] Starting: Comment 1-line.test (161 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:36:47.395 [INFO] !MESSAGE Pass 161 (774) processed. 0 failed. spent: 56:50, 213:23 mins remaining. ColumnTitleClick. time: 6039ms [INFO] Pass 161 (774) processed. 0 failed. spent: 56:50, 213:23 mins remaining. ColumnTitleClick. time: 6039ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:36:58.810 [INFO] !MESSAGE [AUT-0] Finished: Comment 1-line.test in 9980 (161 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:36:58.839 [INFO] !MESSAGE [AUT-0] Starting: Comment 2-lines.test (162 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:36:58.910 [INFO] !MESSAGE Pass 162 (774) processed. 0 failed. spent: 57:02, 212:29 mins remaining. Comment 1-line. time: 9980ms [INFO] Pass 162 (774) processed. 0 failed. spent: 57:02, 212:29 mins remaining. Comment 1-line. time: 9980ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:37:13.775 [INFO] !MESSAGE [AUT-0] Finished: Comment 2-lines.test in 13543 (162 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:37:13.777 [INFO] !MESSAGE [AUT-0] Starting: Comment javadoc.test (163 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:37:13.824 [INFO] !MESSAGE Pass 163 (774) processed. 0 failed. spent: 57:17, 211:46 mins remaining. Comment 2-lines. time: 13543ms [INFO] Pass 163 (774) processed. 0 failed. spent: 57:17, 211:46 mins remaining. Comment 2-lines. time: 13543ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:37:28.254 [INFO] !MESSAGE [AUT-0] Finished: Comment javadoc.test in 12944 (163 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:37:28.255 [INFO] !MESSAGE [AUT-0] Starting: CommentsSeveralLinesInScriptView.test (164 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:37:28.340 [INFO] !MESSAGE Pass 164 (774) processed. 0 failed. spent: 57:31, 211:00 mins remaining. Comment javadoc. time: 12944ms [INFO] Pass 164 (774) processed. 0 failed. spent: 57:31, 211:00 mins remaining. Comment javadoc. time: 12944ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:37:48.699 [INFO] !MESSAGE [AUT-0] Finished: CommentsSeveralLinesInScriptView.test in 18775 (164 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:37:48.701 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCaseWithItsLocalHistory.test (165 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:37:48.764 [INFO] !MESSAGE Pass 165 (774) processed. 0 failed. spent: 57:52, 210:40 mins remaining. CommentsSeveralLinesInScriptView. time: 18775ms [INFO] Pass 165 (774) processed. 0 failed. spent: 57:52, 210:40 mins remaining. CommentsSeveralLinesInScriptView. time: 18775ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:38:20.177 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCaseWithItsLocalHistory.test in 29680 (165 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:38:20.179 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCasesByComparingProjects.test (166 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:38:20.203 [INFO] !MESSAGE Pass 166 (774) processed. 0 failed. spent: 58:23, 210:56 mins remaining. CompareTestCaseWithItsLocalHistory. time: 29680ms [INFO] Pass 166 (774) processed. 0 failed. spent: 58:23, 210:56 mins remaining. CompareTestCaseWithItsLocalHistory. time: 29680ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:38:38.139 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCasesByComparingProjects.test in 16632 (166 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:38:38.141 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCasesWithThreeWayComparison.test (167 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:38:38.225 [INFO] !MESSAGE Pass 167 (774) processed. 0 failed. spent: 58:41, 210:25 mins remaining. CompareTestCasesByComparingProjects. time: 16632ms [INFO] Pass 167 (774) processed. 0 failed. spent: 58:41, 210:25 mins remaining. CompareTestCasesByComparingProjects. time: 16632ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:38:56.077 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCasesWithThreeWayComparison.test in 16514 (167 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:38:56.079 [INFO] !MESSAGE [AUT-0] Starting: CompareTwoTestCasesWithEachOther.test (168 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:38:56.148 [INFO] !MESSAGE Pass 168 (774) processed. 0 failed. spent: 58:59, 209:54 mins remaining. CompareTestCasesWithThreeWayComparison. time: 16514ms [INFO] Pass 168 (774) processed. 0 failed. spent: 58:59, 209:54 mins remaining. CompareTestCasesWithThreeWayComparison. time: 16514ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:39:13.021 [INFO] !MESSAGE [AUT-0] Finished: CompareTwoTestCasesWithEachOther.test in 15433 (168 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:39:13.023 [INFO] !MESSAGE [AUT-0] Starting: CompareTwoTestsCasesFromDiffenetProjectsWithEachOther.test (169 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:39:13.070 [INFO] !MESSAGE Pass 169 (774) processed. 0 failed. spent: 59:16, 209:20 mins remaining. CompareTwoTestCasesWithEachOther. time: 15433ms [INFO] Pass 169 (774) processed. 0 failed. spent: 59:16, 209:20 mins remaining. CompareTwoTestCasesWithEachOther. time: 15433ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:39:29.956 [INFO] !MESSAGE [AUT-0] Finished: CompareTwoTestsCasesFromDiffenetProjectsWithEachOther.test in 15486 (169 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:39:29.958 [INFO] !MESSAGE [AUT-0] Starting: ConfigureProjectDefaultVerifications.test (170 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:39:29.990 [INFO] !MESSAGE Pass 170 (774) processed. 0 failed. spent: 59:33, 208:46 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 15486ms [INFO] Pass 170 (774) processed. 0 failed. spent: 59:33, 208:46 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 15486ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:39:43.390 [INFO] !MESSAGE [AUT-0] Finished: ConfigureProjectDefaultVerifications.test in 11780 (170 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:39:43.392 [INFO] !MESSAGE [AUT-0] Starting: Context.test (171 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:39:43.407 [INFO] !MESSAGE Pass 171 (774) processed. 0 failed. spent: 59:46, 207:58 mins remaining. ConfigureProjectDefaultVerifications. time: 11780ms [INFO] Pass 171 (774) processed. 0 failed. spent: 59:46, 207:58 mins remaining. ConfigureProjectDefaultVerifications. time: 11780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:39:57.820 [INFO] !MESSAGE [AUT-0] Finished: Context.test in 12754 (171 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:39:57.823 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Description.test (172 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:39:57.824 [INFO] !MESSAGE Pass 172 (774) processed. 0 failed. spent: 60:01, 207:17 mins remaining. Context. time: 12754ms [INFO] Pass 172 (774) processed. 0 failed. spent: 60:01, 207:17 mins remaining. Context. time: 12754ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:40:08.725 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Description.test in 9322 (172 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:40:08.731 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Name.test (173 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:40:08.738 [INFO] !MESSAGE Pass 173 (774) processed. 0 failed. spent: 60:12, 206:24 mins remaining. ContextMenu_Context. time: 9322ms [INFO] Pass 173 (774) processed. 0 failed. spent: 60:12, 206:24 mins remaining. ContextMenu_Context. time: 9322ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:40:19.620 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Name.test in 9256 (173 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:40:19.622 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Script.test (174 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:40:19.652 [INFO] !MESSAGE Pass 174 (774) processed. 0 failed. spent: 60:23, 205:30 mins remaining. ContextMenu_Name. time: 9256ms [INFO] Pass 174 (774) processed. 0 failed. spent: 60:23, 205:30 mins remaining. ContextMenu_Name. time: 9256ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:40:31.036 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Script.test in 9830 (174 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:40:31.039 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Tag.test (175 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:40:31.066 [INFO] !MESSAGE Pass 175 (774) processed. 0 failed. spent: 60:34, 204:37 mins remaining. ContextMenu_Script. time: 9830ms [INFO] Pass 175 (774) processed. 0 failed. spent: 60:34, 204:37 mins remaining. ContextMenu_Script. time: 9830ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:40:41.499 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Tag.test in 8737 (175 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:40:41.501 [INFO] !MESSAGE [AUT-0] Starting: ContextMenusOnOldProjects.test (176 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:40:41.578 [INFO] !MESSAGE Pass 176 (774) processed. 0 failed. spent: 60:45, 203:45 mins remaining. ContextMenu_Tag. time: 8737ms [INFO] Pass 176 (774) processed. 0 failed. spent: 60:45, 203:45 mins remaining. ContextMenu_Tag. time: 8737ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:40:50.910 [INFO] !MESSAGE [AUT-0] Finished: ContextMenusOnOldProjects.test in 7837 (176 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:40:50.913 [INFO] !MESSAGE [AUT-0] Starting: ContextNameUpdateInTestCaseAfterRename.test (177 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:40:50.989 [INFO] !MESSAGE Pass 177 (774) processed. 0 failed. spent: 60:54, 202:46 mins remaining. ContextMenusOnOldProjects. time: 7837ms [INFO] Pass 177 (774) processed. 0 failed. spent: 60:54, 202:46 mins remaining. ContextMenusOnOldProjects. time: 7837ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:41:24.855 [INFO] !MESSAGE [AUT-0] Finished: ContextNameUpdateInTestCaseAfterRename.test in 32460 (177 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:41:24.857 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_Capturing.failed.test (178 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:41:24.927 [INFO] !MESSAGE Pass 178 (774) processed. 0 failed. spent: 61:28, 203:10 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 32460ms [INFO] Pass 178 (774) processed. 0 failed. spent: 61:28, 203:10 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 32460ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:41:50.782 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_Capturing.failed.test in 24567 (178 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:41:50.784 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_ControlPanel.scenario (179 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:41:50.858 [INFO] !MESSAGE Pass 179 (774) processed. 0 failed. spent: 61:54, 203:08 mins remaining. ContextSelectionDialog_Capturing. time: 24567ms [INFO] Pass 179 (774) processed. 0 failed. spent: 61:54, 203:08 mins remaining. ContextSelectionDialog_Capturing. time: 24567ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:42:16.272 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_ControlPanel.scenario in 23637 (179 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:42:16.274 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_GroupContextEditor.scenario (180 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:42:16.289 [INFO] !MESSAGE Pass 180 (774) processed. 0 failed. spent: 62:19, 203:02 mins remaining. ContextSelectionDialog_ControlPanel. time: 23637ms [INFO] Pass 180 (774) processed. 0 failed. spent: 62:19, 203:02 mins remaining. ContextSelectionDialog_ControlPanel. time: 23637ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:42:27.212 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_GroupContextEditor.scenario in 9238 (180 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:42:27.214 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_ScenarioEditor.scenario (181 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:42:27.302 [INFO] !MESSAGE Pass 181 (774) processed. 0 failed. spent: 62:30, 202:11 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 9238ms [INFO] Pass 181 (774) processed. 0 failed. spent: 62:30, 202:11 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 9238ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:42:38.154 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_ScenarioEditor.scenario in 9359 (181 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:42:38.156 [INFO] !MESSAGE [AUT-0] Starting: ControlPanel.test (182 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:42:38.215 [INFO] !MESSAGE Pass 182 (774) processed. 0 failed. spent: 62:41, 201:20 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 9359ms [INFO] Pass 182 (774) processed. 0 failed. spent: 62:41, 201:20 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 9359ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:42:57.506 [INFO] !MESSAGE [AUT-0] Finished: ControlPanel.test in 18001 (182 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:42:57.508 [INFO] !MESSAGE [AUT-0] Starting: ControlPanelShoudBeResizeble.test (183 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:42:57.537 [INFO] !MESSAGE Pass 183 (774) processed. 0 failed. spent: 63:00, 200:55 mins remaining. ControlPanel. time: 18001ms [INFO] Pass 183 (774) processed. 0 failed. spent: 63:00, 200:55 mins remaining. ControlPanel. time: 18001ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:44:08.385 [INFO] !MESSAGE [AUT-0] Finished: ControlPanelShoudBeResizeble.test in 69225 (183 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:44:08.387 [INFO] !MESSAGE [AUT-0] Starting: ControlPanelUI.test (184 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:44:08.471 [INFO] !MESSAGE Pass 184 (774) processed. 0 failed. spent: 64:11, 203:14 mins remaining. ControlPanelShoudBeResizeble. time: 69225ms [INFO] Pass 184 (774) processed. 0 failed. spent: 64:11, 203:14 mins remaining. ControlPanelShoudBeResizeble. time: 69225ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:44:21.808 [INFO] !MESSAGE [AUT-0] Finished: ControlPanelUI.test in 12160 (184 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:44:21.810 [INFO] !MESSAGE [AUT-0] Starting: Copy Workspace Context.test (185 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:44:21.888 [INFO] !MESSAGE Pass 185 (774) processed. 0 failed. spent: 64:25, 202:33 mins remaining. ControlPanelUI. time: 12160ms [INFO] Pass 185 (774) processed. 0 failed. spent: 64:25, 202:33 mins remaining. ControlPanelUI. time: 12160ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:44:45.710 [INFO] !MESSAGE [AUT-0] Finished: Copy Workspace Context.test in 22278 (185 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:44:45.711 [INFO] !MESSAGE [AUT-0] Starting: Copy of ContextMenu_Verification.test (186 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:44:45.717 [INFO] !MESSAGE Pass 186 (774) processed. 0 failed. spent: 64:49, 202:22 mins remaining. Copy Workspace Context. time: 22278ms [INFO] Pass 186 (774) processed. 0 failed. spent: 64:49, 202:22 mins remaining. Copy Workspace Context. time: 22278ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:44:56.618 [INFO] !MESSAGE [AUT-0] Finished: Copy of ContextMenu_Verification.test in 9474 (186 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:44:56.620 [INFO] !MESSAGE [AUT-0] Starting: CopyAndMergeFolderToProjectWithDuplicateFolder.test (187 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:44:56.630 [INFO] !MESSAGE Pass 187 (774) processed. 0 failed. spent: 65:00, 201:32 mins remaining. Copy of ContextMenu_Verification. time: 9474ms [INFO] Pass 187 (774) processed. 0 failed. spent: 65:00, 201:32 mins remaining. Copy of ContextMenu_Verification. time: 9474ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:45:24.045 [INFO] !MESSAGE [AUT-0] Finished: CopyAndMergeFolderToProjectWithDuplicateFolder.test in 25698 (187 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:45:24.046 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameContext.test (188 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:45:24.061 [INFO] !MESSAGE Pass 188 (774) processed. 0 failed. spent: 65:27, 201:31 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 25698ms [INFO] Pass 188 (774) processed. 0 failed. spent: 65:27, 201:31 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 25698ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:45:40.482 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameContext.test in 14918 (188 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:45:40.484 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameProject.test (189 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:45:40.484 [INFO] !MESSAGE Pass 189 (774) processed. 0 failed. spent: 65:43, 202:20 mins remaining. CopyAndRenameContext. time: 14918ms [INFO] Pass 189 (774) processed. 0 failed. spent: 65:43, 202:20 mins remaining. CopyAndRenameContext. time: 14918ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:45:57.936 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameProject.test in 15951 (189 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:45:57.940 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameTestToTheSameLocation.test (190 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:45:58.006 [INFO] !MESSAGE Pass 190 (774) processed. 0 failed. spent: 66:01, 200:27 mins remaining. CopyAndRenameProject. time: 15951ms [INFO] Pass 190 (774) processed. 0 failed. spent: 66:01, 200:27 mins remaining. CopyAndRenameProject. time: 15951ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:46:12.323 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameTestToTheSameLocation.test in 12966 (190 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:46:12.324 [INFO] !MESSAGE Pass 191 (774) processed. 0 failed. spent: 66:15, 201:09 mins remaining. CopyAndRenameTestToTheSameLocation. time: 12966ms [INFO] Pass 191 (774) processed. 0 failed. spent: 66:15, 201:09 mins remaining. CopyAndRenameTestToTheSameLocation. time: 12966ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:46:12.325 [INFO] !MESSAGE [AUT-0] Starting: CopyContextFromOneGroupContextToAnother_NEW.test (191 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:46:27.789 [INFO] !MESSAGE [AUT-0] Finished: CopyContextFromOneGroupContextToAnother_NEW.test in 13663 (191 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:46:27.791 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToAnotherTestInOneProject.test (192 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:46:27.843 [INFO] !MESSAGE Pass 192 (774) processed. 0 failed. spent: 66:31, 199:12 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 13663ms [INFO] Pass 192 (774) processed. 0 failed. spent: 66:31, 199:12 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 13663ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:46:43.697 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToAnotherTestInOneProject.test in 14434 (192 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:46:43.699 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToTestByShortKey.test (193 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:46:43.762 [INFO] !MESSAGE Pass 193 (774) processed. 0 failed. spent: 66:47, 198:38 mins remaining. CopyContextListToAnotherTestInOneProject. time: 14434ms [INFO] Pass 193 (774) processed. 0 failed. spent: 66:47, 198:38 mins remaining. CopyContextListToAnotherTestInOneProject. time: 14434ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:46:59.596 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToTestByShortKey.test in 14299 (193 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:46:59.598 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToTestFromReferencedProject.test (194 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:46:59.681 [INFO] !MESSAGE Pass 194 (774) processed. 0 failed. spent: 67:03, 198:04 mins remaining. CopyContextListToTestByShortKey. time: 14299ms [INFO] Pass 194 (774) processed. 0 failed. spent: 67:03, 198:04 mins remaining. CopyContextListToTestByShortKey. time: 14299ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:47:17.040 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToTestFromReferencedProject.test in 15970 (194 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:47:17.042 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToAnotherProject.test (195 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:47:17.103 [INFO] !MESSAGE Pass 195 (774) processed. 0 failed. spent: 67:20, 197:33 mins remaining. CopyContextListToTestFromReferencedProject. time: 15970ms [INFO] Pass 195 (774) processed. 0 failed. spent: 67:20, 197:33 mins remaining. CopyContextListToTestFromReferencedProject. time: 15970ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:47:50.969 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToAnotherProject.test in 32375 (195 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:47:50.971 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToProjectWithDuplicateContext.test (196 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:47:51.044 [INFO] !MESSAGE Pass 196 (774) processed. 0 failed. spent: 67:54, 197:52 mins remaining. CopyContextToAnotherProject. time: 32375ms [INFO] Pass 196 (774) processed. 0 failed. spent: 67:54, 197:52 mins remaining. CopyContextToAnotherProject. time: 32375ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:48:10.905 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToProjectWithDuplicateContext.test in 18238 (196 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:48:10.907 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToTestFromNotReferencedProject.test (197 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:48:10.969 [INFO] !MESSAGE Pass 197 (774) processed. 0 failed. spent: 68:14, 197:29 mins remaining. CopyContextToProjectWithDuplicateContext. time: 18238ms [INFO] Pass 197 (774) processed. 0 failed. spent: 68:14, 197:29 mins remaining. CopyContextToProjectWithDuplicateContext. time: 18238ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:48:42.383 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToTestFromNotReferencedProject.test in 30025 (197 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:48:42.384 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToTheSameLocation.test (198 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:48:42.405 [INFO] !MESSAGE Pass 198 (774) processed. 0 failed. spent: 68:45, 197:39 mins remaining. CopyContextToTestFromNotReferencedProject. time: 30025ms [INFO] Pass 198 (774) processed. 0 failed. spent: 68:45, 197:39 mins remaining. CopyContextToTestFromNotReferencedProject. time: 30025ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:48:57.794 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToTheSameLocation.test in 13748 (198 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:48:57.795 [INFO] !MESSAGE [AUT-0] Starting: CopyCutPasteDescriptionInDefaultContext.test (199 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:48:57.822 [INFO] !MESSAGE Pass 199 (774) processed. 0 failed. spent: 69:01, 197:05 mins remaining. CopyContextToTheSameLocation. time: 13748ms [INFO] Pass 199 (774) processed. 0 failed. spent: 69:01, 197:05 mins remaining. CopyContextToTheSameLocation. time: 13748ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:49:09.204 [INFO] !MESSAGE [AUT-0] Finished: CopyCutPasteDescriptionInDefaultContext.test in 10115 (199 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:49:09.205 [INFO] !MESSAGE [AUT-0] Starting: CopyDirectory.test (200 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:49:09.236 [INFO] !MESSAGE Pass 200 (774) processed. 0 failed. spent: 69:12, 196:17 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 10115ms [INFO] Pass 200 (774) processed. 0 failed. spent: 69:12, 196:17 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 10115ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:49:26.610 [INFO] !MESSAGE [AUT-0] Finished: CopyDirectory.test in 16141 (200 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:49:26.612 [INFO] !MESSAGE [AUT-0] Starting: CopyFile.test (201 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:49:26.656 [INFO] !MESSAGE Pass 201 (774) processed. 0 failed. spent: 69:30, 195:49 mins remaining. CopyDirectory. time: 16141ms [INFO] Pass 201 (774) processed. 0 failed. spent: 69:30, 195:49 mins remaining. CopyDirectory. time: 16141ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:49:45.007 [INFO] !MESSAGE [AUT-0] Finished: CopyFile.test in 16818 (201 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:49:45.010 [INFO] !MESSAGE [AUT-0] Starting: CopyFolderToAnotherProject.test (202 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:49:45.077 [INFO] !MESSAGE Pass 202 (774) processed. 0 failed. spent: 69:48, 195:22 mins remaining. CopyFile. time: 16818ms [INFO] Pass 202 (774) processed. 0 failed. spent: 69:48, 195:22 mins remaining. CopyFile. time: 16818ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:50:10.418 [INFO] !MESSAGE [AUT-0] Finished: CopyFolderToAnotherProject.test in 24098 (202 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:50:10.420 [INFO] !MESSAGE [AUT-0] Starting: CopyFolderToTheSameLocation.test (203 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:50:10.507 [INFO] !MESSAGE Pass 203 (774) processed. 0 failed. spent: 70:13, 195:14 mins remaining. CopyFolderToAnotherProject. time: 24098ms [INFO] Pass 203 (774) processed. 0 failed. spent: 70:13, 195:14 mins remaining. CopyFolderToAnotherProject. time: 24098ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:50:41.863 [INFO] !MESSAGE [AUT-0] Finished: CopyFolderToTheSameLocation.test in 29894 (203 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:50:41.865 [INFO] !MESSAGE [AUT-0] Starting: CopyGroupContextWithAddingReference_NEW.test (204 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:50:41.955 [INFO] !MESSAGE Pass 204 (774) processed. 0 failed. spent: 70:45, 195:25 mins remaining. CopyFolderToTheSameLocation. time: 29894ms [INFO] Pass 204 (774) processed. 0 failed. spent: 70:45, 195:25 mins remaining. CopyFolderToTheSameLocation. time: 29894ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:51:06.791 [INFO] !MESSAGE [AUT-0] Finished: CopyGroupContextWithAddingReference_NEW.test in 23160 (204 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:51:06.793 [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-04-24 11:51:06.885 [INFO] !MESSAGE Pass 205 (774) processed. 0 failed. spent: 71:10, 195:16 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 23160ms [INFO] Pass 205 (774) processed. 0 failed. spent: 71:10, 195:16 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 23160ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:51:18.288 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In ECL Context Editor From Menu.test in 10155 (205 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:51:18.289 [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-04-24 11:51:18.298 [INFO] !MESSAGE Pass 206 (774) processed. 0 failed. spent: 71:21, 194:29 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 10155ms [INFO] Pass 206 (774) processed. 0 failed. spent: 71:21, 194:29 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 10155ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:51:29.211 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Folder Context Editor From Menu.test in 9257 (206 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:51:29.213 [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-04-24 11:51:29.311 [INFO] !MESSAGE Pass 207 (774) processed. 0 failed. spent: 71:32, 193:43 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 9257ms [INFO] Pass 207 (774) processed. 0 failed. spent: 71:32, 193:43 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 9257ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:51:41.219 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Group Context Editor From Menu.test in 10393 (207 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:51:41.220 [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-04-24 11:51:41.226 [INFO] !MESSAGE Pass 208 (774) processed. 0 failed. spent: 71:44, 192:59 mins remaining. CopyPaste In Group Context Editor From Menu. time: 10393ms [INFO] Pass 208 (774) processed. 0 failed. spent: 71:44, 192:59 mins remaining. CopyPaste In Group Context Editor From Menu. time: 10393ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:51:52.790 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Launch Context Editor From Menu.test in 9729 (208 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:51:52.792 [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-04-24 11:51:52.842 [INFO] !MESSAGE Pass 209 (774) processed. 0 failed. spent: 71:56, 192:16 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 9729ms [INFO] Pass 209 (774) processed. 0 failed. spent: 71:56, 192:16 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 9729ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:52:04.710 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Parameters Context Editor From Menu.test in 10301 (209 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:52:04.712 [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-04-24 11:52:04.757 [INFO] !MESSAGE Pass 210 (774) processed. 0 failed. spent: 72:08, 191:33 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 10301ms [INFO] Pass 210 (774) processed. 0 failed. spent: 72:08, 191:33 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 10301ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:52:16.615 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Preference Context Editor From Menu.test in 10314 (210 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:52:16.617 [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-04-24 11:52:16.677 [INFO] !MESSAGE Pass 211 (774) processed. 0 failed. spent: 72:20, 190:51 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 10314ms [INFO] Pass 211 (774) processed. 0 failed. spent: 72:20, 190:51 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 10314ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:52:27.524 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Project Settings Editor From Menu.test in 9295 (211 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:52:27.526 [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-04-24 11:52:27.592 [INFO] !MESSAGE Pass 212 (774) processed. 0 failed. spent: 72:31, 190:06 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 9295ms [INFO] Pass 212 (774) processed. 0 failed. spent: 72:31, 190:06 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 9295ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:52:39.438 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Super Context Editor From Menu.test in 10232 (212 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:52:39.440 [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-04-24 11:52:39.507 [INFO] !MESSAGE Pass 213 (774) processed. 0 failed. spent: 72:42, 189:21 mins remaining. CopyPaste In Super Context Editor From Menu. time: 10232ms [INFO] Pass 213 (774) processed. 0 failed. spent: 72:42, 189:21 mins remaining. CopyPaste In Super Context Editor From Menu. time: 10232ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:52:53.866 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Test Case Editor From Menu.test in 12400 (213 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:52:53.867 [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-04-24 11:52:53.926 [INFO] !MESSAGE Pass 214 (774) processed. 0 failed. spent: 72:57, 188:47 mins remaining. CopyPaste In Test Case Editor From Menu. time: 12400ms [INFO] Pass 214 (774) processed. 0 failed. spent: 72:57, 188:47 mins remaining. CopyPaste In Test Case Editor From Menu. time: 12400ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:53:05.815 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Verification Editor From Menu.test in 10595 (214 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:53:05.817 [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-04-24 11:53:05.842 [INFO] !MESSAGE Pass 215 (774) processed. 0 failed. spent: 73:09, 188:06 mins remaining. CopyPaste In Verification Editor From Menu. time: 10595ms [INFO] Pass 215 (774) processed. 0 failed. spent: 73:09, 188:06 mins remaining. CopyPaste In Verification Editor From Menu. time: 10595ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:53:16.720 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Workbench Context Editor From Menu.test in 9683 (215 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:53:16.722 [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-04-24 11:53:16.757 [INFO] !MESSAGE Pass 216 (774) processed. 0 failed. spent: 73:20, 187:22 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 9683ms [INFO] Pass 216 (774) processed. 0 failed. spent: 73:20, 187:22 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 9683ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:53:32.135 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Workspace Context Editor From Menu.test in 13725 (216 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:53:32.139 [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-04-24 11:53:32.177 [INFO] !MESSAGE Pass 217 (774) processed. 0 failed. spent: 73:35, 186:48 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 13725ms [INFO] Pass 217 (774) processed. 0 failed. spent: 73:35, 186:48 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 13725ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:53:43.546 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters From One Context To Another.test in 10111 (217 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:53:43.548 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters To Text Field.test (218 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:53:43.594 [INFO] !MESSAGE Pass 218 (774) processed. 0 failed. spent: 73:47, 186:08 mins remaining. CopyPaste Parameters From One Context To Another. time: 10111ms [INFO] Pass 218 (774) processed. 0 failed. spent: 73:47, 186:08 mins remaining. CopyPaste Parameters From One Context To Another. time: 10111ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:53:53.928 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters To Text Field.test in 8815 (218 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:53:53.930 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Conflict.test (219 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:53:54.008 [INFO] !MESSAGE Pass 219 (774) processed. 0 failed. spent: 73:57, 185:22 mins remaining. CopyPaste Parameters To Text Field. time: 8815ms [INFO] Pass 219 (774) processed. 0 failed. spent: 73:57, 185:22 mins remaining. CopyPaste Parameters To Text Field. time: 8815ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:54:09.338 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Conflict.test in 14184 (219 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:54:09.339 [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-04-24 11:54:09.355 [INFO] !MESSAGE Pass 220 (774) processed. 0 failed. spent: 74:12, 184:49 mins remaining. CopyPaste Parameters_Conflict. time: 14184ms [INFO] Pass 220 (774) processed. 0 failed. spent: 74:12, 184:49 mins remaining. CopyPaste Parameters_Conflict. time: 14184ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:54:24.226 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Ctrl+C_Ctrl+V.test in 13317 (220 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:54:24.228 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Menu.test (221 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:54:24.274 [INFO] !MESSAGE Pass 221 (774) processed. 0 failed. spent: 74:27, 184:17 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 13317ms [INFO] Pass 221 (774) processed. 0 failed. spent: 74:27, 184:17 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 13317ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:54:36.113 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Menu.test in 10716 (221 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:54:36.115 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste in Script Viewer.test (222 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:54:36.190 [INFO] !MESSAGE Pass 222 (774) processed. 0 failed. spent: 74:39, 183:37 mins remaining. CopyPaste Parameters_Menu. time: 10716ms [INFO] Pass 222 (774) processed. 0 failed. spent: 74:39, 183:37 mins remaining. CopyPaste Parameters_Menu. time: 10716ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:54:54.001 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste in Script Viewer.test in 16636 (222 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:54:54.003 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteContextBetweenTestsByDragDrop.test (223 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:54:54.013 [INFO] !MESSAGE Pass 223 (774) processed. 0 failed. spent: 74:57, 183:12 mins remaining. CopyPaste in Script Viewer. time: 16636ms [INFO] Pass 223 (774) processed. 0 failed. spent: 74:57, 183:12 mins remaining. CopyPaste in Script Viewer. time: 16636ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:55:09.932 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteContextBetweenTestsByDragDrop.test in 14644 (223 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:55:09.933 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteEditorsBetweenWBContexts.test (224 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:55:09.934 [INFO] !MESSAGE Pass 224 (774) processed. 0 failed. spent: 75:13, 182:42 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 14644ms [INFO] Pass 224 (774) processed. 0 failed. spent: 75:13, 182:42 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 14644ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:55:33.843 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteEditorsBetweenWBContexts.test in 22421 (224 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:55:33.845 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteProjectByShortKeys.test (225 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:55:33.864 [INFO] !MESSAGE Pass 225 (774) processed. 0 failed. spent: 75:37, 182:32 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 22421ms [INFO] Pass 225 (774) processed. 0 failed. spent: 75:37, 182:32 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 22421ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:55:57.783 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteProjectByShortKeys.test in 21974 (225 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:55:57.784 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuites.test (226 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:55:57.793 [INFO] !MESSAGE Pass 226 (774) processed. 0 failed. spent: 76:01, 182:22 mins remaining. CopyPasteProjectByShortKeys. time: 21974ms [INFO] Pass 226 (774) processed. 0 failed. spent: 76:01, 182:22 mins remaining. CopyPasteProjectByShortKeys. time: 21974ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:56:13.677 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuites.test in 14576 (226 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:56:13.679 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuitesByDragDrop.test (227 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:56:13.711 [INFO] !MESSAGE Pass 227 (774) processed. 0 failed. spent: 76:17, 181:52 mins remaining. CopyPasteTestsBetweenTestSuites. time: 14576ms [INFO] Pass 227 (774) processed. 0 failed. spent: 76:17, 181:52 mins remaining. CopyPasteTestsBetweenTestSuites. time: 14576ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:56:32.105 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuitesByDragDrop.test in 16837 (227 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:56:32.106 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuitesByShortKey.test (228 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:56:32.135 [INFO] !MESSAGE Pass 228 (774) processed. 0 failed. spent: 76:35, 181:28 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 16837ms [INFO] Pass 228 (774) processed. 0 failed. spent: 76:35, 181:28 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 16837ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:56:48.517 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuitesByShortKey.test in 14923 (228 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:56:48.518 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTextInDescriptionByShortKey.test (229 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:56:48.556 [INFO] !MESSAGE Pass 229 (774) processed. 0 failed. spent: 76:52, 181:01 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 14923ms [INFO] Pass 229 (774) processed. 0 failed. spent: 76:52, 181:01 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 14923ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:57:07.429 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTextInDescriptionByShortKey.test in 17236 (229 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:57:07.431 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteViewsBetweenWBContexts.test (230 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:57:07.481 [INFO] !MESSAGE Pass 230 (774) processed. 0 failed. spent: 77:10, 180:36 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 17236ms [INFO] Pass 230 (774) processed. 0 failed. spent: 77:10, 180:36 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 17236ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:57:24.328 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteViewsBetweenWBContexts.test in 15675 (230 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:57:24.329 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteWSContextWithUncheckedClearWorkspaceOption.test (231 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:57:24.402 [INFO] !MESSAGE Pass 231 (774) processed. 0 failed. spent: 77:27, 180:09 mins remaining. CopyPasteViewsBetweenWBContexts. time: 15675ms [INFO] Pass 231 (774) processed. 0 failed. spent: 77:27, 180:09 mins remaining. CopyPasteViewsBetweenWBContexts. time: 15675ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:57:43.247 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteWSContextWithUncheckedClearWorkspaceOption.test in 17670 (231 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:57:43.248 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteWithMenuIntoEmptyField.test (232 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:57:43.327 [INFO] !MESSAGE Pass 232 (774) processed. 0 failed. spent: 77:46, 179:47 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 17670ms [INFO] Pass 232 (774) processed. 0 failed. spent: 77:46, 179:47 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 17670ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:57:53.122 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteWithMenuIntoEmptyField.test in 8534 (232 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:57:53.124 [INFO] !MESSAGE [AUT-0] Starting: CopyProject.test (233 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:57:53.140 [INFO] !MESSAGE Pass 233 (774) processed. 0 failed. spent: 77:56, 179:04 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 8534ms [INFO] Pass 233 (774) processed. 0 failed. spent: 77:56, 179:04 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 8534ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:58:15.529 [INFO] !MESSAGE [AUT-0] Finished: CopyProject.test in 20833 (233 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:58:15.530 [INFO] !MESSAGE [AUT-0] Starting: CopyProjectAfterDeletingReferences.test (234 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:58:15.569 [INFO] !MESSAGE Pass 234 (774) processed. 0 failed. spent: 78:19, 178:52 mins remaining. CopyProject. time: 20833ms [INFO] Pass 234 (774) processed. 0 failed. spent: 78:19, 178:52 mins remaining. CopyProject. time: 20833ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:58:38.915 [INFO] !MESSAGE [AUT-0] Finished: CopyProjectAfterDeletingReferences.test in 21701 (234 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:58:38.917 [INFO] !MESSAGE [AUT-0] Starting: CopyTestSuite.test (235 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:58:38.999 [INFO] !MESSAGE Pass 235 (774) processed. 0 failed. spent: 78:42, 178:39 mins remaining. CopyProjectAfterDeletingReferences. time: 21701ms [INFO] Pass 235 (774) processed. 0 failed. spent: 78:42, 178:39 mins remaining. CopyProjectAfterDeletingReferences. time: 21701ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:58:54.361 [INFO] !MESSAGE [AUT-0] Finished: CopyTestSuite.test in 13836 (235 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:58:54.363 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToAnotherProjectAndGetUnresolvedRefs.test (236 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:58:54.419 [INFO] !MESSAGE Pass 236 (774) processed. 0 failed. spent: 78:57, 178:08 mins remaining. CopyTestSuite. time: 13836ms [INFO] Pass 236 (774) processed. 0 failed. spent: 78:57, 178:08 mins remaining. CopyTestSuite. time: 13836ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:59:14.314 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToAnotherProjectAndGetUnresolvedRefs.test in 18539 (236 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:59:14.316 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToProjectWithDuplicateTest.test (237 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:59:14.344 [INFO] !MESSAGE Pass 237 (774) processed. 0 failed. spent: 79:17, 177:48 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 18539ms [INFO] Pass 237 (774) processed. 0 failed. spent: 79:17, 177:48 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 18539ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:59:33.210 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToProjectWithDuplicateTest.test in 17593 (237 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:59:33.212 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToTheSameLocation.test (238 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:59:33.268 [INFO] !MESSAGE Pass 238 (774) processed. 0 failed. spent: 79:36, 177:26 mins remaining. CopyTestToProjectWithDuplicateTest. time: 17593ms [INFO] Pass 238 (774) processed. 0 failed. spent: 79:36, 177:26 mins remaining. CopyTestToProjectWithDuplicateTest. time: 17593ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:59:49.657 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToTheSameLocation.test in 14819 (238 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 11:59:49.659 [INFO] !MESSAGE [AUT-0] Starting: CopyTestWithItsRefsToAnotherProject.test (239 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 11:59:49.688 [INFO] !MESSAGE Pass 239 (774) processed. 0 failed. spent: 79:53, 177:00 mins remaining. CopyTestToTheSameLocation. time: 14819ms [INFO] Pass 239 (774) processed. 0 failed. spent: 79:53, 177:00 mins remaining. CopyTestToTheSameLocation. time: 14819ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:00:04.052 [INFO] !MESSAGE [AUT-0] Finished: CopyTestWithItsRefsToAnotherProject.test in 13201 (239 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:00:04.053 [INFO] !MESSAGE [AUT-0] Starting: Create New ECL Context.test (240 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:00:04.106 [INFO] !MESSAGE Pass 240 (774) processed. 0 failed. spent: 80:07, 176:27 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 13201ms [INFO] Pass 240 (774) processed. 0 failed. spent: 80:07, 176:27 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 13201ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:00:14.931 [INFO] !MESSAGE [AUT-0] Finished: Create New ECL Context.test in 9671 (240 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:00:14.932 [INFO] !MESSAGE [AUT-0] Starting: Create New Preference Context.test (241 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:00:15.020 [INFO] !MESSAGE Pass 241 (774) processed. 0 failed. spent: 80:18, 175:48 mins remaining. Create New ECL Context. time: 9671ms [INFO] Pass 241 (774) processed. 0 failed. spent: 80:18, 175:48 mins remaining. Create New ECL Context. time: 9671ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:00:25.817 [INFO] !MESSAGE [AUT-0] Finished: Create New Preference Context.test in 9773 (241 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:00:25.818 [INFO] !MESSAGE [AUT-0] Starting: Create New Workbench Context.test (242 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:00:25.835 [INFO] !MESSAGE Pass 242 (774) processed. 0 failed. spent: 80:29, 175:09 mins remaining. Create New Preference Context. time: 9773ms [INFO] Pass 242 (774) processed. 0 failed. spent: 80:29, 175:09 mins remaining. Create New Preference Context. time: 9773ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:00:37.202 [INFO] !MESSAGE [AUT-0] Finished: Create New Workbench Context.test in 9980 (242 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:00:37.204 [INFO] !MESSAGE [AUT-0] Starting: Create New Workspace Context.test (243 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:00:37.250 [INFO] !MESSAGE Pass 243 (774) processed. 0 failed. spent: 80:40, 174:30 mins remaining. Create New Workbench Context. time: 9980ms [INFO] Pass 243 (774) processed. 0 failed. spent: 80:40, 174:30 mins remaining. Create New Workbench Context. time: 9980ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:00:49.127 [INFO] !MESSAGE [AUT-0] Finished: Create New Workspace Context.test in 10513 (243 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:00:49.129 [INFO] !MESSAGE [AUT-0] Starting: Create Project With Copy Paste.scenario (244 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:00:49.163 [INFO] !MESSAGE Pass 244 (774) processed. 0 failed. spent: 80:52, 173:53 mins remaining. Create New Workspace Context. time: 10513ms [INFO] Pass 244 (774) processed. 0 failed. spent: 80:52, 173:53 mins remaining. Create New Workspace Context. time: 10513ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:01:00.499 [INFO] !MESSAGE [AUT-0] Finished: Create Project With Copy Paste.scenario in 10054 (244 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:01:00.500 [INFO] !MESSAGE [AUT-0] Starting: CreateAUTWithExistingName.test (245 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:01:00.574 [INFO] !MESSAGE Pass 245 (774) processed. 0 failed. spent: 81:04, 173:17 mins remaining. Create Project With Copy Paste. time: 10054ms [INFO] Pass 245 (774) processed. 0 failed. spent: 81:04, 173:17 mins remaining. Create Project With Copy Paste. time: 10054ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:01:19.840 [INFO] !MESSAGE [AUT-0] Finished: CreateAUTWithExistingName.test in 18012 (245 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:01:19.842 [INFO] !MESSAGE [AUT-0] Starting: CreateAUTWithIncorrectSymbols.test (246 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:01:19.851 [INFO] !MESSAGE Pass 246 (774) processed. 0 failed. spent: 81:23, 172:56 mins remaining. CreateAUTWithExistingName. time: 18012ms [INFO] Pass 246 (774) processed. 0 failed. spent: 81:23, 172:56 mins remaining. CreateAUTWithExistingName. time: 18012ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:02:51.613 [INFO] !MESSAGE [AUT-0] Finished: CreateAUTWithIncorrectSymbols.test in 83870 (246 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:02:51.615 [INFO] !MESSAGE [AUT-0] Starting: CreateContextAndCreateFolder.test (247 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:02:51.618 [INFO] !MESSAGE Pass 247 (774) processed. 0 failed. spent: 82:55, 175:09 mins remaining. CreateAUTWithIncorrectSymbols. time: 83870ms [INFO] Pass 247 (774) processed. 0 failed. spent: 82:55, 175:09 mins remaining. CreateAUTWithIncorrectSymbols. time: 83870ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:03:10.501 [INFO] !MESSAGE [AUT-0] Finished: CreateContextAndCreateFolder.test in 17753 (247 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:03:10.503 [INFO] !MESSAGE [AUT-0] Starting: CreateContextAndCreateProject.test (248 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:03:10.544 [INFO] !MESSAGE Pass 248 (774) processed. 0 failed. spent: 83:14, 174:47 mins remaining. CreateContextAndCreateFolder. time: 17753ms [INFO] Pass 248 (774) processed. 0 failed. spent: 83:14, 174:47 mins remaining. CreateContextAndCreateFolder. time: 17753ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:03:25.362 [INFO] !MESSAGE [AUT-0] Finished: CreateContextAndCreateProject.test in 13434 (248 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:03:25.363 [INFO] !MESSAGE Pass 249 (774) processed. 0 failed. spent: 83:28, 175:16 mins remaining. CreateContextAndCreateProject. time: 13434ms [INFO] Pass 249 (774) processed. 0 failed. spent: 83:28, 175:16 mins remaining. CreateContextAndCreateProject. time: 13434ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:03:25.363 [INFO] !MESSAGE [AUT-0] Starting: CreateContextWithDuplicateName.test (249 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:03:40.268 [INFO] !MESSAGE [AUT-0] Finished: CreateContextWithDuplicateName.test in 13718 (249 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:03:40.269 [INFO] !MESSAGE [AUT-0] Starting: CreateDuplicateTestSuite.test (250 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:03:40.281 [INFO] !MESSAGE Pass 250 (774) processed. 0 failed. spent: 83:43, 173:44 mins remaining. CreateContextWithDuplicateName. time: 13718ms [INFO] Pass 250 (774) processed. 0 failed. spent: 83:43, 173:44 mins remaining. CreateContextWithDuplicateName. time: 13718ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:03:51.663 [INFO] !MESSAGE [AUT-0] Finished: CreateDuplicateTestSuite.test in 10087 (250 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:03:51.664 [INFO] !MESSAGE [AUT-0] Starting: CreateGroupContext.test (251 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:03:51.696 [INFO] !MESSAGE Pass 251 (774) processed. 0 failed. spent: 83:55, 173:08 mins remaining. CreateDuplicateTestSuite. time: 10087ms [INFO] Pass 251 (774) processed. 0 failed. spent: 83:55, 173:08 mins remaining. CreateDuplicateTestSuite. time: 10087ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:04:03.548 [INFO] !MESSAGE [AUT-0] Finished: CreateGroupContext.test in 10385 (251 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:04:03.550 [INFO] !MESSAGE [AUT-0] Starting: CreateLaunchContext.test (252 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:04:03.612 [INFO] !MESSAGE Pass 252 (774) processed. 0 failed. spent: 84:07, 172:32 mins remaining. CreateGroupContext. time: 10385ms [INFO] Pass 252 (774) processed. 0 failed. spent: 84:07, 172:32 mins remaining. CreateGroupContext. time: 10385ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:04:15.965 [INFO] !MESSAGE [AUT-0] Finished: CreateLaunchContext.test in 10783 (252 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:04:15.966 [INFO] !MESSAGE [AUT-0] Starting: CreateMultiAutSuite.test (253 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:04:16.027 [INFO] !MESSAGE Pass 253 (774) processed. 0 failed. spent: 84:19, 171:56 mins remaining. CreateLaunchContext. time: 10783ms [INFO] Pass 253 (774) processed. 0 failed. spent: 84:19, 171:56 mins remaining. CreateLaunchContext. time: 10783ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:04:23.776 [INFO] !MESSAGE [AUT-0] Finished: CreateMultiAutSuite.test in 6365 (253 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:04:23.777 [INFO] !MESSAGE [AUT-0] Starting: CreateNewAUTFromRunConfiguration.test (254 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:04:23.837 [INFO] !MESSAGE Pass 254 (774) processed. 0 failed. spent: 84:27, 171:12 mins remaining. CreateMultiAutSuite. time: 6365ms [INFO] Pass 254 (774) processed. 0 failed. spent: 84:27, 171:12 mins remaining. CreateMultiAutSuite. time: 6365ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:04:43.102 [INFO] !MESSAGE [AUT-0] Finished: CreateNewAUTFromRunConfiguration.test in 17927 (254 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:04:43.103 [INFO] !MESSAGE [AUT-0] Starting: CreateNewContextWhileAddingIntoGroupContext.test (255 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:04:43.160 [INFO] !MESSAGE Pass 255 (774) processed. 0 failed. spent: 84:46, 170:51 mins remaining. CreateNewAUTFromRunConfiguration. time: 17927ms [INFO] Pass 255 (774) processed. 0 failed. spent: 84:46, 170:51 mins remaining. CreateNewAUTFromRunConfiguration. time: 17927ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:05:08.988 [INFO] !MESSAGE [AUT-0] Finished: CreateNewContextWhileAddingIntoGroupContext.test in 24752 (255 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:05:08.990 [INFO] !MESSAGE [AUT-0] Starting: CreateNewObjectFromToolbar.test (256 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:05:08.993 [INFO] !MESSAGE Pass 256 (774) processed. 0 failed. spent: 85:12, 170:43 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 24752ms [INFO] Pass 256 (774) processed. 0 failed. spent: 85:12, 170:43 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 24752ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:05:33.870 [INFO] !MESSAGE [AUT-0] Finished: CreateNewObjectFromToolbar.test in 23309 (256 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:05:33.872 [INFO] !MESSAGE [AUT-0] Starting: CreateNewTextVerification.test (257 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:05:33.924 [INFO] !MESSAGE Pass 257 (774) processed. 0 failed. spent: 85:37, 170:34 mins remaining. CreateNewObjectFromToolbar. time: 23309ms [INFO] Pass 257 (774) processed. 0 failed. spent: 85:37, 170:34 mins remaining. CreateNewObjectFromToolbar. time: 23309ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:05:45.745 [INFO] !MESSAGE [AUT-0] Finished: CreateNewTextVerification.test in 10607 (257 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:05:45.747 [INFO] !MESSAGE [AUT-0] Starting: CreateNewTimeVerification.test (258 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:05:45.840 [INFO] !MESSAGE Pass 258 (774) processed. 0 failed. spent: 85:49, 169:58 mins remaining. CreateNewTextVerification. time: 10607ms [INFO] Pass 258 (774) processed. 0 failed. spent: 85:49, 169:58 mins remaining. CreateNewTextVerification. time: 10607ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:05:57.641 [INFO] !MESSAGE [AUT-0] Finished: CreateNewTimeVerification.test in 10561 (258 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:05:57.643 [INFO] !MESSAGE [AUT-0] Starting: CreateProjectWithDuplicateName.test (259 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:05:57.655 [INFO] !MESSAGE Pass 259 (774) processed. 0 failed. spent: 86:01, 169:23 mins remaining. CreateNewTimeVerification. time: 10561ms [INFO] Pass 259 (774) processed. 0 failed. spent: 86:01, 169:23 mins remaining. CreateNewTimeVerification. time: 10561ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:06:09.021 [INFO] !MESSAGE [AUT-0] Finished: CreateProjectWithDuplicateName.test in 9997 (259 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:06:09.023 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperEclContext.test (260 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:06:09.071 [INFO] !MESSAGE Pass 260 (774) processed. 0 failed. spent: 86:12, 168:46 mins remaining. CreateProjectWithDuplicateName. time: 9997ms [INFO] Pass 260 (774) processed. 0 failed. spent: 86:12, 168:46 mins remaining. CreateProjectWithDuplicateName. time: 9997ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:06:22.403 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperEclContext.test in 11995 (260 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:06:22.405 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperFolderContext.test (261 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:06:22.488 [INFO] !MESSAGE Pass 261 (774) processed. 0 failed. spent: 86:25, 168:13 mins remaining. CreateSuperEclContext. time: 11995ms [INFO] Pass 261 (774) processed. 0 failed. spent: 86:25, 168:13 mins remaining. CreateSuperEclContext. time: 11995ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:06:34.813 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperFolderContext.test in 10888 (261 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:06:34.815 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperLaunchContext.test (262 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:06:34.904 [INFO] !MESSAGE Pass 262 (774) processed. 0 failed. spent: 86:38, 167:41 mins remaining. CreateSuperFolderContext. time: 10888ms [INFO] Pass 262 (774) processed. 0 failed. spent: 86:38, 167:41 mins remaining. CreateSuperFolderContext. time: 10888ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:06:49.204 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperLaunchContext.test in 12829 (262 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:06:49.206 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperParametersContext.test (263 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:06:49.223 [INFO] !MESSAGE Pass 263 (774) processed. 0 failed. spent: 86:52, 167:10 mins remaining. CreateSuperLaunchContext. time: 12829ms [INFO] Pass 263 (774) processed. 0 failed. spent: 86:52, 167:10 mins remaining. CreateSuperLaunchContext. time: 12829ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:07:01.605 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperParametersContext.test in 10829 (263 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:07:01.607 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperPreferencesContext.test (264 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:07:01.642 [INFO] !MESSAGE Pass 264 (774) processed. 0 failed. spent: 87:05, 166:38 mins remaining. CreateSuperParametersContext. time: 10829ms [INFO] Pass 264 (774) processed. 0 failed. spent: 87:05, 166:38 mins remaining. CreateSuperParametersContext. time: 10829ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:07:14.991 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperPreferencesContext.test in 11780 (264 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:07:14.993 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperWorkbenchContext.test (265 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:07:15.061 [INFO] !MESSAGE Pass 265 (774) processed. 0 failed. spent: 87:18, 166:05 mins remaining. CreateSuperPreferencesContext. time: 11780ms [INFO] Pass 265 (774) processed. 0 failed. spent: 87:18, 166:05 mins remaining. CreateSuperPreferencesContext. time: 11780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:07:28.401 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperWorkbenchContext.test in 11840 (265 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:07:28.403 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperWorkspaceContext.test (266 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:07:28.478 [INFO] !MESSAGE Pass 266 (774) processed. 0 failed. spent: 87:31, 165:33 mins remaining. CreateSuperWorkbenchContext. time: 11840ms [INFO] Pass 266 (774) processed. 0 failed. spent: 87:31, 165:33 mins remaining. CreateSuperWorkbenchContext. time: 11840ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:07:40.806 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperWorkspaceContext.test in 10825 (266 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:07:40.807 [INFO] !MESSAGE [AUT-0] Starting: CreateTestAndCreateFolder.test (267 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:07:40.895 [INFO] !MESSAGE Pass 267 (774) processed. 0 failed. spent: 87:44, 165:01 mins remaining. CreateSuperWorkspaceContext. time: 10825ms [INFO] Pass 267 (774) processed. 0 failed. spent: 87:44, 165:01 mins remaining. CreateSuperWorkspaceContext. time: 10825ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:07:58.698 [INFO] !MESSAGE [AUT-0] Finished: CreateTestAndCreateFolder.test in 16332 (267 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:07:58.699 [INFO] !MESSAGE [AUT-0] Starting: CreateTestAndCreateProject.test (268 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:07:58.718 [INFO] !MESSAGE Pass 268 (774) processed. 0 failed. spent: 88:02, 164:39 mins remaining. CreateTestAndCreateFolder. time: 16332ms [INFO] Pass 268 (774) processed. 0 failed. spent: 88:02, 164:39 mins remaining. CreateTestAndCreateFolder. time: 16332ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:08:12.541 [INFO] !MESSAGE [AUT-0] Finished: CreateTestAndCreateProject.test in 12437 (268 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:08:12.543 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteAndProjectViaWizard.test (269 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:08:12.637 [INFO] !MESSAGE Pass 269 (774) processed. 0 failed. spent: 88:16, 164:09 mins remaining. CreateTestAndCreateProject. time: 12437ms [INFO] Pass 269 (774) processed. 0 failed. spent: 88:16, 164:09 mins remaining. CreateTestAndCreateProject. time: 12437ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:08:25.883 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteAndProjectViaWizard.test in 11995 (269 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:08:25.885 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteByFileMenu.test (270 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:08:25.953 [INFO] !MESSAGE Pass 270 (774) processed. 0 failed. spent: 88:29, 163:37 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 11995ms [INFO] Pass 270 (774) processed. 0 failed. spent: 88:29, 163:37 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 11995ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:08:38.277 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteByFileMenu.test in 10867 (270 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:08:38.279 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteInNewFolder.test (271 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:08:38.369 [INFO] !MESSAGE Pass 271 (774) processed. 0 failed. spent: 88:41, 163:04 mins remaining. CreateTestSuiteByFileMenu. time: 10867ms [INFO] Pass 271 (774) processed. 0 failed. spent: 88:41, 163:04 mins remaining. CreateTestSuiteByFileMenu. time: 10867ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:08:55.164 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteInNewFolder.test in 15604 (271 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:08:55.166 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteViaContextMenu.test (272 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:08:55.191 [INFO] !MESSAGE Pass 272 (774) processed. 0 failed. spent: 88:58, 162:40 mins remaining. CreateTestSuiteInNewFolder. time: 15604ms [INFO] Pass 272 (774) processed. 0 failed. spent: 88:58, 162:40 mins remaining. CreateTestSuiteInNewFolder. time: 15604ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:09:07.550 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteViaContextMenu.test in 10952 (272 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:09:07.551 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithDuplicateName.test (273 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:09:07.609 [INFO] !MESSAGE Pass 273 (774) processed. 0 failed. spent: 89:11, 162:09 mins remaining. CreateTestSuiteViaContextMenu. time: 10952ms [INFO] Pass 273 (774) processed. 0 failed. spent: 89:11, 162:09 mins remaining. CreateTestSuiteViaContextMenu. time: 10952ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:09:25.946 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithDuplicateName.test in 17062 (273 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:09:25.948 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithNameOfDiacritic.test (274 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:09:26.033 [INFO] !MESSAGE Pass 274 (774) processed. 0 failed. spent: 89:29, 161:46 mins remaining. CreateTestWithDuplicateName. time: 17062ms [INFO] Pass 274 (774) processed. 0 failed. spent: 89:29, 161:46 mins remaining. CreateTestWithDuplicateName. time: 17062ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:09:40.846 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithNameOfDiacritic.test in 13642 (274 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:09:40.848 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithSpecificSymbolInName.test (275 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:09:40.854 [INFO] !MESSAGE Pass 275 (774) processed. 0 failed. spent: 89:44, 161:19 mins remaining. CreateTestWithNameOfDiacritic. time: 13642ms [INFO] Pass 275 (774) processed. 0 failed. spent: 89:44, 161:19 mins remaining. CreateTestWithNameOfDiacritic. time: 13642ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:09:56.244 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithSpecificSymbolInName.test in 13817 (275 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:09:56.246 [INFO] !MESSAGE [AUT-0] Starting: CreateWorkbenchContext.test (276 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:09:56.271 [INFO] !MESSAGE Pass 276 (774) processed. 0 failed. spent: 89:59, 160:52 mins remaining. CreateTestWithSpecificSymbolInName. time: 13817ms [INFO] Pass 276 (774) processed. 0 failed. spent: 89:59, 160:52 mins remaining. CreateTestWithSpecificSymbolInName. time: 13817ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:10:08.646 [INFO] !MESSAGE [AUT-0] Finished: CreateWorkbenchContext.test in 11186 (276 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:10:08.648 [INFO] !MESSAGE [AUT-0] Starting: CutContextFromTest.test (277 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:10:08.693 [INFO] !MESSAGE Pass 277 (774) processed. 0 failed. spent: 90:12, 160:21 mins remaining. CreateWorkbenchContext. time: 11186ms [INFO] Pass 277 (774) processed. 0 failed. spent: 90:12, 160:21 mins remaining. CreateWorkbenchContext. time: 11186ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:10:25.056 [INFO] !MESSAGE [AUT-0] Finished: CutContextFromTest.test in 14931 (277 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:10:25.058 [INFO] !MESSAGE [AUT-0] Starting: CutContextFromTestByShortKey.test (278 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:10:25.115 [INFO] !MESSAGE Pass 278 (774) processed. 0 failed. spent: 90:28, 159:55 mins remaining. CutContextFromTest. time: 14931ms [INFO] Pass 278 (774) processed. 0 failed. spent: 90:28, 159:55 mins remaining. CutContextFromTest. time: 14931ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:10:42.976 [INFO] !MESSAGE [AUT-0] Finished: CutContextFromTestByShortKey.test in 16458 (278 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:10:42.978 [INFO] !MESSAGE [AUT-0] Starting: CutContextsFromGroupContext.test (279 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:10:43.040 [INFO] !MESSAGE Pass 279 (774) processed. 0 failed. spent: 90:46, 159:34 mins remaining. CutContextFromTestByShortKey. time: 16458ms [INFO] Pass 279 (774) processed. 0 failed. spent: 90:46, 159:34 mins remaining. CutContextFromTestByShortKey. time: 16458ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:10:59.949 [INFO] !MESSAGE [AUT-0] Finished: CutContextsFromGroupContext.test in 15589 (279 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:10:59.951 [INFO] !MESSAGE [AUT-0] Starting: CutPaste in Script Viewer.test (280 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:10:59.962 [INFO] !MESSAGE Pass 280 (774) processed. 0 failed. spent: 91:03, 159:10 mins remaining. CutContextsFromGroupContext. time: 15589ms [INFO] Pass 280 (774) processed. 0 failed. spent: 91:03, 159:10 mins remaining. CutContextsFromGroupContext. time: 15589ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:11:19.369 [INFO] !MESSAGE [AUT-0] Finished: CutPaste in Script Viewer.test in 18121 (280 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:11:19.370 [INFO] !MESSAGE [AUT-0] Starting: CutPasteTestsBetweenTestSuites.test (281 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:11:19.385 [INFO] !MESSAGE Pass 281 (774) processed. 0 failed. spent: 91:22, 158:50 mins remaining. CutPaste in Script Viewer. time: 18121ms [INFO] Pass 281 (774) processed. 0 failed. spent: 91:22, 158:50 mins remaining. CutPaste in Script Viewer. time: 18121ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:11:36.791 [INFO] !MESSAGE [AUT-0] Finished: CutPasteTestsBetweenTestSuites.test in 16077 (281 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:11:36.792 [INFO] !MESSAGE [AUT-0] Starting: CutTextFromScriptEditor.test (282 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:11:36.807 [INFO] !MESSAGE Pass 282 (774) processed. 0 failed. spent: 91:40, 158:28 mins remaining. CutPasteTestsBetweenTestSuites. time: 16077ms [INFO] Pass 282 (774) processed. 0 failed. spent: 91:40, 158:28 mins remaining. CutPasteTestsBetweenTestSuites. time: 16077ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:11:47.716 [INFO] !MESSAGE [AUT-0] Finished: CutTextFromScriptEditor.test in 9225 (282 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:11:47.718 [INFO] !MESSAGE [AUT-0] Starting: DebugContext_CopyPaste_Name_ContextMenu.test (283 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:11:47.720 [INFO] !MESSAGE Pass 283 (774) processed. 0 failed. spent: 91:51, 157:55 mins remaining. CutTextFromScriptEditor. time: 9225ms [INFO] Pass 283 (774) processed. 0 failed. spent: 91:51, 157:55 mins remaining. CutTextFromScriptEditor. time: 9225ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:11:57.632 [INFO] !MESSAGE [AUT-0] Finished: DebugContext_CopyPaste_Name_ContextMenu.test in 8432 (283 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:11:57.633 [INFO] !MESSAGE Pass 284 (774) processed. 0 failed. spent: 92:01, 158:12 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 8432ms [INFO] Pass 284 (774) processed. 0 failed. spent: 92:01, 158:12 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 8432ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:11:57.640 [INFO] !MESSAGE [AUT-0] Starting: DebugContext_CopyPaste_Tags_ContextMenu.test (284 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:12:09.048 [INFO] !MESSAGE [AUT-0] Finished: DebugContext_CopyPaste_Tags_ContextMenu.test in 9842 (284 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:12:09.050 [INFO] !MESSAGE [AUT-0] Starting: DebugTestContainingCommaInName.test (285 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:12:09.147 [INFO] !MESSAGE Pass 285 (774) processed. 0 failed. spent: 92:12, 156:46 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 9842ms [INFO] Pass 285 (774) processed. 0 failed. spent: 92:12, 156:46 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 9842ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:13:02.636 [INFO] !MESSAGE [AUT-0] Finished: DebugTestContainingCommaInName.test in 51680 (285 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:13:02.645 [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-04-24 12:13:02.646 [INFO] !MESSAGE Pass 286 (774) processed. 0 failed. spent: 93:06, 157:25 mins remaining. DebugTestContainingCommaInName. time: 51680ms [INFO] Pass 286 (774) processed. 0 failed. spent: 93:06, 157:25 mins remaining. DebugTestContainingCommaInName. time: 51680ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:13:33.098 [INFO] !MESSAGE [AUT-0] Finished: Delete Content And Check Validation_Same Project.test in 28823 (286 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:13:33.100 [INFO] !MESSAGE [AUT-0] Starting: Delete ECL Context.test (287 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:13:33.183 [INFO] !MESSAGE Pass 287 (774) processed. 0 failed. spent: 93:36, 157:24 mins remaining. Delete Content And Check Validation_Same Project. time: 28823ms [INFO] Pass 287 (774) processed. 0 failed. spent: 93:36, 157:24 mins remaining. Delete Content And Check Validation_Same Project. time: 28823ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:13:43.505 [INFO] !MESSAGE [AUT-0] Finished: Delete ECL Context.test in 9019 (287 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:13:43.507 [INFO] !MESSAGE [AUT-0] Starting: Delete Preference Context.test (288 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:13:43.596 [INFO] !MESSAGE Pass 288 (774) processed. 0 failed. spent: 93:47, 156:50 mins remaining. DeleteECLContextByDeleteButton. time: 9019ms [INFO] Pass 288 (774) processed. 0 failed. spent: 93:47, 156:50 mins remaining. DeleteECLContextByDeleteButton. time: 9019ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:13:54.403 [INFO] !MESSAGE [AUT-0] Finished: Delete Preference Context.test in 9261 (288 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:13:54.405 [INFO] !MESSAGE [AUT-0] Starting: Delete Workspace Context.test (289 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:13:54.410 [INFO] !MESSAGE Pass 289 (774) processed. 0 failed. spent: 93:57, 156:15 mins remaining. Delete Preference Context. time: 9261ms [INFO] Pass 289 (774) processed. 0 failed. spent: 93:57, 156:15 mins remaining. Delete Preference Context. time: 9261ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:14:04.288 [INFO] !MESSAGE [AUT-0] Finished: Delete Workspace Context.test in 8672 (289 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:14:04.290 [INFO] !MESSAGE [AUT-0] Starting: DeleteCompletedTasks.test (290 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:14:04.322 [INFO] !MESSAGE Pass 290 (774) processed. 0 failed. spent: 94:07, 155:40 mins remaining. Delete Workspace Context. time: 8672ms [INFO] Pass 290 (774) processed. 0 failed. spent: 94:07, 155:40 mins remaining. Delete Workspace Context. time: 8672ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:14:27.744 [INFO] !MESSAGE [AUT-0] Finished: DeleteCompletedTasks.test in 22033 (290 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:14:27.746 [INFO] !MESSAGE [AUT-0] Starting: DeleteContext.test (291 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:14:27.756 [INFO] !MESSAGE Pass 291 (774) processed. 0 failed. spent: 94:31, 155:29 mins remaining. DeleteCompletedTasks. time: 22033ms [INFO] Pass 291 (774) processed. 0 failed. spent: 94:31, 155:29 mins remaining. DeleteCompletedTasks. time: 22033ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:14:50.716 [INFO] !MESSAGE [AUT-0] Finished: DeleteContext.test in 21444 (291 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:14:50.718 [INFO] !MESSAGE [AUT-0] Starting: DeleteContextNoReferences.test (292 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:14:50.786 [INFO] !MESSAGE Pass 292 (774) processed. 0 failed. spent: 94:54, 155:15 mins remaining. DeleteContext. time: 21444ms [INFO] Pass 292 (774) processed. 0 failed. spent: 94:54, 155:15 mins remaining. DeleteContext. time: 21444ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:15:12.107 [INFO] !MESSAGE [AUT-0] Finished: DeleteContextNoReferences.test in 20193 (292 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:15:12.108 [INFO] !MESSAGE [AUT-0] Starting: DeleteContextWithReferences.test (293 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:15:12.113 [INFO] !MESSAGE Pass 293 (774) processed. 0 failed. spent: 95:15, 154:58 mins remaining. DeleteContextNoReferences. time: 20193ms [INFO] Pass 293 (774) processed. 0 failed. spent: 95:15, 154:58 mins remaining. DeleteContextNoReferences. time: 20193ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:15:33.992 [INFO] !MESSAGE [AUT-0] Finished: DeleteContextWithReferences.test in 20471 (293 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:15:33.994 [INFO] !MESSAGE [AUT-0] Starting: DeleteDirectory.test (294 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:15:34.042 [INFO] !MESSAGE Pass 294 (774) processed. 0 failed. spent: 95:37, 154:43 mins remaining. DeleteContextWithReferences. time: 20471ms [INFO] Pass 294 (774) processed. 0 failed. spent: 95:37, 154:43 mins remaining. DeleteContextWithReferences. time: 20471ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:15:43.864 [INFO] !MESSAGE [AUT-0] Finished: DeleteDirectory.test in 8744 (294 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:15:43.865 [INFO] !MESSAGE [AUT-0] Starting: DeleteECLContextByContextMenu.test (295 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:15:43.954 [INFO] !MESSAGE Pass 295 (774) processed. 0 failed. spent: 95:47, 154:09 mins remaining. DeleteDerictory. time: 8744ms [INFO] Pass 295 (774) processed. 0 failed. spent: 95:47, 154:09 mins remaining. DeleteDerictory. time: 8744ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:15:55.250 [INFO] !MESSAGE [AUT-0] Finished: DeleteECLContextByContextMenu.test in 9998 (295 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:15:55.252 [INFO] !MESSAGE [AUT-0] Starting: DeleteEmptyFolder.test (296 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:15:55.266 [INFO] !MESSAGE Pass 296 (774) processed. 0 failed. spent: 95:58, 153:36 mins remaining. DeleteECLContextByContextMenu. time: 9998ms [INFO] Pass 296 (774) processed. 0 failed. spent: 95:58, 153:36 mins remaining. DeleteECLContextByContextMenu. time: 9998ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:16:13.663 [INFO] !MESSAGE [AUT-0] Finished: DeleteEmptyFolder.test in 16729 (296 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:16:13.666 [INFO] !MESSAGE [AUT-0] Starting: DeleteFile.test (297 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:16:13.687 [INFO] !MESSAGE Pass 297 (774) processed. 0 failed. spent: 96:17, 153:16 mins remaining. DeleteEmptyFolder. time: 16729ms [INFO] Pass 297 (774) processed. 0 failed. spent: 96:17, 153:16 mins remaining. DeleteEmptyFolder. time: 16729ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:16:24.561 [INFO] !MESSAGE [AUT-0] Finished: DeleteFile.test in 9545 (297 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:16:24.563 [INFO] !MESSAGE [AUT-0] Starting: DeleteFileUriInput.test (298 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:16:24.599 [INFO] !MESSAGE Pass 298 (774) processed. 0 failed. spent: 96:28, 152:44 mins remaining. DeleteFile. time: 9545ms [INFO] Pass 298 (774) processed. 0 failed. spent: 96:28, 152:44 mins remaining. DeleteFile. time: 9545ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:16:33.936 [INFO] !MESSAGE [AUT-0] Finished: DeleteFileUriInput.test in 8057 (298 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:16:33.938 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithNonRefencesObjects.test (299 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:16:34.009 [INFO] !MESSAGE Pass 299 (774) processed. 0 failed. spent: 96:37, 152:08 mins remaining. DeleteFileUriInput. time: 8057ms [INFO] Pass 299 (774) processed. 0 failed. spent: 96:37, 152:08 mins remaining. DeleteFileUriInput. time: 8057ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:16:52.844 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithNonRefencesObjects.test in 17398 (299 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:16:52.846 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithRefObjectsFromAnotherProject.test (300 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:16:52.934 [INFO] !MESSAGE Pass 300 (774) processed. 0 failed. spent: 96:56, 151:49 mins remaining. DeleteFolderWithNonRefencesObjects. time: 17398ms [INFO] Pass 300 (774) processed. 0 failed. spent: 96:56, 151:49 mins remaining. DeleteFolderWithNonRefencesObjects. time: 17398ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:17:10.235 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithRefObjectsFromAnotherProject.test in 15848 (300 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:17:10.237 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithRefencesObjects.test (301 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:17:10.258 [INFO] !MESSAGE Pass 301 (774) processed. 0 failed. spent: 97:13, 151:26 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 15848ms [INFO] Pass 301 (774) processed. 0 failed. spent: 97:13, 151:26 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 15848ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:17:26.657 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithRefencesObjects.test in 14733 (301 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:17:26.658 [INFO] !MESSAGE [AUT-0] Starting: DeleteLastSubTag.test (302 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:17:26.679 [INFO] !MESSAGE Pass 302 (774) processed. 0 failed. spent: 97:30, 151:03 mins remaining. DeleteFolderWithRefencesObjects. time: 14733ms [INFO] Pass 302 (774) processed. 0 failed. spent: 97:30, 151:03 mins remaining. DeleteFolderWithRefencesObjects. time: 14733ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:17:44.078 [INFO] !MESSAGE [AUT-0] Finished: DeleteLastSubTag.test in 15903 (302 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:17:44.079 [INFO] !MESSAGE [AUT-0] Starting: DeleteLineByShortKeyFromScript.test (303 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:17:44.100 [INFO] !MESSAGE Pass 303 (774) processed. 0 failed. spent: 97:47, 150:40 mins remaining. DeleteLastSubTag. time: 15903ms [INFO] Pass 303 (774) processed. 0 failed. spent: 97:47, 150:40 mins remaining. DeleteLastSubTag. time: 15903ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:17:55.979 [INFO] !MESSAGE [AUT-0] Finished: DeleteLineByShortKeyFromScript.test in 10734 (303 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:17:55.980 [INFO] !MESSAGE [AUT-0] Starting: DeleteLowLevelItems.test (304 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:17:56.014 [INFO] !MESSAGE Pass 304 (774) processed. 0 failed. spent: 97:59, 150:10 mins remaining. DeleteLineByShortKeyFromScript. time: 10734ms [INFO] Pass 304 (774) processed. 0 failed. spent: 97:59, 150:10 mins remaining. DeleteLineByShortKeyFromScript. time: 10734ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:18:05.887 [INFO] !MESSAGE [AUT-0] Finished: DeleteLowLevelItems.test in 8308 (304 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:18:05.889 [INFO] !MESSAGE [AUT-0] Starting: DeleteMiddleSubTag.test (305 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:18:05.925 [INFO] !MESSAGE Pass 305 (774) processed. 0 failed. spent: 98:09, 149:37 mins remaining. DeleteLowLevelItems. time: 8308ms [INFO] Pass 305 (774) processed. 0 failed. spent: 98:09, 149:37 mins remaining. DeleteLowLevelItems. time: 8308ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:18:23.790 [INFO] !MESSAGE [AUT-0] Finished: DeleteMiddleSubTag.test in 16509 (305 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:18:23.792 [INFO] !MESSAGE [AUT-0] Starting: DeleteProject.test (306 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:18:23.846 [INFO] !MESSAGE Pass 306 (774) processed. 0 failed. spent: 98:27, 149:16 mins remaining. DeleteMiddleSubTag. time: 16509ms [INFO] Pass 306 (774) processed. 0 failed. spent: 98:27, 149:16 mins remaining. DeleteMiddleSubTag. time: 16509ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:18:40.688 [INFO] !MESSAGE [AUT-0] Finished: DeleteProject.test in 15708 (306 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:18:40.690 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectByPressingDelButton.test (307 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:18:40.765 [INFO] !MESSAGE Pass 307 (774) processed. 0 failed. spent: 98:44, 148:53 mins remaining. DeleteProject. time: 15708ms [INFO] Pass 307 (774) processed. 0 failed. spent: 98:44, 148:53 mins remaining. DeleteProject. time: 15708ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:18:55.077 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectByPressingDelButton.test in 12812 (307 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:18:55.078 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectWithDeleteFromDisk.test (308 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:18:55.079 [INFO] !MESSAGE Pass 308 (774) processed. 0 failed. spent: 98:58, 148:27 mins remaining. DeleteProjectByPressingDelButton. time: 12812ms [INFO] Pass 308 (774) processed. 0 failed. spent: 98:58, 148:27 mins remaining. DeleteProjectByPressingDelButton. time: 12812ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:19:13.476 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectWithDeleteFromDisk.test in 17021 (308 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:19:13.478 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectWithoutDeleteFromDisk.test (309 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:19:13.500 [INFO] !MESSAGE Pass 309 (774) processed. 0 failed. spent: 99:16, 148:06 mins remaining. DeleteProjectWithDeleteFromDisk. time: 17021ms [INFO] Pass 309 (774) processed. 0 failed. spent: 99:16, 148:06 mins remaining. DeleteProjectWithDeleteFromDisk. time: 17021ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:19:32.387 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectWithoutDeleteFromDisk.test in 17439 (309 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:19:32.388 [INFO] !MESSAGE [AUT-0] Starting: DeleteSeveralProjects.test (310 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:19:32.422 [INFO] !MESSAGE Pass 310 (774) processed. 0 failed. spent: 99:35, 147:46 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 17439ms [INFO] Pass 310 (774) processed. 0 failed. spent: 99:35, 147:46 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 17439ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:19:45.773 [INFO] !MESSAGE [AUT-0] Finished: DeleteSeveralProjects.test in 11861 (310 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:19:45.775 [INFO] !MESSAGE [AUT-0] Starting: DeleteSimpleTag.test (311 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:19:45.841 [INFO] !MESSAGE Pass 311 (774) processed. 0 failed. spent: 99:49, 147:19 mins remaining. DeleteSeveralProjects. time: 11861ms [INFO] Pass 311 (774) processed. 0 failed. spent: 99:49, 147:19 mins remaining. DeleteSeveralProjects. time: 11861ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:20:02.147 [INFO] !MESSAGE [AUT-0] Finished: DeleteSimpleTag.test in 15199 (311 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:20:02.149 [INFO] !MESSAGE [AUT-0] Starting: DeleteTagWithSubTags.test (312 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:20:02.161 [INFO] !MESSAGE Pass 312 (774) processed. 0 failed. spent: 100:05, 146:56 mins remaining. DeleteSimpleTag. time: 15199ms [INFO] Pass 312 (774) processed. 0 failed. spent: 100:05, 146:56 mins remaining. DeleteSimpleTag. time: 15199ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:20:20.021 [INFO] !MESSAGE [AUT-0] Finished: DeleteTagWithSubTags.test in 16343 (312 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:20:20.023 [INFO] !MESSAGE [AUT-0] Starting: DeleteTaskFromScriptEditor.test (313 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:20:20.082 [INFO] !MESSAGE Pass 313 (774) processed. 0 failed. spent: 100:23, 146:35 mins remaining. DeleteTagWithSubTags. time: 16343ms [INFO] Pass 313 (774) processed. 0 failed. spent: 100:23, 146:35 mins remaining. DeleteTagWithSubTags. time: 16343ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:20:42.987 [INFO] !MESSAGE [AUT-0] Finished: DeleteTaskFromScriptEditor.test in 21374 (313 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:20:42.989 [INFO] !MESSAGE [AUT-0] Starting: DeleteTest.test (314 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:20:43.009 [INFO] !MESSAGE Pass 314 (774) processed. 0 failed. spent: 100:46, 146:22 mins remaining. DeleteTaskFromScriptEditor. time: 21374ms [INFO] Pass 314 (774) processed. 0 failed. spent: 100:46, 146:22 mins remaining. DeleteTaskFromScriptEditor. time: 21374ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:21:00.959 [INFO] !MESSAGE [AUT-0] Finished: DeleteTest.test in 16523 (314 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:21:00.961 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestByDeleteButton.test (315 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:21:01.030 [INFO] !MESSAGE Pass 315 (774) processed. 0 failed. spent: 101:04, 146:01 mins remaining. DeleteTestByContextMenu. time: 16523ms [INFO] Pass 315 (774) processed. 0 failed. spent: 101:04, 146:01 mins remaining. DeleteTestByContextMenu. time: 16523ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:21:17.387 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestByDeleteButton.test in 14871 (315 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:21:17.389 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestCaseWithOpenedControlPanel.test (316 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:21:17.456 [INFO] !MESSAGE Pass 316 (774) processed. 0 failed. spent: 101:20, 145:37 mins remaining. DeleteTestByDeleteButton. time: 14871ms [INFO] Pass 316 (774) processed. 0 failed. spent: 101:20, 145:37 mins remaining. DeleteTestByDeleteButton. time: 14871ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:21:50.352 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestCaseWithOpenedControlPanel.test in 31410 (316 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:21:50.353 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestSuite.test (317 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:21:50.394 [INFO] !MESSAGE Pass 317 (774) processed. 0 failed. spent: 101:53, 145:38 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 31410ms [INFO] Pass 317 (774) processed. 0 failed. spent: 101:53, 145:38 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 31410ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:22:19.751 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestSuite.test in 27916 (317 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:22:19.753 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestSuiteWithTests.test (318 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:22:19.846 [INFO] !MESSAGE Pass 318 (774) processed. 0 failed. spent: 102:23, 145:34 mins remaining. DeleteTestSuite. time: 27916ms [INFO] Pass 318 (774) processed. 0 failed. spent: 102:23, 145:34 mins remaining. DeleteTestSuite. time: 27916ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:22:38.146 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestSuiteWithTests.test in 16848 (318 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:22:38.147 [INFO] !MESSAGE [AUT-0] Starting: DeleteTopLevelItems.test (319 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:22:38.167 [INFO] !MESSAGE Pass 319 (774) processed. 0 failed. spent: 102:41, 145:13 mins remaining. DeleteTestSuiteWithTests. time: 16848ms [INFO] Pass 319 (774) processed. 0 failed. spent: 102:41, 145:13 mins remaining. DeleteTestSuiteWithTests. time: 16848ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:22:47.560 [INFO] !MESSAGE [AUT-0] Finished: DeleteTopLevelItems.test in 8058 (319 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:22:47.562 [INFO] !MESSAGE [AUT-0] Starting: DeletingParameterFromParameterContextRemoveButton.test (320 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:22:47.577 [INFO] !MESSAGE Pass 320 (774) processed. 0 failed. spent: 102:51, 144:41 mins remaining. DeleteTopLevelItems. time: 8058ms [INFO] Pass 320 (774) processed. 0 failed. spent: 102:51, 144:41 mins remaining. DeleteTopLevelItems. time: 8058ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:23:00.987 [INFO] !MESSAGE [AUT-0] Finished: DeletingParameterFromParameterContextRemoveButton.test in 12031 (320 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:23:00.988 [INFO] !MESSAGE [AUT-0] Starting: DeletingTextFromScriptViewer.scenario (321 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:23:00.991 [INFO] !MESSAGE Pass 321 (774) processed. 0 failed. spent: 103:04, 144:13 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 12031ms [INFO] Pass 321 (774) processed. 0 failed. spent: 103:04, 144:13 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 12031ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:23:15.390 [INFO] !MESSAGE [AUT-0] Finished: DeletingTextFromScriptViewer.scenario in 13140 (321 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:23:15.392 [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-04-24 12:23:15.407 [INFO] !MESSAGE Pass 322 (774) processed. 0 failed. spent: 103:18, 143:47 mins remaining. DeletingTextFromScriptViewer. time: 13140ms [INFO] Pass 322 (774) processed. 0 failed. spent: 103:18, 143:47 mins remaining. DeletingTextFromScriptViewer. time: 13140ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:23:25.299 [INFO] !MESSAGE [AUT-0] Finished: Disable folder_file field if Clear Workspace is unchecked.test in 8455 (322 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:23:25.300 [INFO] !MESSAGE [AUT-0] Starting: DisableBreakpointInBreakpointsView.test (323 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:23:25.317 [INFO] !MESSAGE Pass 323 (774) processed. 0 failed. spent: 103:28, 143:15 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 8455ms [INFO] Pass 323 (774) processed. 0 failed. spent: 103:28, 143:15 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 8455ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:23:50.013 [INFO] !MESSAGE [AUT-0] Finished: DisableBreakpointInBreakpointsView.test in 22939 (323 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:23:50.014 [INFO] !MESSAGE [AUT-0] Starting: DisableBreakpointViaContextMenu.test (324 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:23:50.060 [INFO] !MESSAGE Pass 324 (774) processed. 0 failed. spent: 103:53, 143:04 mins remaining. DisableBreakpointInBreakpointsView. time: 22939ms [INFO] Pass 324 (774) processed. 0 failed. spent: 103:53, 143:04 mins remaining. DisableBreakpointInBreakpointsView. time: 22939ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:24:15.539 [INFO] !MESSAGE [AUT-0] Finished: DisableBreakpointViaContextMenu.test in 23673 (324 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:24:15.541 [INFO] !MESSAGE [AUT-0] Starting: DisableClearWorkspaceInContext.test (325 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:24:15.550 [INFO] !MESSAGE Pass 325 (774) processed. 0 failed. spent: 104:19, 142:55 mins remaining. DisableBreakpointViaContextMenu. time: 23673ms [INFO] Pass 325 (774) processed. 0 failed. spent: 104:19, 142:55 mins remaining. DisableBreakpointViaContextMenu. time: 23673ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:24:40.999 [INFO] !MESSAGE [AUT-0] Finished: DisableClearWorkspaceInContext.test in 23841 (325 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:24:41.001 [INFO] !MESSAGE [AUT-0] Starting: DisableMoveFeatureForProject.test (326 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:24:41.077 [INFO] !MESSAGE Pass 326 (774) processed. 0 failed. spent: 104:44, 142:43 mins remaining. DisableClearWorkspaceInContext. time: 23841ms [INFO] Pass 326 (774) processed. 0 failed. spent: 104:44, 142:43 mins remaining. DisableClearWorkspaceInContext. time: 23841ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:24:58.424 [INFO] !MESSAGE [AUT-0] Finished: DisableMoveFeatureForProject.test in 16140 (326 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:24:58.425 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsCheckDecorators.test (327 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:24:58.497 [INFO] !MESSAGE Pass 327 (774) processed. 0 failed. spent: 105:01, 142:21 mins remaining. DisableMoveFeatureForProject. time: 16140ms [INFO] Pass 327 (774) processed. 0 failed. spent: 105:01, 142:21 mins remaining. DisableMoveFeatureForProject. time: 16140ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:25:36.861 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsCheckDecorators.test in 36946 (327 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:25:36.863 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsForFailedTest.test (328 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:25:36.872 [INFO] !MESSAGE Pass 328 (774) processed. 0 failed. spent: 105:40, 142:29 mins remaining. DisplayingDetailsCheckDecorators. time: 36946ms [INFO] Pass 328 (774) processed. 0 failed. spent: 105:40, 142:29 mins remaining. DisplayingDetailsCheckDecorators. time: 36946ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:25:57.926 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsForFailedTest.test in 19437 (328 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:25:57.939 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsForPassedTest.test (329 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:25:57.996 [INFO] !MESSAGE Pass 329 (774) processed. 0 failed. spent: 106:01, 142:12 mins remaining. DisplayingDetailsForFailedTest. time: 19437ms [INFO] Pass 329 (774) processed. 0 failed. spent: 106:01, 142:12 mins remaining. DisplayingDetailsForFailedTest. time: 19437ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:26:17.365 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsForPassedTest.test in 17990 (329 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:26:17.367 [INFO] !MESSAGE [AUT-0] Starting: Do not Clear Workspace.test (330 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:26:17.446 [INFO] !MESSAGE Pass 330 (774) processed. 0 failed. spent: 106:20, 141:53 mins remaining. DisplayingDetailsForPassedTest. time: 17990ms [INFO] Pass 330 (774) processed. 0 failed. spent: 106:20, 141:53 mins remaining. DisplayingDetailsForPassedTest. time: 17990ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:26:40.267 [INFO] !MESSAGE [AUT-0] Finished: Do not Clear Workspace.test in 21519 (330 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:26:40.268 [INFO] !MESSAGE [AUT-0] Starting: Do not clear folder.test (331 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:26:40.273 [INFO] !MESSAGE Pass 331 (774) processed. 0 failed. spent: 106:43, 141:38 mins remaining. Do not Clear Workspace. time: 21519ms [INFO] Pass 331 (774) processed. 0 failed. spent: 106:43, 141:38 mins remaining. Do not Clear Workspace. time: 21519ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:27:02.387 [INFO] !MESSAGE [AUT-0] Finished: Do not clear folder.test in 20320 (331 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:27:02.389 [INFO] !MESSAGE [AUT-0] Starting: DumpConfiguration.test (332 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:27:02.398 [INFO] !MESSAGE Pass 332 (774) processed. 0 failed. spent: 107:05, 141:23 mins remaining. Do not clear folder or file. time: 20320ms [INFO] Pass 332 (774) processed. 0 failed. spent: 107:05, 141:23 mins remaining. Do not clear folder or file. time: 20320ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:27:14.755 [INFO] !MESSAGE [AUT-0] Finished: DumpConfiguration.test in 10999 (332 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:27:14.756 [INFO] !MESSAGE [AUT-0] Starting: DuplicateTestSuite.test (333 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:27:14.841 [INFO] !MESSAGE Pass 333 (774) processed. 0 failed. spent: 107:18, 140:55 mins remaining. DumpConfiguration. time: 10999ms [INFO] Pass 333 (774) processed. 0 failed. spent: 107:18, 140:55 mins remaining. DumpConfiguration. time: 10999ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:27:40.446 [INFO] !MESSAGE [AUT-0] Finished: DuplicateTestSuite.test in 23682 (333 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:27:40.447 [INFO] !MESSAGE [AUT-0] Starting: ECLContext_CopyPaste_Name_ContextMenu.test (334 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:27:40.470 [INFO] !MESSAGE Pass 334 (774) processed. 0 failed. spent: 107:43, 140:44 mins remaining. DuplicateTestSuite. time: 23682ms [INFO] Pass 334 (774) processed. 0 failed. spent: 107:43, 140:44 mins remaining. DuplicateTestSuite. time: 23682ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:27:49.804 [INFO] !MESSAGE [AUT-0] Finished: ECLContext_CopyPaste_Name_ContextMenu.test in 8174 (334 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:27:49.806 [INFO] !MESSAGE [AUT-0] Starting: ECLContext_CopyPaste_Tags_ContextMenu.test (335 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:27:49.880 [INFO] !MESSAGE Pass 335 (774) processed. 0 failed. spent: 107:53, 140:12 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 8174ms [INFO] Pass 335 (774) processed. 0 failed. spent: 107:53, 140:12 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 8174ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:28:00.205 [INFO] !MESSAGE [AUT-0] Finished: ECLContext_CopyPaste_Tags_ContextMenu.test in 8707 (335 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:28:00.207 [INFO] !MESSAGE [AUT-0] Starting: ECLEditor.test (336 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:28:00.292 [INFO] !MESSAGE Pass 336 (774) processed. 0 failed. spent: 108:03, 139:41 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 8707ms [INFO] Pass 336 (774) processed. 0 failed. spent: 108:03, 139:41 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 8707ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:28:09.551 [INFO] !MESSAGE [AUT-0] Finished: ECLEditor.test in 8093 (336 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:28:09.553 [INFO] !MESSAGE [AUT-0] Starting: Edit Preference in Preference Context.test (337 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:28:09.604 [INFO] !MESSAGE Pass 337 (774) processed. 0 failed. spent: 108:13, 139:10 mins remaining. ECLEditor. time: 8093ms [INFO] Pass 337 (774) processed. 0 failed. spent: 108:13, 139:10 mins remaining. ECLEditor. time: 8093ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:28:19.430 [INFO] !MESSAGE [AUT-0] Finished: Edit Preference in Preference Context.test in 8501 (337 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:28:19.432 [INFO] !MESSAGE [AUT-0] Starting: Edit script in ECL context.test (338 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:28:19.516 [INFO] !MESSAGE Pass 338 (774) processed. 0 failed. spent: 108:22, 138:38 mins remaining. Edit Preference in Preference Context. time: 8501ms [INFO] Pass 338 (774) processed. 0 failed. spent: 108:22, 138:38 mins remaining. Edit Preference in Preference Context. time: 8501ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:28:32.851 [INFO] !MESSAGE [AUT-0] Finished: Edit script in ECL context.test in 11780 (338 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:28:32.853 [INFO] !MESSAGE [AUT-0] Starting: EditContextsFromTextEditor.test (339 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:28:32.932 [INFO] !MESSAGE Pass 339 (774) processed. 0 failed. spent: 108:36, 138:13 mins remaining. Edit script in ECL context. time: 11780ms [INFO] Pass 339 (774) processed. 0 failed. spent: 108:36, 138:13 mins remaining. Edit script in ECL context. time: 11780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:28:49.762 [INFO] !MESSAGE [AUT-0] Finished: EditContextsFromTextEditor.test in 15669 (339 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:28:49.764 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextDescriptionFromTextEditor.test (340 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:28:49.853 [INFO] !MESSAGE Pass 340 (774) processed. 0 failed. spent: 108:53, 137:51 mins remaining. EditContextsFromTextEditor. time: 15669ms [INFO] Pass 340 (774) processed. 0 failed. spent: 108:53, 137:51 mins remaining. EditContextsFromTextEditor. time: 15669ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:29:08.172 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextDescriptionFromTextEditor.test in 16424 (340 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:29:08.174 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextNameFromTextEditor.test (341 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:29:08.175 [INFO] !MESSAGE Pass 341 (774) processed. 0 failed. spent: 109:11, 137:30 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 16424ms [INFO] Pass 341 (774) processed. 0 failed. spent: 109:11, 137:30 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 16424ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:29:25.128 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextNameFromTextEditor.test in 15466 (341 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:29:25.129 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextTagFromTextEditor.test (342 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:29:25.195 [INFO] !MESSAGE Pass 342 (774) processed. 0 failed. spent: 109:28, 137:09 mins remaining. EditDebugContextNameFromTextEditor. time: 15466ms [INFO] Pass 342 (774) processed. 0 failed. spent: 109:28, 137:09 mins remaining. EditDebugContextNameFromTextEditor. time: 15466ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:29:41.557 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextTagFromTextEditor.test in 14963 (342 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:29:41.558 [INFO] !MESSAGE [AUT-0] Starting: EditDescriptionFromTextEditor.test (343 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:29:41.612 [INFO] !MESSAGE Pass 343 (774) processed. 0 failed. spent: 109:45, 136:47 mins remaining. EditDebugContextTagFromTextEditor. time: 14963ms [INFO] Pass 343 (774) processed. 0 failed. spent: 109:45, 136:47 mins remaining. EditDebugContextTagFromTextEditor. time: 14963ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:29:59.005 [INFO] !MESSAGE [AUT-0] Finished: EditDescriptionFromTextEditor.test in 15911 (343 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:29:59.007 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextDescriptionFromTextEditor_NEW.test (344 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:29:59.032 [INFO] !MESSAGE Pass 344 (774) processed. 0 failed. spent: 110:02, 136:25 mins remaining. EditDescriptionFromTextEditor. time: 15911ms [INFO] Pass 344 (774) processed. 0 failed. spent: 110:02, 136:25 mins remaining. EditDescriptionFromTextEditor. time: 15911ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:30:15.925 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextDescriptionFromTextEditor_NEW.test in 15687 (344 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:30:15.927 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextNameFromTextEditor.test (345 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:30:15.950 [INFO] !MESSAGE Pass 345 (774) processed. 0 failed. spent: 110:19, 136:04 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 15687ms [INFO] Pass 345 (774) processed. 0 failed. spent: 110:19, 136:04 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 15687ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:30:32.366 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextNameFromTextEditor.test in 14689 (345 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:30:32.367 [INFO] !MESSAGE Pass 346 (774) processed. 0 failed. spent: 110:35, 136:23 mins remaining. EditEclContextNameFromTextEditor. time: 14689ms [INFO] Pass 346 (774) processed. 0 failed. spent: 110:35, 136:23 mins remaining. EditEclContextNameFromTextEditor. time: 14689ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:30:32.368 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextTagFromTextEditor_NEW.test (346 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:30:48.822 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextTagFromTextEditor_NEW.test in 15147 (346 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:30:48.824 [INFO] !MESSAGE [AUT-0] Starting: EditExtRefFromTextEditor.test (347 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:30:48.887 [INFO] !MESSAGE Pass 347 (774) processed. 0 failed. spent: 110:52, 135:19 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 15147ms [INFO] Pass 347 (774) processed. 0 failed. spent: 110:52, 135:19 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 15147ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:31:06.770 [INFO] !MESSAGE [AUT-0] Finished: EditExtRefFromTextEditor.test in 16591 (347 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:31:06.772 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextDescriptionFromTextEditor.test (348 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:31:06.803 [INFO] !MESSAGE Pass 348 (774) processed. 0 failed. spent: 111:10, 134:59 mins remaining. EditExtRefFromTextEditor. time: 16591ms [INFO] Pass 348 (774) processed. 0 failed. spent: 111:10, 134:59 mins remaining. EditExtRefFromTextEditor. time: 16591ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:31:23.702 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextDescriptionFromTextEditor.test in 15544 (348 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:31:23.703 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextNameFromTextEditor.test (349 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:31:23.742 [INFO] !MESSAGE Pass 349 (774) processed. 0 failed. spent: 111:27, 134:37 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 15544ms [INFO] Pass 349 (774) processed. 0 failed. spent: 111:27, 134:37 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 15544ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:31:41.644 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextNameFromTextEditor.test in 16482 (349 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:31:41.645 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextTagFromTextEditor.test (350 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:31:41.663 [INFO] !MESSAGE Pass 350 (774) processed. 0 failed. spent: 111:45, 134:17 mins remaining. EditGroupContextNameFromTextEditor. time: 16482ms [INFO] Pass 350 (774) processed. 0 failed. spent: 111:45, 134:17 mins remaining. EditGroupContextNameFromTextEditor. time: 16482ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:31:57.593 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextTagFromTextEditor.test in 14589 (350 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:31:57.594 [INFO] !MESSAGE [AUT-0] Starting: EditNameFromTextEditor.test (351 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:31:57.682 [INFO] !MESSAGE Pass 351 (774) processed. 0 failed. spent: 112:01, 133:54 mins remaining. EditGroupContextTagFromTextEditor. time: 14589ms [INFO] Pass 351 (774) processed. 0 failed. spent: 112:01, 133:54 mins remaining. EditGroupContextTagFromTextEditor. time: 14589ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:32:14.544 [INFO] !MESSAGE [AUT-0] Finished: EditNameFromTextEditor.test in 15342 (351 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:32:14.546 [INFO] !MESSAGE [AUT-0] Starting: EditParameterInParametersContext.test (352 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:32:14.606 [INFO] !MESSAGE Pass 352 (774) processed. 0 failed. spent: 112:18, 133:33 mins remaining. EditNameFromTextEditor. time: 15342ms [INFO] Pass 352 (774) processed. 0 failed. spent: 112:18, 133:33 mins remaining. EditNameFromTextEditor. time: 15342ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:32:28.487 [INFO] !MESSAGE [AUT-0] Finished: EditParameterInParametersContext.test in 12507 (352 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:32:28.489 [INFO] !MESSAGE [AUT-0] Starting: EditParameterInParametersContext2.test (353 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:32:28.522 [INFO] !MESSAGE Pass 353 (774) processed. 0 failed. spent: 112:31, 133:07 mins remaining. EditParameterInParametersContext. time: 12507ms [INFO] Pass 353 (774) processed. 0 failed. spent: 112:31, 133:07 mins remaining. EditParameterInParametersContext. time: 12507ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:32:39.864 [INFO] !MESSAGE [AUT-0] Finished: EditParameterInParametersContext2.test in 10266 (353 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:32:39.865 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextDescriptionFromTextEditor.test (354 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:32:39.935 [INFO] !MESSAGE Pass 354 (774) processed. 0 failed. spent: 112:43, 132:39 mins remaining. EditParameterInParametersContext2. time: 10266ms [INFO] Pass 354 (774) processed. 0 failed. spent: 112:43, 132:39 mins remaining. EditParameterInParametersContext2. time: 10266ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:32:56.277 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextDescriptionFromTextEditor.test in 14822 (354 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:32:56.278 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextNameFromTextEditor.test (355 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:32:56.354 [INFO] !MESSAGE Pass 355 (774) processed. 0 failed. spent: 112:59, 132:17 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 14822ms [INFO] Pass 355 (774) processed. 0 failed. spent: 112:59, 132:17 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 14822ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:33:12.743 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextNameFromTextEditor.test in 14946 (355 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:33:12.745 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextTagFromTextEditor.test (356 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:33:12.774 [INFO] !MESSAGE Pass 356 (774) processed. 0 failed. spent: 113:16, 131:56 mins remaining. EditPrefContextNameFromTextEditor. time: 14946ms [INFO] Pass 356 (774) processed. 0 failed. spent: 113:16, 131:56 mins remaining. EditPrefContextNameFromTextEditor. time: 14946ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:33:29.185 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextTagFromTextEditor.test in 14904 (356 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:33:29.186 [INFO] !MESSAGE [AUT-0] Starting: EditScriptFromTextEditor.test (357 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:33:29.192 [INFO] !MESSAGE Pass 357 (774) processed. 0 failed. spent: 113:32, 131:33 mins remaining. EditPrefContextTagFromTextEditor. time: 14904ms [INFO] Pass 357 (774) processed. 0 failed. spent: 113:32, 131:33 mins remaining. EditPrefContextTagFromTextEditor. time: 14904ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:33:46.135 [INFO] !MESSAGE [AUT-0] Finished: EditScriptFromTextEditor.test in 15460 (357 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:33:46.136 [INFO] !MESSAGE [AUT-0] Starting: EditTagFromTextEditor.test (358 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:33:46.212 [INFO] !MESSAGE Pass 358 (774) processed. 0 failed. spent: 113:49, 131:12 mins remaining. EditScriptFromTextEditor. time: 15460ms [INFO] Pass 358 (774) processed. 0 failed. spent: 113:49, 131:12 mins remaining. EditScriptFromTextEditor. time: 15460ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:34:03.072 [INFO] !MESSAGE [AUT-0] Finished: EditTagFromTextEditor.test in 15443 (358 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:34:03.073 [INFO] !MESSAGE [AUT-0] Starting: EditTagsFromTextEditor.test (359 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:34:03.146 [INFO] !MESSAGE Pass 359 (774) processed. 0 failed. spent: 114:06, 130:51 mins remaining. EditTagFromTextEditor. time: 15443ms [INFO] Pass 359 (774) processed. 0 failed. spent: 114:06, 130:51 mins remaining. EditTagFromTextEditor. time: 15443ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:34:21.512 [INFO] !MESSAGE [AUT-0] Finished: EditTagsFromTextEditor.test in 16670 (359 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:34:21.513 [INFO] !MESSAGE [AUT-0] Starting: EditTestNameFromTextEditor.test (360 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:34:21.567 [INFO] !MESSAGE Pass 360 (774) processed. 0 failed. spent: 114:25, 130:32 mins remaining. EditTagsFromTextEditor. time: 16670ms [INFO] Pass 360 (774) processed. 0 failed. spent: 114:25, 130:32 mins remaining. EditTagsFromTextEditor. time: 16670ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:34:35.942 [INFO] !MESSAGE [AUT-0] Finished: EditTestNameFromTextEditor.test in 13061 (360 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:34:35.944 [INFO] !MESSAGE [AUT-0] Starting: EditTreeItems.test (361 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:34:35.983 [INFO] !MESSAGE Pass 361 (774) processed. 0 failed. spent: 114:39, 130:07 mins remaining. EditTestNameFromTextEditor. time: 13061ms [INFO] Pass 361 (774) processed. 0 failed. spent: 114:39, 130:07 mins remaining. EditTestNameFromTextEditor. time: 13061ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:34:51.082 [INFO] !MESSAGE [AUT-0] Finished: EditTreeItems.test in 13346 (361 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:34:51.088 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextDescriptionFromTextEditor.test (362 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:34:51.098 [INFO] !MESSAGE Pass 362 (774) processed. 0 failed. spent: 114:54, 129:44 mins remaining. EditTreeItems. time: 13346ms [INFO] Pass 362 (774) processed. 0 failed. spent: 114:54, 129:44 mins remaining. EditTreeItems. time: 13346ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:35:08.530 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextDescriptionFromTextEditor.test in 15877 (362 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:35:08.532 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextNameFromTextEditor_NEW1.test (363 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:35:08.617 [INFO] !MESSAGE Pass 363 (774) processed. 0 failed. spent: 115:12, 129:24 mins remaining. EditWbContextDescriptionFromTextEditor. time: 15877ms [INFO] Pass 363 (774) processed. 0 failed. spent: 115:12, 129:24 mins remaining. EditWbContextDescriptionFromTextEditor. time: 15877ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:35:27.028 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextNameFromTextEditor_NEW1.test in 16798 (363 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:35:27.030 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextTagFromTextEditor.test (364 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:35:27.040 [INFO] !MESSAGE Pass 364 (774) processed. 0 failed. spent: 115:30, 129:04 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 16798ms [INFO] Pass 364 (774) processed. 0 failed. spent: 115:30, 129:04 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 16798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:35:44.496 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextTagFromTextEditor.test in 15959 (364 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:35:44.498 [INFO] !MESSAGE [AUT-0] Starting: EditWsContextDescriptionFromTextEditor.test (365 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:35:44.563 [INFO] !MESSAGE Pass 365 (774) processed. 0 failed. spent: 115:48, 128:44 mins remaining. EditWbContextTagFromTextEditor. time: 15959ms [INFO] Pass 365 (774) processed. 0 failed. spent: 115:48, 128:44 mins remaining. EditWbContextTagFromTextEditor. time: 15959ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:36:02.469 [INFO] !MESSAGE [AUT-0] Finished: EditWsContextDescriptionFromTextEditor.test in 16502 (365 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:36:02.471 [INFO] !MESSAGE [AUT-0] Starting: EmptyErrorLog.test (366 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:36:02.482 [INFO] !MESSAGE Pass 366 (774) processed. 0 failed. spent: 116:05, 128:23 mins remaining. EditWsContextDescriptionFromTextEditor. time: 16502ms [INFO] Pass 366 (774) processed. 0 failed. spent: 116:05, 128:23 mins remaining. EditWsContextDescriptionFromTextEditor. time: 16502ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:36:11.428 [INFO] !MESSAGE [AUT-0] Finished: EmptyErrorLog.test in 7291 (366 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:36:11.430 [INFO] !MESSAGE [AUT-0] Starting: EmptyWindowInAssertionMode.test (367 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:36:11.441 [INFO] !MESSAGE Pass 367 (774) processed. 0 failed. spent: 116:14, 127:53 mins remaining. EmptyErrorLog. time: 7291ms [INFO] Pass 367 (774) processed. 0 failed. spent: 116:14, 127:53 mins remaining. EmptyErrorLog. time: 7291ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:37:23.278 [INFO] !MESSAGE [AUT-0] Finished: EmptyWindowInAssertionMode.test in 70644 (367 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:37:23.280 [INFO] !MESSAGE [AUT-0] Starting: EnableClearWorkspaceInContext.test (368 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:37:23.365 [INFO] !MESSAGE Pass 368 (774) processed. 0 failed. spent: 117:26, 128:32 mins remaining. EmptyWindowInAssertionMode. time: 70644ms [INFO] Pass 368 (774) processed. 0 failed. spent: 117:26, 128:32 mins remaining. EmptyWindowInAssertionMode. time: 70644ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:38:44.728 [INFO] !MESSAGE [AUT-0] Finished: EnableClearWorkspaceInContext.test in 80166 (368 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:38:44.730 [INFO] !MESSAGE [AUT-0] Starting: Encrypt passwords during test recording.test (369 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:38:44.761 [INFO] !MESSAGE Pass 369 (774) processed. 0 failed. spent: 118:48, 129:22 mins remaining. EnableClearWorkspaceInContext. time: 80166ms [INFO] Pass 369 (774) processed. 0 failed. spent: 118:48, 129:22 mins remaining. EnableClearWorkspaceInContext. time: 80166ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:40:00.134 [INFO] !MESSAGE [AUT-0] Finished: Encrypt passwords during test recording.test in 73877 (369 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:40:00.139 [INFO] !MESSAGE [AUT-0] Starting: EnterDiacriticSymbolsInDescription.test (370 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:40:00.166 [INFO] !MESSAGE Pass 370 (774) processed. 0 failed. spent: 120:03, 130:03 mins remaining. Encrypt passwords during test recording. time: 73877ms [INFO] Pass 370 (774) processed. 0 failed. spent: 120:03, 130:03 mins remaining. Encrypt passwords during test recording. time: 73877ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:40:22.523 [INFO] !MESSAGE [AUT-0] Finished: EnterDiacriticSymbolsInDescription.test in 20886 (370 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:40:22.524 [INFO] !MESSAGE [AUT-0] Starting: EnterSpecialSymbolsInDescription.test (371 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:40:22.592 [INFO] !MESSAGE Pass 371 (774) processed. 0 failed. spent: 120:26, 129:47 mins remaining. EnterDiacriticSymbolsInDescription. time: 20886ms [INFO] Pass 371 (774) processed. 0 failed. spent: 120:26, 129:47 mins remaining. EnterDiacriticSymbolsInDescription. time: 20886ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:40:43.450 [INFO] !MESSAGE [AUT-0] Finished: EnterSpecialSymbolsInDescription.test in 19570 (371 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:40:43.451 [INFO] !MESSAGE [AUT-0] Starting: EnterTestDescriptionInControlPanel.test (372 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:40:43.517 [INFO] !MESSAGE Pass 372 (774) processed. 0 failed. spent: 120:46, 129:29 mins remaining. EnterSpecialSymbolsInDescription. time: 19570ms [INFO] Pass 372 (774) processed. 0 failed. spent: 120:46, 129:29 mins remaining. EnterSpecialSymbolsInDescription. time: 19570ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:41:55.977 [INFO] !MESSAGE [AUT-0] Finished: EnterTestDescriptionInControlPanel.test in 70794 (372 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:41:55.978 [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-04-24 12:41:56.069 [INFO] !MESSAGE Pass 373 (774) processed. 0 failed. spent: 121:59, 130:06 mins remaining. EnterTestDescriptionInControlPanel. time: 70794ms [INFO] Pass 373 (774) processed. 0 failed. spent: 121:59, 130:06 mins remaining. EnterTestDescriptionInControlPanel. time: 70794ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:42:11.489 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Add New Entry in Error Log Verification.test in 13764 (373 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:42:11.490 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Capture ErrorLog Verification.test (374 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:42:11.548 [INFO] !MESSAGE Pass 374 (774) processed. 0 failed. spent: 122:15, 129:43 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 13764ms [INFO] Pass 374 (774) processed. 0 failed. spent: 122:15, 129:43 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 13764ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:42:30.926 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Capture ErrorLog Verification.test in 17921 (374 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:42:30.928 [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-04-24 12:42:30.968 [INFO] !MESSAGE Pass 375 (774) processed. 0 failed. spent: 122:34, 129:23 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 17921ms [INFO] Pass 375 (774) processed. 0 failed. spent: 122:34, 129:23 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 17921ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:42:41.893 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Create New Error Log Verification.test in 9475 (375 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:42:41.894 [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-04-24 12:42:41.981 [INFO] !MESSAGE Pass 376 (774) processed. 0 failed. spent: 122:45, 128:55 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 9475ms [INFO] Pass 376 (774) processed. 0 failed. spent: 122:45, 128:55 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 9475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:42:53.915 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Delete Entry in Error Log Verification.test in 10676 (376 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:42:53.917 [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-04-24 12:42:53.995 [INFO] !MESSAGE Pass 377 (774) processed. 0 failed. spent: 122:57, 128:27 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 10676ms [INFO] Pass 377 (774) processed. 0 failed. spent: 122:57, 128:27 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 10676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:43:07.445 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification.test in 11763 (377 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:43:07.446 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Multiple Drag and Drop.test (378 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:43:07.509 [INFO] !MESSAGE Pass 378 (774) processed. 0 failed. spent: 123:10, 128:01 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 11763ms [INFO] Pass 378 (774) processed. 0 failed. spent: 123:10, 128:01 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 11763ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:43:19.367 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Multiple Drag and Drop.test in 10347 (378 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:43:19.369 [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-04-24 12:43:19.422 [INFO] !MESSAGE Pass 379 (774) processed. 0 failed. spent: 123:22, 127:34 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 10347ms [INFO] Pass 379 (774) processed. 0 failed. spent: 123:22, 127:34 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 10347ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:43:39.858 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Error.test in 18882 (379 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:43:39.860 [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-04-24 12:43:39.950 [INFO] !MESSAGE Pass 380 (774) processed. 0 failed. spent: 123:43, 127:16 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 18882ms [INFO] Pass 380 (774) processed. 0 failed. spent: 123:43, 127:16 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 18882ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:44:03.893 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Info.test in 22273 (380 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:44:03.894 [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-04-24 12:44:03.977 [INFO] !MESSAGE Pass 381 (774) processed. 0 failed. spent: 124:07, 127:01 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 22273ms [INFO] Pass 381 (774) processed. 0 failed. spent: 124:07, 127:01 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 22273ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:44:27.954 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern.test in 22333 (381 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:44:27.955 [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-04-24 12:44:28.003 [INFO] !MESSAGE Pass 382 (774) processed. 0 failed. spent: 124:31, 126:47 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 22333ms [INFO] Pass 382 (774) processed. 0 failed. spent: 124:31, 126:47 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 22333ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:44:47.914 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern.test in 18374 (382 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:44:47.916 [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-04-24 12:44:47.944 [INFO] !MESSAGE Pass 383 (774) processed. 0 failed. spent: 124:51, 126:28 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 18374ms [INFO] Pass 383 (774) processed. 0 failed. spent: 124:51, 126:28 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 18374ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:45:11.419 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Warning.test in 21725 (383 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:45:11.421 [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-04-24 12:45:11.469 [INFO] !MESSAGE Pass 384 (774) processed. 0 failed. spent: 125:14, 126:12 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 21725ms [INFO] Pass 384 (774) processed. 0 failed. spent: 125:14, 126:12 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 21725ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:45:29.869 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type).test in 16739 (384 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:45:29.870 [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-04-24 12:45:29.942 [INFO] !MESSAGE Pass 385 (774) processed. 0 failed. spent: 125:33, 125:52 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 16739ms [INFO] Pass 385 (774) processed. 0 failed. spent: 125:33, 125:52 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 16739ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:45:48.806 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern).test in 17470 (385 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:45:48.807 [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-04-24 12:45:48.866 [INFO] !MESSAGE Pass 386 (774) processed. 0 failed. spent: 125:52, 125:32 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 17470ms [INFO] Pass 386 (774) processed. 0 failed. spent: 125:52, 125:32 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 17470ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:46:07.245 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code).test in 16861 (386 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:46:07.246 [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-04-24 12:46:07.288 [INFO] !MESSAGE Pass 387 (774) processed. 0 failed. spent: 126:10, 125:11 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 16861ms [INFO] Pass 387 (774) processed. 0 failed. spent: 126:10, 125:11 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 16861ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:46:26.206 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern).test in 17197 (387 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:46:26.208 [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-04-24 12:46:26.243 [INFO] !MESSAGE Pass 388 (774) processed. 0 failed. spent: 126:29, 124:51 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 17197ms [INFO] Pass 388 (774) processed. 0 failed. spent: 126:29, 124:51 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 17197ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:46:45.186 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_POSITIVE Case Required Entry_Multiple Type.test in 17292 (388 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:46:45.187 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Plain Text Serialization.test (389 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:46:45.263 [INFO] !MESSAGE Pass 389 (774) processed. 0 failed. spent: 126:48, 124:31 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 17292ms [INFO] Pass 389 (774) processed. 0 failed. spent: 126:48, 124:31 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 17292ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:47:06.151 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Plain Text Serialization.test in 19169 (389 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:47:06.153 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Run Test Positive Case .test (390 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:47:06.186 [INFO] !MESSAGE Pass 390 (774) processed. 0 failed. spent: 127:09, 124:13 mins remaining. ErrLogVerification_Plain Text Serialization. time: 19169ms [INFO] Pass 390 (774) processed. 0 failed. spent: 127:09, 124:13 mins remaining. ErrLogVerification_Plain Text Serialization. time: 19169ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:47:21.584 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Run Test Positive Case .test in 13818 (390 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:47:21.586 [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-04-24 12:47:21.602 [INFO] !MESSAGE Pass 391 (774) processed. 0 failed. spent: 127:25, 123:51 mins remaining. ErrLogVerification_Run Test Positive Case . time: 13818ms [INFO] Pass 391 (774) processed. 0 failed. spent: 127:25, 123:51 mins remaining. ErrLogVerification_Run Test Positive Case . time: 13818ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:47:33.524 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Spaces In Plugin Code Should Be Trimmed.test in 10402 (391 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:47:33.526 [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-04-24 12:47:33.615 [INFO] !MESSAGE Pass 392 (774) processed. 0 failed. spent: 127:37, 123:24 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 10402ms [INFO] Pass 392 (774) processed. 0 failed. spent: 127:37, 123:24 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 10402ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:47:44.605 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition.test in 9323 (392 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:47:44.607 [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-04-24 12:47:44.628 [INFO] !MESSAGE Pass 393 (774) processed. 0 failed. spent: 127:48, 122:56 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 9323ms [INFO] Pass 393 (774) processed. 0 failed. spent: 127:48, 122:56 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 9323ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:47:58.100 [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 11724 (393 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:47:58.101 [INFO] !MESSAGE [AUT-0] Starting: Error In ECL Context.test (394 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:47:58.144 [INFO] !MESSAGE Pass 394 (774) processed. 0 failed. spent: 128:01, 122:31 mins remaining. ErrLogVerification_Widget is disposed is thrown when you add any entry after you edit verification's name and press Ctrl+S. time: 11724ms [INFO] Pass 394 (774) processed. 0 failed. spent: 128:01, 122:31 mins remaining. ErrLogVerification_Widget is disposed is thrown when you add any entry after you edit verification's name and press Ctrl+S. time: 11724ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:48:12.508 [INFO] !MESSAGE [AUT-0] Finished: Error In ECL Context.test in 12971 (394 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:48:12.510 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtOpeningEditorForNonExistingFile.test (395 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:48:12.560 [INFO] !MESSAGE Pass 395 (774) processed. 0 failed. spent: 128:16, 122:07 mins remaining. Error In ECL Context. time: 12971ms [INFO] Pass 395 (774) processed. 0 failed. spent: 128:16, 122:07 mins remaining. Error In ECL Context. time: 12971ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:48:30.476 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtOpeningEditorForNonExistingFile.test in 16625 (395 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:48:30.478 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtOpeningNonExistingView.test (396 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:48:30.480 [INFO] !MESSAGE Pass 396 (774) processed. 0 failed. spent: 128:33, 121:46 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 16625ms [INFO] Pass 396 (774) processed. 0 failed. spent: 128:33, 121:46 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 16625ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:48:45.433 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtOpeningNonExistingView.test in 13633 (396 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:48:45.434 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtRecordingTestCase.test (397 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:48:45.447 [INFO] !MESSAGE Pass 397 (774) processed. 0 failed. spent: 128:48, 121:22 mins remaining. ErrorAtOpeningNonExistingView. time: 13633ms [INFO] Pass 397 (774) processed. 0 failed. spent: 128:48, 121:22 mins remaining. ErrorAtOpeningNonExistingView. time: 13633ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:48:58.352 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtRecordingTestCase.test in 11669 (397 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:48:58.354 [INFO] !MESSAGE [AUT-0] Starting: ErrorWhenPerspectiveIncorrect.test (398 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:48:58.360 [INFO] !MESSAGE Pass 398 (774) processed. 0 failed. spent: 129:01, 120:57 mins remaining. ErrorAtRecordingTestCase. time: 11669ms [INFO] Pass 398 (774) processed. 0 failed. spent: 129:01, 120:57 mins remaining. ErrorAtRecordingTestCase. time: 11669ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:49:13.272 [INFO] !MESSAGE [AUT-0] Finished: ErrorWhenPerspectiveIncorrect.test in 13226 (398 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:49:13.274 [INFO] !MESSAGE [AUT-0] Starting: ExcludeRows.test (399 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:49:13.278 [INFO] !MESSAGE Pass 399 (774) processed. 0 failed. spent: 129:16, 120:33 mins remaining. ErrorWhenPerspectiveIncorrect. time: 13226ms [INFO] Pass 399 (774) processed. 0 failed. spent: 129:16, 120:33 mins remaining. ErrorWhenPerspectiveIncorrect. time: 13226ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:49:28.692 [INFO] !MESSAGE [AUT-0] Finished: ExcludeRows.test in 13979 (399 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:49:28.694 [INFO] !MESSAGE [AUT-0] Starting: Execute1Tests.test (400 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:49:28.695 [INFO] !MESSAGE Pass 400 (774) processed. 0 failed. spent: 129:32, 120:11 mins remaining. ExcludeRows. time: 13979ms [INFO] Pass 400 (774) processed. 0 failed. spent: 129:32, 120:11 mins remaining. ExcludeRows. time: 13979ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:49:49.175 [INFO] !MESSAGE [AUT-0] Finished: Execute1Tests.test in 19048 (400 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:49:49.177 [INFO] !MESSAGE [AUT-0] Starting: Execute3Tests.test (401 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:49:49.244 [INFO] !MESSAGE Pass 401 (774) processed. 0 failed. spent: 129:52, 119:52 mins remaining. Execute1Test. time: 19048ms [INFO] Pass 401 (774) processed. 0 failed. spent: 129:52, 119:52 mins remaining. Execute1Test. time: 19048ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:50:22.315 [INFO] !MESSAGE [AUT-0] Finished: Execute3Tests.test in 31046 (401 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:50:22.316 [INFO] !MESSAGE [AUT-0] Starting: ExecuteFilteredTestsFromQ7Explorer.test (402 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:50:22.378 [INFO] !MESSAGE Pass 402 (774) processed. 0 failed. spent: 130:25, 119:45 mins remaining. Execute3Tests. time: 31046ms [INFO] Pass 402 (774) processed. 0 failed. spent: 130:25, 119:45 mins remaining. Execute3Tests. time: 31046ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:50:53.760 [INFO] !MESSAGE [AUT-0] Finished: ExecuteFilteredTestsFromQ7Explorer.test in 29870 (402 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:50:53.762 [INFO] !MESSAGE [AUT-0] Starting: ExecuteGroupContext.test (403 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:50:53.811 [INFO] !MESSAGE Pass 403 (774) processed. 0 failed. spent: 130:57, 119:37 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 29870ms [INFO] Pass 403 (774) processed. 0 failed. spent: 130:57, 119:37 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 29870ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:51:08.639 [INFO] !MESSAGE [AUT-0] Finished: ExecuteGroupContext.test in 13568 (403 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:51:08.640 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteAndTestCaseFromExplorer.test (404 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:51:08.739 [INFO] !MESSAGE Pass 404 (774) processed. 0 failed. spent: 131:12, 119:14 mins remaining. ExecuteGroupContext. time: 13568ms [INFO] Pass 404 (774) processed. 0 failed. spent: 131:12, 119:14 mins remaining. ExecuteGroupContext. time: 13568ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:51:42.089 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteAndTestCaseFromExplorer.test in 32117 (404 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:51:42.091 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteAtStopOnFirstFailure.test (405 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:51:42.175 [INFO] !MESSAGE Pass 405 (774) processed. 0 failed. spent: 131:45, 119:07 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 32117ms [INFO] Pass 405 (774) processed. 0 failed. spent: 131:45, 119:07 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 32117ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:52:01.600 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteAtStopOnFirstFailure.test in 17868 (405 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:52:01.601 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteWithFailedTest.test (406 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:52:01.645 [INFO] !MESSAGE Pass 406 (774) processed. 0 failed. spent: 132:05, 118:48 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 17868ms [INFO] Pass 406 (774) processed. 0 failed. spent: 132:05, 118:48 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 17868ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:52:28.231 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteWithFailedTest.test in 24872 (406 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:52:28.233 [INFO] !MESSAGE [AUT-0] Starting: ExpandCollapse.test (407 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:52:28.274 [INFO] !MESSAGE Pass 407 (774) processed. 0 failed. spent: 132:31, 118:35 mins remaining. ExecuteTestSuiteWithFailedTest. time: 24872ms [INFO] Pass 407 (774) processed. 0 failed. spent: 132:31, 118:35 mins remaining. ExecuteTestSuiteWithFailedTest. time: 24872ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:52:43.669 [INFO] !MESSAGE [AUT-0] Finished: ExpandCollapse.test in 14062 (407 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:52:43.671 [INFO] !MESSAGE [AUT-0] Starting: ExpandCollapse.test (408 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:52:43.692 [INFO] !MESSAGE Pass 408 (774) processed. 0 failed. spent: 132:47, 118:12 mins remaining. ExpandCollapse. time: 14062ms [INFO] Pass 408 (774) processed. 0 failed. spent: 132:47, 118:12 mins remaining. ExpandCollapse. time: 14062ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:52:56.565 [INFO] !MESSAGE [AUT-0] Finished: ExpandCollapse.test in 11253 (408 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:52:56.567 [INFO] !MESSAGE [AUT-0] Starting: ExpandTreeItems.test (409 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:52:56.608 [INFO] !MESSAGE Pass 409 (774) processed. 0 failed. spent: 133:00, 117:47 mins remaining. ExpandCollapse. time: 11253ms [INFO] Pass 409 (774) processed. 0 failed. spent: 133:00, 117:47 mins remaining. ExpandCollapse. time: 11253ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:53:05.978 [INFO] !MESSAGE [AUT-0] Finished: ExpandTreeItems.test in 7882 (409 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:53:05.979 [INFO] !MESSAGE [AUT-0] Starting: ExportToClipboard.test (410 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:53:06.020 [INFO] !MESSAGE Pass 410 (774) processed. 0 failed. spent: 133:09, 117:18 mins remaining. ExpandCollapseTreeItems. time: 7882ms [INFO] Pass 410 (774) processed. 0 failed. spent: 133:09, 117:18 mins remaining. ExpandCollapseTreeItems. time: 7882ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:53:20.349 [INFO] !MESSAGE [AUT-0] Finished: ExportToClipboard.test in 13185 (410 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:53:20.350 [INFO] !MESSAGE [AUT-0] Starting: ExportToClipboardTwoTestCases.test (411 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:53:20.438 [INFO] !MESSAGE Pass 411 (774) processed. 0 failed. spent: 133:23, 116:54 mins remaining. ExportToClipboard. time: 13185ms [INFO] Pass 411 (774) processed. 0 failed. spent: 133:23, 116:54 mins remaining. ExportToClipboard. time: 13185ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:53:37.859 [INFO] !MESSAGE [AUT-0] Finished: ExportToClipboardTwoTestCases.test in 15577 (411 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:53:37.861 [INFO] !MESSAGE [AUT-0] Starting: ExportToFile.test (412 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:53:37.965 [INFO] !MESSAGE Pass 412 (774) processed. 0 failed. spent: 133:41, 116:34 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 15577ms [INFO] Pass 412 (774) processed. 0 failed. spent: 133:41, 116:34 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 15577ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:53:59.794 [INFO] !MESSAGE [AUT-0] Finished: ExportToFile.test in 20441 (412 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:53:59.795 [INFO] !MESSAGE [AUT-0] Starting: F2RenameDebugContext.test (413 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:53:59.840 [INFO] !MESSAGE Pass 413 (774) processed. 0 failed. spent: 134:03, 116:17 mins remaining. ExportToFile. time: 20441ms [INFO] Pass 413 (774) processed. 0 failed. spent: 134:03, 116:17 mins remaining. ExportToFile. time: 20441ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:54:13.176 [INFO] !MESSAGE [AUT-0] Finished: F2RenameDebugContext.test in 12201 (413 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:54:13.177 [INFO] !MESSAGE [AUT-0] Starting: F2RenameECLContext.test (414 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:54:13.255 [INFO] !MESSAGE Pass 414 (774) processed. 0 failed. spent: 134:16, 115:52 mins remaining. F2RenameDebugContext. time: 12201ms [INFO] Pass 414 (774) processed. 0 failed. spent: 134:16, 115:52 mins remaining. F2RenameDebugContext. time: 12201ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:54:32.593 [INFO] !MESSAGE [AUT-0] Finished: F2RenameECLContext.test in 18190 (414 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:54:32.595 [INFO] !MESSAGE [AUT-0] Starting: F2RenameGroupContext.test (415 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:54:32.677 [INFO] !MESSAGE Pass 415 (774) processed. 0 failed. spent: 134:36, 115:33 mins remaining. F2RenameECLContext. time: 18190ms [INFO] Pass 415 (774) processed. 0 failed. spent: 134:36, 115:33 mins remaining. F2RenameECLContext. time: 18190ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:54:45.998 [INFO] !MESSAGE [AUT-0] Finished: F2RenameGroupContext.test in 11855 (415 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:54:46.000 [INFO] !MESSAGE [AUT-0] Starting: F2RenamePreferenceContext.test (416 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:54:46.099 [INFO] !MESSAGE Pass 416 (774) processed. 0 failed. spent: 134:49, 115:08 mins remaining. F2RenameGroupContext. time: 11855ms [INFO] Pass 416 (774) processed. 0 failed. spent: 134:49, 115:08 mins remaining. F2RenameGroupContext. time: 11855ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:55:09.918 [INFO] !MESSAGE [AUT-0] Finished: F2RenamePreferenceContext.test in 22475 (416 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:55:09.921 [INFO] !MESSAGE [AUT-0] Starting: F2RenameTestCase.test (417 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:55:09.943 [INFO] !MESSAGE Pass 417 (774) processed. 0 failed. spent: 135:13, 114:53 mins remaining. F2RenamePreferenceContext. time: 22475ms [INFO] Pass 417 (774) processed. 0 failed. spent: 135:13, 114:53 mins remaining. F2RenamePreferenceContext. time: 22475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:55:25.332 [INFO] !MESSAGE [AUT-0] Finished: F2RenameTestCase.test in 13724 (417 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:55:25.333 [INFO] !MESSAGE [AUT-0] Starting: F2RenameWorkbenchContextt.test (418 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:55:25.360 [INFO] !MESSAGE Pass 418 (774) processed. 0 failed. spent: 135:28, 114:30 mins remaining. F2RenameTestCase. time: 13724ms [INFO] Pass 418 (774) processed. 0 failed. spent: 135:28, 114:30 mins remaining. F2RenameTestCase. time: 13724ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:55:54.250 [INFO] !MESSAGE [AUT-0] Finished: F2RenameWorkbenchContextt.test in 27533 (418 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:55:54.251 [INFO] !MESSAGE [AUT-0] Starting: F2RenameWorkspaceContext.test (419 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:55:54.259 [INFO] !MESSAGE Pass 419 (774) processed. 0 failed. spent: 135:57, 114:18 mins remaining. F2RenameWorkbenchContextt. time: 27533ms [INFO] Pass 419 (774) processed. 0 failed. spent: 135:57, 114:18 mins remaining. F2RenameWorkbenchContextt. time: 27533ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:56:10.291 [INFO] !MESSAGE [AUT-0] Finished: F2RenameWorkspaceContext.test in 14249 (419 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:56:10.296 [INFO] !MESSAGE [AUT-0] Starting: F2ShouldBeDisabledIfMoreThenOneIsSelected.test (420 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:56:10.378 [INFO] !MESSAGE Pass 420 (774) processed. 0 failed. spent: 136:13, 113:56 mins remaining. F2RenameWorkspaceContext. time: 14249ms [INFO] Pass 420 (774) processed. 0 failed. spent: 136:13, 113:56 mins remaining. F2RenameWorkspaceContext. time: 14249ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:56:22.323 [INFO] !MESSAGE [AUT-0] Finished: F2ShouldBeDisabledIfMoreThenOneIsSelected.test in 11698, Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@71ecdfc (host: null) (420 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:56:22.324 [INFO] !MESSAGE AUT is not active, restarting.. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:56:22.325 [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/release/rcpttTests/target/aut-ws-0_restarted_1: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/release/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/release/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-04-24 12:56:22.339 [INFO] !MESSAGE Fail 421 (774) processed. 1 failed. spent: 136:25, 114:06 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 11698ms Cause: Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@71ecdfc (host: null) [INFO] Fail 421 (774) processed. 1 failed. spent: 136:25, 114:06 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 11698ms Cause: Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@71ecdfc (host: null) [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-04-24 12:56:24.368 [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-04-24 12:56:24.371 [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-04-24 12:56:24.371 [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-04-24 12:56:49.649 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT JVM arguments is set to : [-Xms200m, -Xmx2G, --add-modules=ALL-SYSTEM, -XX:+HeapDumpOnOutOfMemoryError, -Xmx3G, -Dq7id=82014a0a-3fee-4141-9ac4-4c930c246092, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar,reference:file:/home/jenkins/agent/workspace/release/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=82014a0a-3fee-4141-9ac4-4c930c246092 [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/release/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-04-24 12:56:49.667 [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/release/rcpttTests/target/aut-ws-0_restarted_1, -configuration, file:/home/jenkins/agent/workspace/release/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/, -dev, file:/home/jenkins/agent/workspace/release/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/release/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-04-24 12:57:12.143 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:57:12.668 [INFO] !MESSAGE [AUT-0] Starting: Fill and Clear Description in Workspace Context.test (421 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:57:29.972 [INFO] !MESSAGE [AUT-0] Finished: Fill and Clear Description in Workspace Context.test in 15989 (421 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:57:29.974 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByContainedProject.test (422 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:57:30.060 [INFO] !MESSAGE Pass 422 (774) processed. 1 failed. spent: 137:33, 113:52 mins remaining. Fill and Clear Description in Workspace Context. time: 15989ms [INFO] Pass 422 (774) processed. 1 failed. spent: 137:33, 113:52 mins remaining. Fill and Clear Description in Workspace Context. time: 15989ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:57:47.238 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByContainedProject.test in 15569 (422 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:57:47.241 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByDescription.test (423 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:57:47.287 [INFO] !MESSAGE Pass 423 (774) processed. 1 failed. spent: 137:50, 113:30 mins remaining. FilterSearchContextByContainedProject. time: 15569ms [INFO] Pass 423 (774) processed. 1 failed. spent: 137:50, 113:30 mins remaining. FilterSearchContextByContainedProject. time: 15569ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:58:16.996 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByDescription.test in 28577 (423 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:58:16.999 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByName.test (424 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:58:17.025 [INFO] !MESSAGE Pass 424 (774) processed. 1 failed. spent: 138:20, 113:19 mins remaining. FilterSearchContextByDescription. time: 28577ms [INFO] Pass 424 (774) processed. 1 failed. spent: 138:20, 113:19 mins remaining. FilterSearchContextByDescription. time: 28577ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:58:26.282 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByName.test in 8333 (424 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:58:26.284 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByTag.test (425 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:58:26.337 [INFO] !MESSAGE Pass 425 (774) processed. 1 failed. spent: 138:29, 112:51 mins remaining. FilterSearchContextByName. time: 8333ms [INFO] Pass 425 (774) processed. 1 failed. spent: 138:29, 112:51 mins remaining. FilterSearchContextByName. time: 8333ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:58:52.038 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByTag.test in 24559 (425 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:58:52.040 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByDescription.test (426 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:58:52.066 [INFO] !MESSAGE Pass 426 (774) processed. 1 failed. spent: 138:55, 112:37 mins remaining. FilterSearchContextByTag. time: 24559ms [INFO] Pass 426 (774) processed. 1 failed. spent: 138:55, 112:37 mins remaining. FilterSearchContextByTag. time: 24559ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:59:01.312 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByDescription.test in 7997 (426 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:59:01.313 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByName.test (427 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:59:01.378 [INFO] !MESSAGE Pass 427 (774) processed. 1 failed. spent: 139:04, 112:09 mins remaining. FilterSearchTestCaseByDescription. time: 7997ms [INFO] Pass 427 (774) processed. 1 failed. spent: 139:04, 112:09 mins remaining. FilterSearchTestCaseByDescription. time: 7997ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:59:10.551 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByName.test in 8221 (427 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:59:10.553 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByTag.test (428 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:59:10.589 [INFO] !MESSAGE Pass 428 (774) processed. 1 failed. spent: 139:14, 111:42 mins remaining. FilterSearchTestCaseByName. time: 8221ms [INFO] Pass 428 (774) processed. 1 failed. spent: 139:14, 111:42 mins remaining. FilterSearchTestCaseByName. time: 8221ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:59:20.290 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByTag.test in 8720 (428 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:59:20.292 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchWorksWithInvalidTestFiles.test (429 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:59:20.301 [INFO] !MESSAGE Pass 429 (774) processed. 1 failed. spent: 139:23, 111:14 mins remaining. FilterSearchTestCaseByTag. time: 8720ms [INFO] Pass 429 (774) processed. 1 failed. spent: 139:23, 111:14 mins remaining. FilterSearchTestCaseByTag. time: 8720ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:59:33.061 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchWorksWithInvalidTestFiles.test in 11676 (429 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 12:59:33.064 [INFO] !MESSAGE [AUT-0] Starting: FilteringAtClearingLaunchConfiguration.test (430 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 12:59:33.118 [INFO] !MESSAGE Pass 430 (774) processed. 1 failed. spent: 139:36, 110:50 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 11676ms [INFO] Pass 430 (774) processed. 1 failed. spent: 139:36, 110:50 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 11676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:01:58.018 [INFO] !MESSAGE [AUT-0] Finished: FilteringAtClearingLaunchConfiguration.test in 143896 (430 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:01:58.020 [INFO] !MESSAGE [AUT-0] Starting: FilteringContextsInContextList.test (431 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:01:58.040 [INFO] !MESSAGE Pass 431 (774) processed. 1 failed. spent: 142:01, 112:10 mins remaining. FilteringAtClearingLaunchConfiguration. time: 143896ms [INFO] Pass 431 (774) processed. 1 failed. spent: 142:01, 112:10 mins remaining. FilteringAtClearingLaunchConfiguration. time: 143896ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:02:11.890 [INFO] !MESSAGE [AUT-0] Finished: FilteringContextsInContextList.test in 12245 (431 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:02:11.892 [INFO] !MESSAGE [AUT-0] Starting: FindReplaceInControlPanel.test (432 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:02:11.955 [INFO] !MESSAGE Pass 432 (774) processed. 1 failed. spent: 142:15, 111:46 mins remaining. FilteringContextsInContextList. time: 12245ms [INFO] Pass 432 (774) processed. 1 failed. spent: 142:15, 111:46 mins remaining. FilteringContextsInContextList. time: 12245ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:02:29.701 [INFO] !MESSAGE [AUT-0] Finished: FindReplaceInControlPanel.test in 16664 (432 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:02:29.702 [INFO] !MESSAGE [AUT-0] Starting: FindReplaceInScriptByShortKey.test (433 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:02:29.778 [INFO] !MESSAGE Pass 433 (774) processed. 1 failed. spent: 142:33, 111:25 mins remaining. FindReplaceInControlPanel. time: 16664ms [INFO] Pass 433 (774) processed. 1 failed. spent: 142:33, 111:25 mins remaining. FindReplaceInControlPanel. time: 16664ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:02:42.002 [INFO] !MESSAGE [AUT-0] Finished: FindReplaceInScriptByShortKey.test in 11365 (433 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:02:42.004 [INFO] !MESSAGE [AUT-0] Starting: FinishButtonShouldBeDisabledIfLocationIsEmpty.test (434 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:02:42.095 [INFO] !MESSAGE Pass 434 (774) processed. 1 failed. spent: 142:45, 110:59 mins remaining. FindReplaceInScriptByShortKey. time: 11365ms [INFO] Pass 434 (774) processed. 1 failed. spent: 142:45, 110:59 mins remaining. FindReplaceInScriptByShortKey. time: 11365ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:02:56.773 [INFO] !MESSAGE [AUT-0] Finished: FinishButtonShouldBeDisabledIfLocationIsEmpty.test in 13683 (434 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:02:56.775 [INFO] !MESSAGE [AUT-0] Starting: FolderContextWithVariable.test (435 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:02:56.850 [INFO] !MESSAGE Pass 435 (774) processed. 1 failed. spent: 143:00, 110:36 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 13683ms [INFO] Pass 435 (774) processed. 1 failed. spent: 143:00, 110:36 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 13683ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:03:06.006 [INFO] !MESSAGE [AUT-0] Finished: FolderContextWithVariable.test in 8271 (435 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:03:06.008 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Name_ContextMenu.test (436 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:03:06.062 [INFO] !MESSAGE Pass 436 (774) processed. 1 failed. spent: 143:09, 110:08 mins remaining. FolderContextWithVariable. time: 8271ms [INFO] Pass 436 (774) processed. 1 failed. spent: 143:09, 110:08 mins remaining. FolderContextWithVariable. time: 8271ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:03:15.754 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Name_ContextMenu.test in 8585 (436 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:03:15.755 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Name_ContextMenu.test (437 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:03:15.776 [INFO] !MESSAGE Pass 437 (774) processed. 1 failed. spent: 143:19, 109:41 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 8585ms [INFO] Pass 437 (774) processed. 1 failed. spent: 143:19, 109:41 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 8585ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:03:25.518 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Name_ContextMenu.test in 8675 (437 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:03:25.520 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Tags_ContextMenu.test (438 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:03:25.592 [INFO] !MESSAGE Pass 438 (774) processed. 1 failed. spent: 143:29, 109:14 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 8675ms [INFO] Pass 438 (774) processed. 1 failed. spent: 143:29, 109:14 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 8675ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:03:35.283 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Tags_ContextMenu.test in 8807 (438 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:03:35.285 [INFO] !MESSAGE [AUT-0] Starting: FormToolkitRecording.test (439 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:03:35.304 [INFO] !MESSAGE Pass 439 (774) processed. 1 failed. spent: 143:38, 108:47 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 8807ms [INFO] Pass 439 (774) processed. 1 failed. spent: 143:38, 108:47 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 8807ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:04:53.570 [INFO] !MESSAGE [AUT-0] Finished: FormToolkitRecording.test in 77421 (439 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:04:53.573 [INFO] !MESSAGE [AUT-0] Starting: FormWithLinksRecording.test (440 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:04:53.651 [INFO] !MESSAGE Pass 440 (774) processed. 1 failed. spent: 144:57, 109:12 mins remaining. FormToolkitRecording. time: 77421ms [INFO] Pass 440 (774) processed. 1 failed. spent: 144:57, 109:12 mins remaining. FormToolkitRecording. time: 77421ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:05.366 [INFO] !MESSAGE [AUT-0] Finished: FormWithLinksRecording.test in 70814 (440 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:05.368 [INFO] !MESSAGE [AUT-0] Starting: GeneratePomFileInProject.test (441 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:06:05.460 [INFO] !MESSAGE Pass 441 (774) processed. 1 failed. spent: 146:08, 109:31 mins remaining. FormWithLinksRecording. time: 70814ms [INFO] Pass 441 (774) processed. 1 failed. spent: 146:08, 109:31 mins remaining. FormWithLinksRecording. time: 70814ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:20.653 [INFO] !MESSAGE [AUT-0] Finished: GeneratePomFileInProject.test in 14240 (441 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:20.655 [INFO] !MESSAGE [AUT-0] Starting: GenerateSecondPomFileInProject.test (442 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:06:20.680 [INFO] !MESSAGE Pass 442 (774) processed. 1 failed. spent: 146:24, 109:08 mins remaining. GeneratePomFileInProject. time: 14240ms [INFO] Pass 442 (774) processed. 1 failed. spent: 146:24, 109:08 mins remaining. GeneratePomFileInProject. time: 14240ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:37.922 [INFO] !MESSAGE [AUT-0] Finished: GenerateSecondPomFileInProject.test in 16019 (442 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:37.924 [INFO] !MESSAGE [AUT-0] Starting: GetChildrenFromFile.test (443 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:06:38.002 [INFO] !MESSAGE Pass 443 (774) processed. 1 failed. spent: 146:41, 108:46 mins remaining. GenerateSecondPomFileInProject. time: 16019ms [INFO] Pass 443 (774) processed. 1 failed. spent: 146:41, 108:46 mins remaining. GenerateSecondPomFileInProject. time: 16019ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:42.163 [INFO] !MESSAGE [AUT-0] Finished: GetChildrenFromFile.test in 3136 (443 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:42.165 [INFO] !MESSAGE [AUT-0] Starting: GetExistsFromFile.test (444 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:06:42.207 [INFO] !MESSAGE Pass 444 (774) processed. 1 failed. spent: 146:45, 108:15 mins remaining. GetChildrenFromFile. time: 3136ms [INFO] Pass 444 (774) processed. 1 failed. spent: 146:45, 108:15 mins remaining. GetChildrenFromFile. time: 3136ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:44.831 [INFO] !MESSAGE [AUT-0] Finished: GetExistsFromFile.test in 1767 (444 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:44.833 [INFO] !MESSAGE [AUT-0] Starting: GetFile.test (445 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:06:44.911 [INFO] !MESSAGE Pass 445 (774) processed. 1 failed. spent: 146:48, 107:43 mins remaining. GetExistsFromFile. time: 1767ms [INFO] Pass 445 (774) processed. 1 failed. spent: 146:48, 107:43 mins remaining. GetExistsFromFile. time: 1767ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:48.074 [INFO] !MESSAGE [AUT-0] Finished: GetFile.test in 2159 (445 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:48.076 [INFO] !MESSAGE [AUT-0] Starting: GetHotkey.test (446 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:06:48.115 [INFO] !MESSAGE Pass 446 (774) processed. 1 failed. spent: 146:51, 107:11 mins remaining. GetFile. time: 2159ms [INFO] Pass 446 (774) processed. 1 failed. spent: 146:51, 107:11 mins remaining. GetFile. time: 2159ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:57.818 [INFO] !MESSAGE [AUT-0] Finished: GetHotkey.test in 8684 (446 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:06:57.820 [INFO] !MESSAGE [AUT-0] Starting: GetIsDirectoryFromFile.test (447 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:06:57.828 [INFO] !MESSAGE Pass 447 (774) processed. 1 failed. spent: 147:01, 106:44 mins remaining. GetHotkey. time: 8684ms [INFO] Pass 447 (774) processed. 1 failed. spent: 147:01, 106:44 mins remaining. GetHotkey. time: 8684ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:01.507 [INFO] !MESSAGE [AUT-0] Finished: GetIsDirectoryFromFile.test in 2914 (447 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:01.508 [INFO] !MESSAGE [AUT-0] Starting: GetMenu.test (448 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:07:01.534 [INFO] !MESSAGE Pass 448 (774) processed. 1 failed. spent: 147:04, 106:12 mins remaining. GetIsDirectoryFromFile. time: 2914ms [INFO] Pass 448 (774) processed. 1 failed. spent: 147:04, 106:12 mins remaining. GetIsDirectoryFromFile. time: 2914ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:05.682 [INFO] !MESSAGE [AUT-0] Finished: GetMenu.test in 3534 (448 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:05.684 [INFO] !MESSAGE [AUT-0] Starting: GetNameFromFile.test (449 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:07:05.739 [INFO] !MESSAGE Pass 449 (774) processed. 1 failed. spent: 147:09, 105:42 mins remaining. GetMenu. time: 3534ms [INFO] Pass 449 (774) processed. 1 failed. spent: 147:09, 105:42 mins remaining. GetMenu. time: 3534ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:08.347 [INFO] !MESSAGE [AUT-0] Finished: GetNameFromFile.test in 1739 (449 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:08.349 [INFO] !MESSAGE [AUT-0] Starting: GetPropertyWithoutEscaping.test (450 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:07:08.442 [INFO] !MESSAGE Pass 450 (774) processed. 1 failed. spent: 147:11, 105:10 mins remaining. GetNameFromFile. time: 1739ms [INFO] Pass 450 (774) processed. 1 failed. spent: 147:11, 105:10 mins remaining. GetNameFromFile. time: 1739ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:14.572 [INFO] !MESSAGE [AUT-0] Finished: GetPropertyWithoutEscaping.test in 5235 (450 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:14.574 [INFO] !MESSAGE [AUT-0] Starting: GetTestCaseName.test (451 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:07:14.650 [INFO] !MESSAGE Pass 451 (774) processed. 1 failed. spent: 147:18, 104:42 mins remaining. GetPropertyWithoutEscaping. time: 5235ms [INFO] Pass 451 (774) processed. 1 failed. spent: 147:18, 104:42 mins remaining. GetPropertyWithoutEscaping. time: 5235ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:18.254 [INFO] !MESSAGE [AUT-0] Finished: GetTestCaseName.test in 2944 (451 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:18.256 [INFO] !MESSAGE [AUT-0] Starting: GetTooltipsWhenColumnsWithoutText.test (452 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:07:18.354 [INFO] !MESSAGE Pass 452 (774) processed. 1 failed. spent: 147:21, 104:11 mins remaining. GetTestCaseName. time: 2944ms [INFO] Pass 452 (774) processed. 1 failed. spent: 147:21, 104:11 mins remaining. GetTestCaseName. time: 2944ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:37.513 [INFO] !MESSAGE [AUT-0] Finished: GetTooltipsWhenColumnsWithoutText.test in 17976 (452 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:07:37.515 [INFO] !MESSAGE [AUT-0] Starting: GetTreeElementWithoutHardEscaping.test (453 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:07:37.578 [INFO] !MESSAGE Pass 453 (774) processed. 1 failed. spent: 147:41, 103:51 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 17976ms [INFO] Pass 453 (774) processed. 1 failed. spent: 147:41, 103:51 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 17976ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:09:08.833 [INFO] !MESSAGE [AUT-0] Finished: GetTreeElementWithoutHardEscaping.test in 90287 (453 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:09:08.835 [INFO] !MESSAGE [AUT-0] Starting: GoIntoInQ7Explorer.test (454 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:09:08.871 [INFO] !MESSAGE Pass 454 (774) processed. 1 failed. spent: 149:12, 104:22 mins remaining. GetTreeElementWithoutHardEscaping. time: 90287ms [INFO] Pass 454 (774) processed. 1 failed. spent: 149:12, 104:22 mins remaining. GetTreeElementWithoutHardEscaping. time: 90287ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:09:23.195 [INFO] !MESSAGE [AUT-0] Finished: GoIntoInQ7Explorer.test in 12882 (454 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:09:23.197 [INFO] !MESSAGE [AUT-0] Starting: GroupContext_CopyPaste_Context_ContextMenu.test (455 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:09:23.289 [INFO] !MESSAGE Pass 455 (774) processed. 1 failed. spent: 149:26, 103:58 mins remaining. GoIntoInQ7Explorer. time: 12882ms [INFO] Pass 455 (774) processed. 1 failed. spent: 149:26, 103:58 mins remaining. GoIntoInQ7Explorer. time: 12882ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:09:33.945 [INFO] !MESSAGE [AUT-0] Finished: GroupContext_CopyPaste_Context_ContextMenu.test in 9667 (455 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:09:33.947 [INFO] !MESSAGE [AUT-0] Starting: GroupContext_CopyPaste_Tags_ContextMenu.test (456 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:09:34.003 [INFO] !MESSAGE Pass 456 (774) processed. 1 failed. spent: 149:37, 103:33 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 9667ms [INFO] Pass 456 (774) processed. 1 failed. spent: 149:37, 103:33 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 9667ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:09:43.217 [INFO] !MESSAGE [AUT-0] Finished: GroupContext_CopyPaste_Tags_ContextMenu.test in 8027 (456 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:09:43.219 [INFO] !MESSAGE [AUT-0] Starting: GroupContexts.test (457 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:09:43.315 [INFO] !MESSAGE Pass 457 (774) processed. 1 failed. spent: 149:46, 103:06 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 8027ms [INFO] Pass 457 (774) processed. 1 failed. spent: 149:46, 103:06 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 8027ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:09:59.468 [INFO] !MESSAGE [AUT-0] Finished: GroupContexts.test in 15334 (457 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:09:59.469 [INFO] !MESSAGE [AUT-0] Starting: HumanReadableECL.test (458 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:09:59.549 [INFO] !MESSAGE Pass 458 (774) processed. 1 failed. spent: 150:03, 102:45 mins remaining. GroupContexts. time: 15334ms [INFO] Pass 458 (774) processed. 1 failed. spent: 150:03, 102:45 mins remaining. GroupContexts. time: 15334ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:10:26.322 [INFO] !MESSAGE [AUT-0] Finished: HumanReadableECL.test in 25488 (458 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:10:26.324 [INFO] !MESSAGE [AUT-0] Starting: Ignore File At Clearing Workspace.test (459 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:10:26.341 [INFO] !MESSAGE Pass 459 (774) processed. 1 failed. spent: 150:29, 102:29 mins remaining. HumanReadableECL. time: 25488ms [INFO] Pass 459 (774) processed. 1 failed. spent: 150:29, 102:29 mins remaining. HumanReadableECL. time: 25488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:10:57.180 [INFO] !MESSAGE [AUT-0] Finished: Ignore File At Clearing Workspace.test in 29606 (459 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:10:57.182 [INFO] !MESSAGE [AUT-0] Starting: Ignore Non-Existing File At Clearing Workspace.test (460 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:10:57.277 [INFO] !MESSAGE Pass 460 (774) processed. 1 failed. spent: 151:00, 102:18 mins remaining. Ignore File At Clearing Workspace. time: 29606ms [INFO] Pass 460 (774) processed. 1 failed. spent: 151:00, 102:18 mins remaining. Ignore File At Clearing Workspace. time: 29606ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:11:42.527 [INFO] !MESSAGE [AUT-0] Finished: Ignore Non-Existing File At Clearing Workspace.test in 44236 (460 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:11:42.529 [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-04-24 13:11:42.572 [INFO] !MESSAGE Pass 461 (774) processed. 1 failed. spent: 151:46, 102:16 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 44236ms [INFO] Pass 461 (774) processed. 1 failed. spent: 151:46, 102:16 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 44236ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:12:16.841 [INFO] !MESSAGE [AUT-0] Finished: Ignore Some Files At Clearing Workspace.test in 33406 (461 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:12:16.843 [INFO] !MESSAGE [AUT-0] Starting: Import Files In Workspace Context.test (462 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:12:16.846 [INFO] !MESSAGE Pass 462 (774) processed. 1 failed. spent: 152:20, 102:06 mins remaining. Ignore Some Files At Clearing Workspace. time: 33406ms [INFO] Pass 462 (774) processed. 1 failed. spent: 152:20, 102:06 mins remaining. Ignore Some Files At Clearing Workspace. time: 33406ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:12:31.151 [INFO] !MESSAGE [AUT-0] Finished: Import Files In Workspace Context.test in 12708 (462 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:12:31.152 [INFO] !MESSAGE [AUT-0] Starting: Import Projects In Workspace Context.test (463 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:12:31.161 [INFO] !MESSAGE Pass 463 (774) processed. 1 failed. spent: 152:34, 101:42 mins remaining. Import Files In Workspace Context. time: 12708ms [INFO] Pass 463 (774) processed. 1 failed. spent: 152:34, 101:42 mins remaining. Import Files In Workspace Context. time: 12708ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:12:43.450 [INFO] !MESSAGE [AUT-0] Finished: Import Projects In Workspace Context.test in 11437 (463 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:12:43.452 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboard.test (464 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:12:43.474 [INFO] !MESSAGE Pass 464 (774) processed. 1 failed. spent: 152:46, 101:17 mins remaining. Import Projects In Workspace Context. time: 11437ms [INFO] Pass 464 (774) processed. 1 failed. spent: 152:46, 101:17 mins remaining. Import Projects In Workspace Context. time: 11437ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:12:58.758 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboard.test in 14003 (464 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:12:58.759 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboardToTheProjectWithSameContexts.test (465 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:12:58.792 [INFO] !MESSAGE Pass 465 (774) processed. 1 failed. spent: 153:02, 100:55 mins remaining. ImportFromClipboard. time: 14003ms [INFO] Pass 465 (774) processed. 1 failed. spent: 153:02, 100:55 mins remaining. ImportFromClipboard. time: 14003ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:13:21.551 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboardToTheProjectWithSameContexts.test in 21514 (465 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:13:21.553 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboardToTheSameProject.test (466 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:13:21.619 [INFO] !MESSAGE Pass 466 (774) processed. 1 failed. spent: 153:25, 100:38 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 21514ms [INFO] Pass 466 (774) processed. 1 failed. spent: 153:25, 100:38 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 21514ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:13:37.822 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboardToTheSameProject.test in 15146 (466 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:13:37.824 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFile.test (467 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:13:37.843 [INFO] !MESSAGE Pass 467 (774) processed. 1 failed. spent: 153:41, 100:16 mins remaining. ImportFromClipboardToTheSameProject. time: 15146ms [INFO] Pass 467 (774) processed. 1 failed. spent: 153:41, 100:16 mins remaining. ImportFromClipboardToTheSameProject. time: 15146ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:13:52.584 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFile.test in 13509 (467 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:13:52.585 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileAddMissingReferences.test (468 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:13:52.661 [INFO] !MESSAGE Pass 468 (774) processed. 1 failed. spent: 153:56, 99:53 mins remaining. ImportFromFile. time: 13509ms [INFO] Pass 468 (774) processed. 1 failed. spent: 153:56, 99:53 mins remaining. ImportFromFile. time: 13509ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:14:07.903 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileAddMissingReferences.test in 13983 (468 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:14:07.905 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileToTheProjectWithSameContexts.test (469 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:14:07.979 [INFO] !MESSAGE Pass 469 (774) processed. 1 failed. spent: 154:11, 99:30 mins remaining. ImportFromFileAddMissingReferences. time: 13983ms [INFO] Pass 469 (774) processed. 1 failed. spent: 154:11, 99:30 mins remaining. ImportFromFileAddMissingReferences. time: 13983ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:14:29.238 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileToTheProjectWithSameContexts.test in 20325 (469 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:14:29.255 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileToTheSameProject.test (470 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:14:29.305 [INFO] !MESSAGE Pass 470 (774) processed. 1 failed. spent: 154:32, 99:12 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 20325ms [INFO] Pass 470 (774) processed. 1 failed. spent: 154:32, 99:12 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 20325ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:14:47.034 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileToTheSameProject.test in 16918 (470 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:14:47.036 [INFO] !MESSAGE [AUT-0] Starting: ImportPreferencesInPrefContext.test (471 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:14:47.127 [INFO] !MESSAGE Pass 471 (774) processed. 1 failed. spent: 154:50, 98:51 mins remaining. ImportFromFileToTheSameProject. time: 16918ms [INFO] Pass 471 (774) processed. 1 failed. spent: 154:50, 98:51 mins remaining. ImportFromFileToTheSameProject. time: 16918ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:14:57.866 [INFO] !MESSAGE [AUT-0] Finished: ImportPreferencesInPrefContext.test in 9622 (471 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:14:57.868 [INFO] !MESSAGE [AUT-0] Starting: ImportProjectToWSContextFromArchiveFile.test (472 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:14:57.940 [INFO] !MESSAGE Pass 472 (774) processed. 1 failed. spent: 155:01, 98:26 mins remaining. ImportPreferencesInPrefContext. time: 9622ms [INFO] Pass 472 (774) processed. 1 failed. spent: 155:01, 98:26 mins remaining. ImportPreferencesInPrefContext. time: 9622ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:15:11.659 [INFO] !MESSAGE [AUT-0] Finished: ImportProjectToWSContextFromArchiveFile.test in 12606 (472 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:15:11.661 [INFO] !MESSAGE [AUT-0] Starting: ImportSameNamedButDifferentTypedContextsIsNotAllowed.test (473 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:15:11.755 [INFO] !MESSAGE Pass 473 (774) processed. 1 failed. spent: 155:15, 98:03 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 12606ms [INFO] Pass 473 (774) processed. 1 failed. spent: 155:15, 98:03 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 12606ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:15:28.419 [INFO] !MESSAGE [AUT-0] Finished: ImportSameNamedButDifferentTypedContextsIsNotAllowed.test in 15717 (473 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:15:28.421 [INFO] !MESSAGE [AUT-0] Starting: ImportedContextFromFileEqualsExported.test (474 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:15:28.475 [INFO] !MESSAGE Pass 474 (774) processed. 1 failed. spent: 155:31, 97:41 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 15717ms [INFO] Pass 474 (774) processed. 1 failed. spent: 155:31, 97:41 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 15717ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:15:52.247 [INFO] !MESSAGE [AUT-0] Finished: ImportedContextFromFileEqualsExported.test in 22402 (474 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:15:52.249 [INFO] !MESSAGE [AUT-0] Starting: ImportedContextsEqualsExported.test (475 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:15:52.304 [INFO] !MESSAGE Pass 475 (774) processed. 1 failed. spent: 155:55, 97:24 mins remaining. ImportedContextFromFileEqualsExported. time: 22402ms [INFO] Pass 475 (774) processed. 1 failed. spent: 155:55, 97:24 mins remaining. ImportedContextFromFileEqualsExported. time: 22402ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:16:25.070 [INFO] !MESSAGE [AUT-0] Finished: ImportedContextsEqualsExported.test in 31655 (475 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:16:25.072 [INFO] !MESSAGE [AUT-0] Starting: ImportedFromFileTestCaseEqualsExported.test (476 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:16:25.147 [INFO] !MESSAGE Pass 476 (774) processed. 1 failed. spent: 156:28, 97:13 mins remaining. ImportedContextsEqualsExported. time: 31655ms [INFO] Pass 476 (774) processed. 1 failed. spent: 156:28, 97:13 mins remaining. ImportedContextsEqualsExported. time: 31655ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:16:40.411 [INFO] !MESSAGE [AUT-0] Finished: ImportedFromFileTestCaseEqualsExported.test in 14319 (476 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:16:40.413 [INFO] !MESSAGE [AUT-0] Starting: ImportedTesCaseEqualsExported.test (477 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:16:40.466 [INFO] !MESSAGE Pass 477 (774) processed. 1 failed. spent: 156:43, 96:50 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 14319ms [INFO] Pass 477 (774) processed. 1 failed. spent: 156:43, 96:50 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 14319ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:16:59.279 [INFO] !MESSAGE [AUT-0] Finished: ImportedTesCaseEqualsExported.test in 17873 (477 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:16:59.280 [INFO] !MESSAGE [AUT-0] Starting: IsEmptyText.test (478 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:16:59.288 [INFO] !MESSAGE Pass 478 (774) processed. 1 failed. spent: 157:02, 96:30 mins remaining. ImportedTesCaseEqualsExported. time: 17873ms [INFO] Pass 478 (774) processed. 1 failed. spent: 157:02, 96:30 mins remaining. ImportedTesCaseEqualsExported. time: 17873ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:17:08.547 [INFO] !MESSAGE [AUT-0] Finished: IsEmptyText.test in 8097 (478 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:17:08.549 [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-04-24 13:17:08.598 [INFO] !MESSAGE Pass 479 (774) processed. 1 failed. spent: 157:12, 96:05 mins remaining. IsEmptyText. time: 8097ms [INFO] Pass 479 (774) processed. 1 failed. spent: 157:12, 96:05 mins remaining. IsEmptyText. time: 8097ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:18:28.406 [INFO] !MESSAGE [AUT-0] Finished: Job error is captured by Error Log Verification.test in 78984 (479 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:18:28.407 [INFO] !MESSAGE [AUT-0] Starting: Launch Test From Report Viewer.test (480 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:18:28.469 [INFO] !MESSAGE Pass 480 (774) processed. 1 failed. spent: 158:31, 96:21 mins remaining. Job error is captured by Error Log Verification. time: 78984ms [INFO] Pass 480 (774) processed. 1 failed. spent: 158:31, 96:21 mins remaining. Job error is captured by Error Log Verification. time: 78984ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:20:03.290 [INFO] !MESSAGE [AUT-0] Finished: Launch Test From Report Viewer.test in 93473 (480 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:20:03.292 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_ECL_SuperContext.test (481 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:20:03.369 [INFO] !MESSAGE Pass 481 (774) processed. 1 failed. spent: 160:06, 96:47 mins remaining. Launch Test From Report Viewer. time: 93473ms [INFO] Pass 481 (774) processed. 1 failed. spent: 160:06, 96:47 mins remaining. Launch Test From Report Viewer. time: 93473ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:20:24.680 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_ECL_SuperContext.test in 20245 (481 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:20:24.682 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Group_SuperConext.test (482 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:20:24.742 [INFO] !MESSAGE Pass 482 (774) processed. 1 failed. spent: 160:28, 96:28 mins remaining. LaunchCheck_ECL_SuperContext. time: 20245ms [INFO] Pass 482 (774) processed. 1 failed. spent: 160:28, 96:28 mins remaining. LaunchCheck_ECL_SuperContext. time: 20245ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:21:02.023 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Group_SuperConext.test in 35954 (482 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:21:02.025 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Launch_SuperContext.test (483 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:21:02.082 [INFO] !MESSAGE Pass 483 (774) processed. 1 failed. spent: 161:05, 96:19 mins remaining. LaunchCheck_Group_SuperConext. time: 35954ms [INFO] Pass 483 (774) processed. 1 failed. spent: 161:05, 96:19 mins remaining. LaunchCheck_Group_SuperConext. time: 35954ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:21:30.408 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Launch_SuperContext.test in 27073 (483 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:21:30.410 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Wb_SuperContext.test (484 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:21:30.453 [INFO] !MESSAGE Pass 484 (774) processed. 1 failed. spent: 161:33, 96:03 mins remaining. LaunchCheck_Launch_SuperContext. time: 27073ms [INFO] Pass 484 (774) processed. 1 failed. spent: 161:33, 96:03 mins remaining. LaunchCheck_Launch_SuperContext. time: 27073ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:22:15.296 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Wb_SuperContext.test in 43768 (484 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:22:15.297 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Ws_Pref_SuperContext.test (485 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:22:15.301 [INFO] !MESSAGE Pass 485 (774) processed. 1 failed. spent: 162:18, 95:58 mins remaining. LaunchCheck_Wb_SuperContext. time: 43768ms [INFO] Pass 485 (774) processed. 1 failed. spent: 162:18, 95:58 mins remaining. LaunchCheck_Wb_SuperContext. time: 43768ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:22:50.317 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Ws_Pref_SuperContext.test in 33621 (485 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:22:50.319 [INFO] !MESSAGE [AUT-0] Starting: LaunchngATestCaseWithUnsavedContext.test (486 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:22:50.356 [INFO] !MESSAGE Pass 486 (774) processed. 1 failed. spent: 162:53, 95:47 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 33621ms [INFO] Pass 486 (774) processed. 1 failed. spent: 162:53, 95:47 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 33621ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:23:02.717 [INFO] !MESSAGE [AUT-0] Finished: LaunchngATestCaseWithUnsavedContext.test in 11000 (486 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:23:02.718 [INFO] !MESSAGE [AUT-0] Starting: LinkWithEditorInQ7Explorer.test (487 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:23:02.769 [INFO] !MESSAGE Pass 487 (774) processed. 1 failed. spent: 163:06, 95:23 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 11000ms [INFO] Pass 487 (774) processed. 1 failed. spent: 163:06, 95:23 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 11000ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:23:14.524 [INFO] !MESSAGE [AUT-0] Finished: LinkWithEditorInQ7Explorer.test in 10900 (487 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:23:14.525 [INFO] !MESSAGE [AUT-0] Starting: ListFeatures.test (488 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:23:14.581 [INFO] !MESSAGE Pass 488 (774) processed. 1 failed. spent: 163:18, 94:58 mins remaining. LinkWithEditorInQ7Explorer. time: 10900ms [INFO] Pass 488 (774) processed. 1 failed. spent: 163:18, 94:58 mins remaining. LinkWithEditorInQ7Explorer. time: 10900ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:23:48.881 [INFO] !MESSAGE [AUT-0] Finished: ListFeatures.test in 32801 (488 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:23:48.883 [INFO] !MESSAGE [AUT-0] Starting: ListPlugins.test (489 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:23:48.942 [INFO] !MESSAGE Pass 489 (774) processed. 1 failed. spent: 163:52, 94:46 mins remaining. ListFeatures. time: 32801ms [INFO] Pass 489 (774) processed. 1 failed. spent: 163:52, 94:46 mins remaining. ListFeatures. time: 32801ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:24:15.295 [INFO] !MESSAGE [AUT-0] Finished: ListPlugins.test in 24977 (489 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:24:15.296 [INFO] !MESSAGE [AUT-0] Starting: LoadAUTfromFolderContext.test (490 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:24:15.342 [INFO] !MESSAGE Pass 490 (774) processed. 1 failed. spent: 164:18, 94:30 mins remaining. ListPlugins. time: 24977ms [INFO] Pass 490 (774) processed. 1 failed. spent: 164:18, 94:30 mins remaining. ListPlugins. time: 24977ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:26:01.247 [INFO] !MESSAGE [AUT-0] Finished: LoadAUTfromFolderContext.test in 104695 (490 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:26:01.249 [INFO] !MESSAGE [AUT-0] Starting: LoadReport.test (491 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:26:01.264 [INFO] !MESSAGE Pass 491 (774) processed. 1 failed. spent: 166:04, 94:59 mins remaining. LoadAUTfromFolderContext. time: 104695ms [INFO] Pass 491 (774) processed. 1 failed. spent: 166:04, 94:59 mins remaining. LoadAUTfromFolderContext. time: 104695ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:26:10.572 [INFO] !MESSAGE [AUT-0] Finished: LoadReport.test in 7840 (491 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:26:10.574 [INFO] !MESSAGE [AUT-0] Starting: MarkTaskAsCompleted.test (492 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:26:10.575 [INFO] !MESSAGE Pass 492 (774) processed. 1 failed. spent: 166:14, 94:33 mins remaining. LoadReport. time: 7840ms [INFO] Pass 492 (774) processed. 1 failed. spent: 166:14, 94:33 mins remaining. LoadReport. time: 7840ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:26:29.887 [INFO] !MESSAGE [AUT-0] Finished: MarkTaskAsCompleted.test in 17936 (492 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:26:29.888 [INFO] !MESSAGE [AUT-0] Starting: MarkersCanBeAsserted.test (493 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:26:29.899 [INFO] !MESSAGE Pass 493 (774) processed. 1 failed. spent: 166:33, 94:12 mins remaining. MarkTaskAsCompleted. time: 17936ms [INFO] Pass 493 (774) processed. 1 failed. spent: 166:33, 94:12 mins remaining. MarkTaskAsCompleted. time: 17936ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:26:43.158 [INFO] !MESSAGE [AUT-0] Finished: MarkersCanBeAsserted.test in 12223 (493 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:26:43.160 [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-04-24 13:26:43.216 [INFO] !MESSAGE Pass 494 (774) processed. 1 failed. spent: 166:46, 93:48 mins remaining. MarkersCanBeAsserted. time: 12223ms [INFO] Pass 494 (774) processed. 1 failed. spent: 166:46, 93:48 mins remaining. MarkersCanBeAsserted. time: 12223ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:27:15.981 [INFO] !MESSAGE [AUT-0] Finished: Merge Resources in same-named project .test in 31738 (494 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:27:15.982 [INFO] !MESSAGE [AUT-0] Starting: MergeWSContextsWithCaseSensitiveFileNames.test (495 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:27:16.058 [INFO] !MESSAGE Pass 495 (774) processed. 1 failed. spent: 167:19, 93:35 mins remaining. Merge Resources in same-named project . time: 31738ms [INFO] Pass 495 (774) processed. 1 failed. spent: 167:19, 93:35 mins remaining. Merge Resources in same-named project . time: 31738ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:27:32.352 [INFO] !MESSAGE [AUT-0] Finished: MergeWSContextsWithCaseSensitiveFileNames.test in 15080 (495 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:27:32.354 [INFO] !MESSAGE [AUT-0] Starting: MinimalSave.test (496 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:27:32.378 [INFO] !MESSAGE Pass 496 (774) processed. 1 failed. spent: 167:35, 93:12 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 15080ms [INFO] Pass 496 (774) processed. 1 failed. spent: 167:35, 93:12 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 15080ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:27:44.179 [INFO] !MESSAGE [AUT-0] Finished: MinimalSave.test in 10482 (496 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:27:44.180 [INFO] !MESSAGE [AUT-0] Starting: MoveBunchOfElementsToAnotherProject.test (497 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:27:44.192 [INFO] !MESSAGE Pass 497 (774) processed. 1 failed. spent: 167:47, 92:48 mins remaining. MinimalSave. time: 10482ms [INFO] Pass 497 (774) processed. 1 failed. spent: 167:47, 92:48 mins remaining. MinimalSave. time: 10482ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:27:55.463 [INFO] !MESSAGE [AUT-0] Finished: MoveBunchOfElementsToAnotherProject.test in 10458 (497 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:27:55.465 [INFO] !MESSAGE [AUT-0] Starting: MoveContextByDragDrop.test (498 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:27:55.507 [INFO] !MESSAGE Pass 498 (774) processed. 1 failed. spent: 167:58, 92:22 mins remaining. MoveBunchOfElementsToAnotherProject. time: 10458ms [INFO] Pass 498 (774) processed. 1 failed. spent: 167:58, 92:22 mins remaining. MoveBunchOfElementsToAnotherProject. time: 10458ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:28:16.731 [INFO] !MESSAGE [AUT-0] Finished: MoveContextByDragDrop.test in 20252 (498 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:28:16.733 [INFO] !MESSAGE [AUT-0] Starting: MoveContextInContextList.test (499 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:28:16.734 [INFO] !MESSAGE Pass 499 (774) processed. 1 failed. spent: 168:20, 92:03 mins remaining. MoveContextByDragDrop. time: 20252ms [INFO] Pass 499 (774) processed. 1 failed. spent: 168:20, 92:03 mins remaining. MoveContextByDragDrop. time: 20252ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:28:33.498 [INFO] !MESSAGE [AUT-0] Finished: MoveContextInContextList.test in 15528 (499 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:28:33.500 [INFO] !MESSAGE [AUT-0] Starting: MoveElementsToAnotherProjectOneByOne.test (500 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:28:33.554 [INFO] !MESSAGE Pass 500 (774) processed. 1 failed. spent: 168:37, 91:41 mins remaining. MoveContextInContextList. time: 15528ms [INFO] Pass 500 (774) processed. 1 failed. spent: 168:37, 91:41 mins remaining. MoveContextInContextList. time: 15528ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:28:51.810 [INFO] !MESSAGE [AUT-0] Finished: MoveElementsToAnotherProjectOneByOne.test in 17101 (500 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:28:51.812 [INFO] !MESSAGE [AUT-0] Starting: MoveEntireContextsToAnotherProject.test (501 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:28:51.878 [INFO] !MESSAGE Pass 501 (774) processed. 1 failed. spent: 168:55, 91:20 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 17101ms [INFO] Pass 501 (774) processed. 1 failed. spent: 168:55, 91:20 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 17101ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:29:08.566 [INFO] !MESSAGE [AUT-0] Finished: MoveEntireContextsToAnotherProject.test in 16003 (501 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:29:08.568 [INFO] !MESSAGE [AUT-0] Starting: MoveFolderToProjectWithDuplicateFolder.test (502 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:29:08.596 [INFO] !MESSAGE Pass 502 (774) processed. 1 failed. spent: 169:12, 90:58 mins remaining. MoveEntireContextsToAnotherProject. time: 16003ms [INFO] Pass 502 (774) processed. 1 failed. spent: 169:12, 90:58 mins remaining. MoveEntireContextsToAnotherProject. time: 16003ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:29:34.880 [INFO] !MESSAGE [AUT-0] Finished: MoveFolderToProjectWithDuplicateFolder.test in 25122 (502 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:29:34.882 [INFO] !MESSAGE [AUT-0] Starting: MoveFolderWithTestAndContext.test (503 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:29:34.925 [INFO] !MESSAGE Pass 503 (774) processed. 1 failed. spent: 169:38, 90:41 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 25122ms [INFO] Pass 503 (774) processed. 1 failed. spent: 169:38, 90:41 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 25122ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:30:09.208 [INFO] !MESSAGE [AUT-0] Finished: MoveFolderWithTestAndContext.test in 33280 (503 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:30:09.209 [INFO] !MESSAGE [AUT-0] Starting: MoveLineByAltUp_DownInEclContext.test (504 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:30:09.266 [INFO] !MESSAGE Pass 504 (774) processed. 1 failed. spent: 170:12, 90:28 mins remaining. MoveFolderWithTestAndContext. time: 33280ms [INFO] Pass 504 (774) processed. 1 failed. spent: 170:12, 90:28 mins remaining. MoveFolderWithTestAndContext. time: 33280ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:30:24.503 [INFO] !MESSAGE [AUT-0] Finished: MoveLineByAltUp_DownInEclContext.test in 14256 (504 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:30:24.504 [INFO] !MESSAGE [AUT-0] Starting: MoveLineByAltUp_DownInScriptViewer.test (505 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:30:24.584 [INFO] !MESSAGE Pass 505 (774) processed. 1 failed. spent: 170:28, 90:06 mins remaining. MoveLineByAltUp\DownInEclContext. time: 14256ms [INFO] Pass 505 (774) processed. 1 failed. spent: 170:28, 90:06 mins remaining. MoveLineByAltUp\DownInEclContext. time: 14256ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:30:42.324 [INFO] !MESSAGE [AUT-0] Finished: MoveLineByAltUp_DownInScriptViewer.test in 16551 (505 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:30:42.325 [INFO] !MESSAGE [AUT-0] Starting: MoveObjectToProjectWithDuplicateObject.test (506 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:30:42.406 [INFO] !MESSAGE Pass 506 (774) processed. 1 failed. spent: 170:45, 89:44 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 16551ms [INFO] Pass 506 (774) processed. 1 failed. spent: 170:45, 89:44 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 16551ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:31:11.666 [INFO] !MESSAGE [AUT-0] Finished: MoveObjectToProjectWithDuplicateObject.test in 28059 (506 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:31:11.667 [INFO] !MESSAGE [AUT-0] Starting: MoveObjectsByDragDrop.test (507 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:31:11.741 [INFO] !MESSAGE Pass 507 (774) processed. 1 failed. spent: 171:15, 89:29 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 28059ms [INFO] Pass 507 (774) processed. 1 failed. spent: 171:15, 89:29 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 28059ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:31:32.958 [INFO] !MESSAGE [AUT-0] Finished: MoveObjectsByDragDrop.test in 20309 (507 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:31:32.959 [INFO] !MESSAGE [AUT-0] Starting: MoveOneTestByDragDrop.test (508 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:31:32.963 [INFO] !MESSAGE Pass 508 (774) processed. 1 failed. spent: 171:36, 89:09 mins remaining. MoveObjectsByDragDrop. time: 20309ms [INFO] Pass 508 (774) processed. 1 failed. spent: 171:36, 89:09 mins remaining. MoveObjectsByDragDrop. time: 20309ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:31:56.261 [INFO] !MESSAGE [AUT-0] Finished: MoveOneTestByDragDrop.test in 22179 (508 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:31:56.262 [INFO] !MESSAGE [AUT-0] Starting: MoveReadOnlyResourceIntoAFolder.test (509 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:31:56.291 [INFO] !MESSAGE Pass 509 (774) processed. 1 failed. spent: 171:59, 88:51 mins remaining. MoveOneTestByDragDrop. time: 22179ms [INFO] Pass 509 (774) processed. 1 failed. spent: 171:59, 88:51 mins remaining. MoveOneTestByDragDrop. time: 22179ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:32:10.998 [INFO] !MESSAGE [AUT-0] Finished: MoveReadOnlyResourceIntoAFolder.test in 13759 (509 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:32:11.000 [INFO] !MESSAGE [AUT-0] Starting: MultipleScenarioModificationTest.test (510 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:32:11.008 [INFO] !MESSAGE Pass 510 (774) processed. 1 failed. spent: 172:14, 88:28 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 13759ms [INFO] Pass 510 (774) processed. 1 failed. spent: 172:14, 88:28 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 13759ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:32:50.298 [INFO] !MESSAGE [AUT-0] Finished: MultipleScenarioModificationTest.test in 38140 (510 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:32:50.300 [INFO] !MESSAGE [AUT-0] Starting: NavigationInContextDescription.test (511 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:32:50.355 [INFO] !MESSAGE Pass 511 (774) processed. 1 failed. spent: 172:53, 88:17 mins remaining. MultipleScenarioModificationTest. time: 38140ms [INFO] Pass 511 (774) processed. 1 failed. spent: 172:53, 88:17 mins remaining. MultipleScenarioModificationTest. time: 38140ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:33:04.081 [INFO] !MESSAGE [AUT-0] Finished: NavigationInContextDescription.test in 12748 (511 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:33:04.083 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTagsFieldOfTestCase.test (512 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:33:04.171 [INFO] !MESSAGE Pass 512 (774) processed. 1 failed. spent: 173:07, 87:54 mins remaining. NavigationInContextDescription. time: 12748ms [INFO] Pass 512 (774) processed. 1 failed. spent: 173:07, 87:54 mins remaining. NavigationInContextDescription. time: 12748ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:33:21.238 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTagsFieldOfTestCase.test in 15298 (512 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:33:21.240 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTestDescription.test (513 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:33:21.293 [INFO] !MESSAGE Pass 513 (774) processed. 1 failed. spent: 173:24, 87:32 mins remaining. NavigationInTagsFieldOfTestCase. time: 15298ms [INFO] Pass 513 (774) processed. 1 failed. spent: 173:24, 87:32 mins remaining. NavigationInTagsFieldOfTestCase. time: 15298ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:33:35.533 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTestDescription.test in 13299 (513 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:33:35.535 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTestSuiteDescription.test (514 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:33:35.611 [INFO] !MESSAGE Pass 514 (774) processed. 1 failed. spent: 173:39, 87:09 mins remaining. NavigationInTestDescription. time: 13299ms [INFO] Pass 514 (774) processed. 1 failed. spent: 173:39, 87:09 mins remaining. NavigationInTestDescription. time: 13299ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:33:49.306 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTestSuiteDescription.test in 12849 (514 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:33:49.307 [INFO] !MESSAGE [AUT-0] Starting: NavigationOnScriptViewer.test (515 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:33:49.328 [INFO] !MESSAGE Pass 515 (774) processed. 1 failed. spent: 173:52, 86:45 mins remaining. NavigationInTestSuiteDescription. time: 12849ms [INFO] Pass 515 (774) processed. 1 failed. spent: 173:52, 86:45 mins remaining. NavigationInTestSuiteDescription. time: 12849ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:33:59.610 [INFO] !MESSAGE [AUT-0] Finished: NavigationOnScriptViewer.test in 8798 (515 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:33:59.612 [INFO] !MESSAGE [AUT-0] Starting: New Contexts Creation.scenario (516 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:33:59.642 [INFO] !MESSAGE Pass 516 (774) processed. 1 failed. spent: 174:03, 86:21 mins remaining. NavigationOnScriptViewer. time: 8798ms [INFO] Pass 516 (774) processed. 1 failed. spent: 174:03, 86:21 mins remaining. NavigationOnScriptViewer. time: 8798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:34:22.913 [INFO] !MESSAGE [AUT-0] Finished: New Contexts Creation.scenario in 22183 (516 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:34:22.915 [INFO] !MESSAGE [AUT-0] Starting: New Project Creation.scenario (517 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:34:22.971 [INFO] !MESSAGE Pass 517 (774) processed. 1 failed. spent: 174:26, 86:02 mins remaining. New Contexts Creation. time: 22183ms [INFO] Pass 517 (774) processed. 1 failed. spent: 174:26, 86:02 mins remaining. New Contexts Creation. time: 22183ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:34:30.676 [INFO] !MESSAGE [AUT-0] Finished: New Project Creation.scenario in 6897 (517 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:34:30.678 [INFO] !MESSAGE [AUT-0] Starting: New Scenario Creation.scenario (518 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:34:30.680 [INFO] !MESSAGE Pass 518 (774) processed. 1 failed. spent: 174:34, 85:36 mins remaining. New Project Creation. time: 6897ms [INFO] Pass 518 (774) processed. 1 failed. spent: 174:34, 85:36 mins remaining. New Project Creation. time: 6897ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:34:40.424 [INFO] !MESSAGE [AUT-0] Finished: New Scenario Creation.scenario in 8764 (518 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:34:40.426 [INFO] !MESSAGE [AUT-0] Starting: NewFolderInRootPath.test (519 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:34:40.493 [INFO] !MESSAGE Pass 519 (774) processed. 1 failed. spent: 174:43, 85:10 mins remaining. New Scenario Creation. time: 8764ms [INFO] Pass 519 (774) processed. 1 failed. spent: 174:43, 85:10 mins remaining. New Scenario Creation. time: 8764ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:34:57.211 [INFO] !MESSAGE [AUT-0] Finished: NewFolderInRootPath.test in 15488 (519 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:34:57.213 [INFO] !MESSAGE [AUT-0] Starting: NoLaunchDuplicates.test (520 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:34:57.213 [INFO] !MESSAGE Pass 520 (774) processed. 1 failed. spent: 175:00, 84:49 mins remaining. NewFolderInRootPath. time: 15488ms [INFO] Pass 520 (774) processed. 1 failed. spent: 175:00, 84:49 mins remaining. NewFolderInRootPath. time: 15488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:35:45.748 [INFO] !MESSAGE [AUT-0] Finished: NoLaunchDuplicates.test in 47135 (520 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:35:45.750 [INFO] !MESSAGE [AUT-0] Starting: NoUndoInReopenedDocument.test (521 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:35:45.784 [INFO] !MESSAGE Pass 521 (774) processed. 1 failed. spent: 175:49, 84:42 mins remaining. NoLaunchDuplicates. time: 47135ms [INFO] Pass 521 (774) processed. 1 failed. spent: 175:49, 84:42 mins remaining. NoLaunchDuplicates. time: 47135ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:35:59.595 [INFO] !MESSAGE [AUT-0] Finished: NoUndoInReopenedDocument.test in 12343 (521 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:35:59.597 [INFO] !MESSAGE [AUT-0] Starting: NotAllowedToReplaceInContexts.test (522 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:35:59.602 [INFO] !MESSAGE Pass 522 (774) processed. 1 failed. spent: 176:03, 84:19 mins remaining. NoUndoInReopenedDocument. time: 12343ms [INFO] Pass 522 (774) processed. 1 failed. spent: 176:03, 84:19 mins remaining. NoUndoInReopenedDocument. time: 12343ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:36:07.885 [INFO] !MESSAGE [AUT-0] Finished: NotAllowedToReplaceInContexts.test in 7444 (522 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:36:07.886 [INFO] !MESSAGE [AUT-0] Starting: NotRemoveDuplicateContextFromTestAtAddingDefaultContexts.test (523 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:36:07.912 [INFO] !MESSAGE Pass 523 (774) processed. 1 failed. spent: 176:11, 83:53 mins remaining. NotAllowedToReplaceInContexts. time: 7444ms [INFO] Pass 523 (774) processed. 1 failed. spent: 176:11, 83:53 mins remaining. NotAllowedToReplaceInContexts. time: 7444ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:36:29.666 [INFO] !MESSAGE [AUT-0] Finished: NotRemoveDuplicateContextFromTestAtAddingDefaultContexts.test in 20749 (523 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:36:29.668 [INFO] !MESSAGE [AUT-0] Starting: NotSaveChangesInContext.test (524 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:36:29.743 [INFO] !MESSAGE Pass 524 (774) processed. 1 failed. spent: 176:33, 83:34 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 20749ms [INFO] Pass 524 (774) processed. 1 failed. spent: 176:33, 83:34 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 20749ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:36:49.010 [INFO] !MESSAGE [AUT-0] Finished: NotSaveChangesInContext.test in 18328 (524 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:36:49.012 [INFO] !MESSAGE [AUT-0] Starting: NotSaveChangesInTest.test (525 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:36:49.067 [INFO] !MESSAGE Pass 525 (774) processed. 1 failed. spent: 176:52, 83:13 mins remaining. NotSaveChangesInContext. time: 18328ms [INFO] Pass 525 (774) processed. 1 failed. spent: 176:52, 83:13 mins remaining. NotSaveChangesInContext. time: 18328ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:37:05.800 [INFO] !MESSAGE [AUT-0] Finished: NotSaveChangesInTest.test in 15557 (525 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:37:05.802 [INFO] !MESSAGE [AUT-0] Starting: Open File From Workspace Context.test (526 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:37:05.887 [INFO] !MESSAGE Pass 526 (774) processed. 1 failed. spent: 177:09, 82:52 mins remaining. NotSaveChangesInTest. time: 15557ms [INFO] Pass 526 (774) processed. 1 failed. spent: 177:09, 82:52 mins remaining. NotSaveChangesInTest. time: 15557ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:37:16.083 [INFO] !MESSAGE [AUT-0] Finished: Open File From Workspace Context.test in 9003 (526 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:37:16.084 [INFO] !MESSAGE [AUT-0] Starting: OpenAndApplyTestAfterSearching.test (527 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:37:16.099 [INFO] !MESSAGE Pass 527 (774) processed. 1 failed. spent: 177:19, 82:27 mins remaining. Open File From Workspace Context. time: 9003ms [INFO] Pass 527 (774) processed. 1 failed. spent: 177:19, 82:27 mins remaining. Open File From Workspace Context. time: 9003ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:37:33.346 [INFO] !MESSAGE [AUT-0] Finished: OpenAndApplyTestAfterSearching.test in 16181 (527 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:37:33.347 [INFO] !MESSAGE [AUT-0] Starting: OpenContextEditorFromTestEditor.test (528 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:37:33.419 [INFO] !MESSAGE Pass 528 (774) processed. 1 failed. spent: 177:36, 82:05 mins remaining. OpenAndApplyTestAfterSearching. time: 16181ms [INFO] Pass 528 (774) processed. 1 failed. spent: 177:36, 82:05 mins remaining. OpenAndApplyTestAfterSearching. time: 16181ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:37:53.132 [INFO] !MESSAGE [AUT-0] Finished: OpenContextEditorFromTestEditor.test in 18626 (528 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:37:53.134 [INFO] !MESSAGE [AUT-0] Starting: OpenContextFromToolbar.test (529 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:37:53.143 [INFO] !MESSAGE Pass 529 (774) processed. 1 failed. spent: 177:56, 81:45 mins remaining. OpenContextEditorFromTestEditor. time: 18626ms [INFO] Pass 529 (774) processed. 1 failed. spent: 177:56, 81:45 mins remaining. OpenContextEditorFromTestEditor. time: 18626ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:38:03.923 [INFO] !MESSAGE [AUT-0] Finished: OpenContextFromToolbar.test in 9744 (529 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:38:03.924 [INFO] !MESSAGE [AUT-0] Starting: OpenDefaultContextFRomTestCase.test (530 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:38:03.957 [INFO] !MESSAGE Pass 530 (774) processed. 1 failed. spent: 178:07, 81:21 mins remaining. OpenContextFromToolbar. time: 9744ms [INFO] Pass 530 (774) processed. 1 failed. spent: 178:07, 81:21 mins remaining. OpenContextFromToolbar. time: 9744ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:38:15.223 [INFO] !MESSAGE [AUT-0] Finished: OpenDefaultContextFRomTestCase.test in 10223 (530 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:38:15.224 [INFO] !MESSAGE [AUT-0] Starting: OpenFiles.test (531 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:38:15.271 [INFO] !MESSAGE Pass 531 (774) processed. 1 failed. spent: 178:18, 80:57 mins remaining. OpenDefaultContextFromTestCase. time: 10223ms [INFO] Pass 531 (774) processed. 1 failed. spent: 178:18, 80:57 mins remaining. OpenDefaultContextFromTestCase. time: 10223ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:38:27.995 [INFO] !MESSAGE [AUT-0] Finished: OpenFiles.test in 11942 (531 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:38:27.997 [INFO] !MESSAGE [AUT-0] Starting: OpenFiles.test (532 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:38:28.087 [INFO] !MESSAGE Pass 532 (774) processed. 1 failed. spent: 178:31, 80:33 mins remaining. OpenFiles. time: 11942ms [INFO] Pass 532 (774) processed. 1 failed. spent: 178:31, 80:33 mins remaining. OpenFiles. time: 11942ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:38:40.816 [INFO] !MESSAGE [AUT-0] Finished: OpenFiles.test in 11426 (532 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:38:40.817 [INFO] !MESSAGE [AUT-0] Starting: OpenRCPTTSearchDialog.test (533 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:38:40.903 [INFO] !MESSAGE Pass 533 (774) processed. 1 failed. spent: 178:44, 80:10 mins remaining. OpenFiles. time: 11426ms [INFO] Pass 533 (774) processed. 1 failed. spent: 178:44, 80:10 mins remaining. OpenFiles. time: 11426ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:38:49.713 [INFO] !MESSAGE [AUT-0] Finished: OpenRCPTTSearchDialog.test in 7326 (533 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:38:49.713 [INFO] !MESSAGE Pass 534 (774) processed. 1 failed. spent: 178:53, 80:14 mins remaining. OpenRCPTTSearchDialog. time: 7326ms [INFO] Pass 534 (774) processed. 1 failed. spent: 178:53, 80:14 mins remaining. OpenRCPTTSearchDialog. time: 7326ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:38:49.715 [INFO] !MESSAGE [AUT-0] Starting: OpenRunConfigurationFromQ7Explorer.test (534 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:04.004 [INFO] !MESSAGE [AUT-0] Finished: OpenRunConfigurationFromQ7Explorer.test in 13176 (534 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:04.005 [INFO] !MESSAGE [AUT-0] Starting: OpenTestFromToolbar.test (535 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:39:04.031 [INFO] !MESSAGE Pass 535 (774) processed. 1 failed. spent: 179:07, 79:23 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 13176ms [INFO] Pass 535 (774) processed. 1 failed. spent: 179:07, 79:23 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 13176ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:14.258 [INFO] !MESSAGE [AUT-0] Finished: OpenTestFromToolbar.test in 9367 (535 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:14.260 [INFO] !MESSAGE [AUT-0] Starting: OrderContextsInGroupContext.test (536 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:39:14.344 [INFO] !MESSAGE Pass 536 (774) processed. 1 failed. spent: 179:17, 78:58 mins remaining. OpenTestFromToolbar. time: 9367ms [INFO] Pass 536 (774) processed. 1 failed. spent: 179:17, 78:58 mins remaining. OpenTestFromToolbar. time: 9367ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:26.524 [INFO] !MESSAGE [AUT-0] Finished: OrderContextsInGroupContext.test in 11418 (536 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:26.528 [INFO] !MESSAGE [AUT-0] Starting: PageUp_PageDownInScriptViewer.test (537 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:39:26.560 [INFO] !MESSAGE Pass 537 (774) processed. 1 failed. spent: 179:30, 78:35 mins remaining. OrderContextsInGroupContext. time: 11418ms [INFO] Pass 537 (774) processed. 1 failed. spent: 179:30, 78:35 mins remaining. OrderContextsInGroupContext. time: 11418ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:37.360 [INFO] !MESSAGE [AUT-0] Finished: PageUp_PageDownInScriptViewer.test in 9686 (537 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:37.362 [INFO] !MESSAGE [AUT-0] Starting: Parameters.test (538 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:39:37.373 [INFO] !MESSAGE Pass 538 (774) processed. 1 failed. spent: 179:40, 78:11 mins remaining. PageUp\PageDownInScriptViewer. time: 9686ms [INFO] Pass 538 (774) processed. 1 failed. spent: 179:40, 78:11 mins remaining. PageUp\PageDownInScriptViewer. time: 9686ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:49.191 [INFO] !MESSAGE [AUT-0] Finished: Parameters.test in 10522 (538 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:49.193 [INFO] !MESSAGE [AUT-0] Starting: ParseDateTime.test (539 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:39:49.289 [INFO] !MESSAGE Pass 539 (774) processed. 1 failed. spent: 179:52, 77:47 mins remaining. Parameters. time: 10522ms [INFO] Pass 539 (774) processed. 1 failed. spent: 179:52, 77:47 mins remaining. Parameters. time: 10522ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:52.870 [INFO] !MESSAGE [AUT-0] Finished: ParseDateTime.test in 2983 (539 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:39:52.872 [INFO] !MESSAGE [AUT-0] Starting: Q7SearchBox2.test (540 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:39:52.893 [INFO] !MESSAGE Pass 540 (774) processed. 1 failed. spent: 179:56, 77:21 mins remaining. ParseDateTime. time: 2983ms [INFO] Pass 540 (774) processed. 1 failed. spent: 179:56, 77:21 mins remaining. ParseDateTime. time: 2983ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:03.600 [INFO] !MESSAGE [AUT-0] Finished: Q7SearchBox2.test in 9858 (540 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:03.602 [INFO] !MESSAGE [AUT-0] Starting: Q7SearchBoxTest.test (541 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:40:03.606 [INFO] !MESSAGE Pass 541 (774) processed. 1 failed. spent: 180:07, 76:57 mins remaining. Q7SearchBox2. time: 9858ms [INFO] Pass 541 (774) processed. 1 failed. spent: 180:07, 76:57 mins remaining. Q7SearchBox2. time: 9858ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:17.344 [INFO] !MESSAGE [AUT-0] Finished: Q7SearchBoxTest.test in 12597 (541 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:17.346 [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-04-24 13:40:17.423 [INFO] !MESSAGE Pass 542 (774) processed. 1 failed. spent: 180:20, 76:34 mins remaining. Q7SearchBoxTest. time: 12597ms [INFO] Pass 542 (774) processed. 1 failed. spent: 180:20, 76:34 mins remaining. Q7SearchBoxTest. time: 12597ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:27.644 [INFO] !MESSAGE [AUT-0] Finished: QS-1252_It is possible to add duplicate editor in Workbench context.test in 9331 (542 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:27.647 [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-04-24 13:40:27.735 [INFO] !MESSAGE Pass 543 (774) processed. 1 failed. spent: 180:31, 76:10 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 9331ms [INFO] Pass 543 (774) processed. 1 failed. spent: 180:31, 76:10 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 9331ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:34.387 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Add a preference for ECL content assist autoactivation.test in 5626 (543 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:34.389 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Check Auto Activation.test (544 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:40:34.445 [INFO] !MESSAGE Pass 544 (774) processed. 1 failed. spent: 180:37, 75:45 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 5626ms [INFO] Pass 544 (774) processed. 1 failed. spent: 180:37, 75:45 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 5626ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:43.132 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Check Auto Activation.test in 7912 (544 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:43.134 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_CheckAutoActivationDisabled.test (545 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:40:43.156 [INFO] !MESSAGE Pass 545 (774) processed. 1 failed. spent: 180:46, 75:20 mins remaining. QS-2221_Check Auto Activation. time: 7912ms [INFO] Pass 545 (774) processed. 1 failed. spent: 180:46, 75:20 mins remaining. QS-2221_Check Auto Activation. time: 7912ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:53.446 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_CheckAutoActivationDisabled.test in 9164 (545 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:53.448 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_CheckErrorMessages.test (546 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:40:53.468 [INFO] !MESSAGE Pass 546 (774) processed. 1 failed. spent: 180:56, 74:56 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 9164ms [INFO] Pass 546 (774) processed. 1 failed. spent: 180:56, 74:56 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 9164ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:59.688 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_CheckErrorMessages.test in 5245 (546 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:40:59.689 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Resore Defaults.test (547 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:40:59.776 [INFO] !MESSAGE Pass 547 (774) processed. 1 failed. spent: 181:03, 74:31 mins remaining. QS-2221_CheckErrorMessages. time: 5245ms [INFO] Pass 547 (774) processed. 1 failed. spent: 181:03, 74:31 mins remaining. QS-2221_CheckErrorMessages. time: 5245ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:41:04.889 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Resore Defaults.test in 4488 (547 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:41:04.890 [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-04-24 13:41:04.982 [INFO] !MESSAGE Pass 548 (774) processed. 1 failed. spent: 181:08, 74:06 mins remaining. QS-2221_Resore Defaults. time: 4488ms [INFO] Pass 548 (774) processed. 1 failed. spent: 181:08, 74:06 mins remaining. QS-2221_Resore Defaults. time: 4488ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:41:10.099 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled .test in 4406 (548 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:41:10.101 [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-04-24 13:41:10.189 [INFO] !MESSAGE Pass 549 (774) processed. 1 failed. spent: 181:13, 73:40 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 4406ms [INFO] Pass 549 (774) processed. 1 failed. spent: 181:13, 73:40 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 4406ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:41:22.332 [INFO] !MESSAGE [AUT-0] Finished: QS-2678_Suite editor should update the name of nested test suite if it changed.test in 11201 (549 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:41:22.334 [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-04-24 13:41:22.405 [INFO] !MESSAGE Pass 550 (774) processed. 1 failed. spent: 181:25, 73:17 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 11201ms [INFO] Pass 550 (774) processed. 1 failed. spent: 181:25, 73:17 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 11201ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:41:34.604 [INFO] !MESSAGE [AUT-0] Finished: QS-2678_Suite editor should update the name of the test case if it changed.test in 11249 (550 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:41:34.606 [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-04-24 13:41:34.621 [INFO] !MESSAGE Pass 551 (774) processed. 1 failed. spent: 181:38, 72:54 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 11249ms [INFO] Pass 551 (774) processed. 1 failed. spent: 181:38, 72:54 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 11249ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:41:47.887 [INFO] !MESSAGE [AUT-0] Finished: QS-2699_Error removing a reference from supercontext to a context during context removal.test in 12004 (551 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:41:47.888 [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-04-24 13:41:47.937 [INFO] !MESSAGE Pass 552 (774) processed. 1 failed. spent: 181:51, 72:32 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 12004ms [INFO] Pass 552 (774) processed. 1 failed. spent: 181:51, 72:32 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 12004ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-04-24 13:42:41.945 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:42:45.504 [INFO] !MESSAGE [AUT-0] Finished: QS-2734_Q7 can't handle File_Restart.test in 55849 (552 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:42:45.507 [INFO] !MESSAGE [AUT-0] Starting: QS-2815.test (553 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:42:45.542 [INFO] !MESSAGE Pass 553 (774) processed. 1 failed. spent: 182:49, 72:28 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 55849ms [INFO] Pass 553 (774) processed. 1 failed. spent: 182:49, 72:28 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 55849ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:42:50.691 [INFO] !MESSAGE [AUT-0] Finished: QS-2815.test in 4236 (553 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:42:50.694 [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-04-24 13:42:50.748 [INFO] !MESSAGE Pass 554 (774) processed. 1 failed. spent: 182:54, 72:02 mins remaining. QS-2815. time: 4236ms [INFO] Pass 554 (774) processed. 1 failed. spent: 182:54, 72:02 mins remaining. QS-2815. time: 4236ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:43:05.420 [INFO] !MESSAGE [AUT-0] Finished: QS-2819_Navigation to parameter in Parameters context.test in 13847 (554 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:43:05.423 [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-04-24 13:43:05.464 [INFO] !MESSAGE Pass 555 (774) processed. 1 failed. spent: 183:08, 71:40 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 13847ms [INFO] Pass 555 (774) processed. 1 failed. spent: 183:08, 71:40 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 13847ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:43:17.709 [INFO] !MESSAGE [AUT-0] Finished: QS-2821_Add tooltip information for references.test in 10960 (555 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:43:17.711 [INFO] !MESSAGE [AUT-0] Starting: QS-2824_Navigation to procedures.test (556 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:43:17.787 [INFO] !MESSAGE Pass 556 (774) processed. 1 failed. spent: 183:21, 71:18 mins remaining. QS-2821_Add tooltip information for references. time: 10960ms [INFO] Pass 556 (774) processed. 1 failed. spent: 183:21, 71:18 mins remaining. QS-2821_Add tooltip information for references. time: 10960ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:43:30.571 [INFO] !MESSAGE [AUT-0] Finished: QS-2824_Navigation to procedures.test in 11557 (556 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:43:30.573 [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-04-24 13:43:30.605 [INFO] !MESSAGE Pass 557 (774) processed. 1 failed. spent: 183:34, 70:55 mins remaining. QS-2824_Navigation to procedures. time: 11557ms [INFO] Pass 557 (774) processed. 1 failed. spent: 183:34, 70:55 mins remaining. QS-2824_Navigation to procedures. time: 11557ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:43:45.848 [INFO] !MESSAGE [AUT-0] Finished: QS-2830_Automatic completeion of references on $ sign.test in 14052 (557 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:43:45.850 [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-04-24 13:43:45.927 [INFO] !MESSAGE Pass 558 (774) processed. 1 failed. spent: 183:49, 70:34 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 14052ms [INFO] Pass 558 (774) processed. 1 failed. spent: 183:49, 70:34 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 14052ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:43:58.112 [INFO] !MESSAGE [AUT-0] Finished: QS-2833_Add $ sign to autocompletion triggers.test in 11134 (558 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:43:58.114 [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-04-24 13:43:58.144 [INFO] !MESSAGE Pass 559 (774) processed. 1 failed. spent: 184:01, 70:11 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 11134ms [INFO] Pass 559 (774) processed. 1 failed. spent: 184:01, 70:11 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 11134ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:44:11.384 [INFO] !MESSAGE [AUT-0] Finished: QS-2834_Ignore all public commands for Open Declaration action_.test in 12451 (559 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:44:11.386 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-478_HTML report looks different if it is copied as only html-file.test (560 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:44:11.462 [INFO] !MESSAGE Pass 560 (774) processed. 1 failed. spent: 184:14, 69:49 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 12451ms [INFO] Pass 560 (774) processed. 1 failed. spent: 184:14, 69:49 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 12451ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:46:01.728 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-478_HTML report looks different if it is copied as only html-file.test in 109293 (560 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:46:01.730 [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-04-24 13:46:01.773 [INFO] !MESSAGE Pass 561 (774) processed. 1 failed. spent: 186:05, 70:04 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 109293ms [INFO] Pass 561 (774) processed. 1 failed. spent: 186:05, 70:04 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 109293ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:46:24.023 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-595_Scriptlet is not found in ECL context which is added to context Group.test in 20991 (561 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:46:24.025 [INFO] !MESSAGE [AUT-0] Starting: ReWriteWorkspaceContext.test (562 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:46:24.042 [INFO] !MESSAGE Pass 562 (774) processed. 1 failed. spent: 186:27, 69:45 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 20991ms [INFO] Pass 562 (774) processed. 1 failed. spent: 186:27, 69:45 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 20991ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:46:46.359 [INFO] !MESSAGE [AUT-0] Finished: ReWriteWorkspaceContext.test in 21221 (562 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:46:46.360 [INFO] !MESSAGE [AUT-0] Starting: ReadLinesFromFile.test (563 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:46:46.366 [INFO] !MESSAGE Pass 563 (774) processed. 1 failed. spent: 186:49, 69:26 mins remaining. ReWriteWorkspaceContext. time: 21221ms [INFO] Pass 563 (774) processed. 1 failed. spent: 186:49, 69:26 mins remaining. ReWriteWorkspaceContext. time: 21221ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:46:52.616 [INFO] !MESSAGE [AUT-0] Finished: ReadLinesFromFile.test in 5292 (563 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:46:52.618 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyContext.test (564 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:46:52.674 [INFO] !MESSAGE Pass 564 (774) processed. 1 failed. spent: 186:56, 69:01 mins remaining. ReadLinesFromFile. time: 5292ms [INFO] Pass 564 (774) processed. 1 failed. spent: 186:56, 69:01 mins remaining. ReadLinesFromFile. time: 5292ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:47:10.845 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyContext.test in 17415 (564 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:47:10.847 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyTest.test (565 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:47:10.895 [INFO] !MESSAGE Pass 565 (774) processed. 1 failed. spent: 187:14, 68:41 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 17415ms [INFO] Pass 565 (774) processed. 1 failed. spent: 187:14, 68:41 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 17415ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:47:33.613 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyTest.test in 21713 (565 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:47:33.615 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyVerification.test (566 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:47:33.625 [INFO] !MESSAGE Pass 566 (774) processed. 1 failed. spent: 187:37, 68:22 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 21713ms [INFO] Pass 566 (774) processed. 1 failed. spent: 187:37, 68:22 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 21713ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:47:54.883 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyVerification.test in 20332 (566 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:47:54.884 [INFO] !MESSAGE [AUT-0] Starting: RecoverContextReferencesAfterUndoDeletingContext.test (567 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:47:54.958 [INFO] !MESSAGE Pass 567 (774) processed. 1 failed. spent: 187:58, 68:03 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 20332ms [INFO] Pass 567 (774) processed. 1 failed. spent: 187:58, 68:03 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 20332ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:48:13.699 [INFO] !MESSAGE [AUT-0] Finished: RecoverContextReferencesAfterUndoDeletingContext.test in 17564 (567 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:48:13.700 [INFO] !MESSAGE [AUT-0] Starting: RefactoringReferencesAfterRenameProject.test (568 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:48:13.779 [INFO] !MESSAGE Pass 568 (774) processed. 1 failed. spent: 188:17, 67:42 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 17564ms [INFO] Pass 568 (774) processed. 1 failed. spent: 188:17, 67:42 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 17564ms Created Pod: kubernetes rcptt/rcptt-build-and-deploy-agent-3.5.4-kkzph-cc9xl rcptt/rcptt-build-and-deploy-agent-3.5.4-kkzph-cc9xl Container ubuntu was terminated (Exit Code: 1, Reason: Error) - jnlp -- running -----Logs------------- - ubuntu -- terminated (1) -----Logs------------- USER_ID: 1003050000, GROUP_ID: 0 nss_wrapper location: /usr/lib/libnss_wrapper.so ------------------ update chromium-browser.init ------------------ ... set window size 1280 x 1024 as chrome window size! hostname: Name or service not known Created Pod: kubernetes rcptt/rcptt-build-and-deploy-agent-3.5.4-kkzph-cwr55 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:48:29.978 [INFO] !MESSAGE [AUT-0] Finished: RefactoringReferencesAfterRenameProject.test in 15428 (568 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:48:29.980 [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-04-24 13:48:30.000 [INFO] !MESSAGE Pass 569 (774) processed. 1 failed. spent: 188:33, 67:21 mins remaining. RefactoringReferencesAfterRenameProject. time: 15428ms [INFO] Pass 569 (774) processed. 1 failed. spent: 188:33, 67:21 mins remaining. RefactoringReferencesAfterRenameProject. time: 15428ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:48:43.239 [INFO] !MESSAGE [AUT-0] Finished: Refresh context name in editor after context renaming.test in 12109 (569 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:48:43.241 [INFO] !MESSAGE [AUT-0] Starting: RefreshReferenceAfterRenameFolder.test (570 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:48:43.313 [INFO] !MESSAGE Pass 570 (774) processed. 1 failed. spent: 188:46, 66:59 mins remaining. Refresh context name in editor after context renaming. time: 12109ms [INFO] Pass 570 (774) processed. 1 failed. spent: 188:46, 66:59 mins remaining. Refresh context name in editor after context renaming. time: 12109ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:49:05.027 [INFO] !MESSAGE [AUT-0] Finished: RefreshReferenceAfterRenameFolder.test in 20642 (570 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:49:05.029 [INFO] !MESSAGE [AUT-0] Starting: RefreshReferenceAfterRenameProject.test (571 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:49:05.043 [INFO] !MESSAGE Pass 571 (774) processed. 1 failed. spent: 189:08, 66:40 mins remaining. RefreshReferenceAfterRenameFolder. time: 20642ms [INFO] Pass 571 (774) processed. 1 failed. spent: 189:08, 66:40 mins remaining. RefreshReferenceAfterRenameFolder. time: 20642ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:49:32.847 [INFO] !MESSAGE [AUT-0] Finished: RefreshReferenceAfterRenameProject.test in 26856 (571 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:49:32.848 [INFO] !MESSAGE [AUT-0] Starting: Remove File From Workspace Context.test (572 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:49:32.869 [INFO] !MESSAGE Pass 572 (774) processed. 1 failed. spent: 189:36, 66:23 mins remaining. RefreshReferenceAfterRenameProject. time: 26856ms [INFO] Pass 572 (774) processed. 1 failed. spent: 189:36, 66:23 mins remaining. RefreshReferenceAfterRenameProject. time: 26856ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:49:43.139 [INFO] !MESSAGE [AUT-0] Finished: Remove File From Workspace Context.test in 9416 (572 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:49:43.140 [INFO] !MESSAGE [AUT-0] Starting: RemoveAllFromExecutionsWindow.test (573 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:49:43.180 [INFO] !MESSAGE Pass 573 (774) processed. 1 failed. spent: 189:46, 66:00 mins remaining. Remove File From Workspace Context. time: 9416ms [INFO] Pass 573 (774) processed. 1 failed. spent: 189:46, 66:00 mins remaining. Remove File From Workspace Context. time: 9416ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:50:19.000 [INFO] !MESSAGE [AUT-0] Finished: RemoveAllFromExecutionsWindow.test in 34605 (573 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:50:19.002 [INFO] !MESSAGE [AUT-0] Starting: RemoveAllFromTestSuite.test (574 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:50:19.064 [INFO] !MESSAGE Pass 574 (774) processed. 1 failed. spent: 190:22, 65:46 mins remaining. RemoveAllFromExecutionsWindow. time: 34605ms [INFO] Pass 574 (774) processed. 1 failed. spent: 190:22, 65:46 mins remaining. RemoveAllFromExecutionsWindow. time: 34605ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:50:31.812 [INFO] !MESSAGE [AUT-0] Finished: RemoveAllFromTestSuite.test in 11860 (574 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:50:31.814 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromDefaultContext.test (575 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:50:31.877 [INFO] !MESSAGE Pass 575 (774) processed. 1 failed. spent: 190:35, 65:23 mins remaining. RemoveAllFromTestSuite. time: 11860ms [INFO] Pass 575 (774) processed. 1 failed. spent: 190:35, 65:23 mins remaining. RemoveAllFromTestSuite. time: 11860ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:50:48.121 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromDefaultContext.test in 15367 (575 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:50:48.122 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromGroupContext.test (576 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:50:48.194 [INFO] !MESSAGE Pass 576 (774) processed. 1 failed. spent: 190:51, 65:02 mins remaining. RemoveContextFromDefaultContext. time: 15367ms [INFO] Pass 576 (774) processed. 1 failed. spent: 190:51, 65:02 mins remaining. RemoveContextFromDefaultContext. time: 15367ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:51:04.926 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromGroupContext.test in 15624 (576 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:51:04.928 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromTest.test (577 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:51:05.013 [INFO] !MESSAGE Pass 577 (774) processed. 1 failed. spent: 191:08, 64:42 mins remaining. RemoveContextFromGroupContext. time: 15624ms [INFO] Pass 577 (774) processed. 1 failed. spent: 191:08, 64:42 mins remaining. RemoveContextFromGroupContext. time: 15624ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:51:18.695 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromTest.test in 12555 (577 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:51:18.697 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromTestByDelButton.test (578 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:51:18.744 [INFO] !MESSAGE Pass 578 (774) processed. 1 failed. spent: 191:22, 64:20 mins remaining. RemoveContextFromTest. time: 12555ms [INFO] Pass 578 (774) processed. 1 failed. spent: 191:22, 64:20 mins remaining. RemoveContextFromTest. time: 12555ms ERROR: Failed to launch rcptt-build-and-deploy-agent-3.5.4-kkzph-cc9xl io.fabric8.kubernetes.client.KubernetesClientTimeoutException: Timed out waiting for [180000] milliseconds for [Pod] with name:[rcptt-build-and-deploy-agent-3.5.4-kkzph-cc9xl] in namespace [rcptt]. at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.waitUntilCondition(BaseOperation.java:939) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.waitUntilReady(BaseOperation.java:921) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.waitUntilReady(BaseOperation.java:97) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:185) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:51:30.485 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromTestByDelButton.test in 10743 (578 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:51:30.487 [INFO] !MESSAGE [AUT-0] Starting: RemoveDuplicateContextFromTestAtAddingToDefaultContexts.test (579 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:51:30.556 [INFO] !MESSAGE Pass 579 (774) processed. 1 failed. spent: 191:34, 63:57 mins remaining. RemoveContextFromTestByDelButton. time: 10743ms [INFO] Pass 579 (774) processed. 1 failed. spent: 191:34, 63:57 mins remaining. RemoveContextFromTestByDelButton. time: 10743ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:51:48.789 [INFO] !MESSAGE [AUT-0] Finished: RemoveDuplicateContextFromTestAtAddingToDefaultContexts.test in 17302 (579 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:51:48.790 [INFO] !MESSAGE [AUT-0] Starting: RemoveFolderAndFileFromFolderContext.test (580 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:51:48.875 [INFO] !MESSAGE Pass 580 (774) processed. 1 failed. spent: 191:52, 63:37 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 17302ms [INFO] Pass 580 (774) processed. 1 failed. spent: 191:52, 63:37 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 17302ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:52:02.608 [INFO] !MESSAGE [AUT-0] Finished: RemoveFolderAndFileFromFolderContext.test in 12763 (580 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:52:02.610 [INFO] !MESSAGE [AUT-0] Starting: RemoveInPrefContext.test (581 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:52:02.690 [INFO] !MESSAGE Pass 581 (774) processed. 1 failed. spent: 192:06, 63:15 mins remaining. RemoveFolderAndFileFromFolderContext. time: 12763ms [INFO] Pass 581 (774) processed. 1 failed. spent: 192:06, 63:15 mins remaining. RemoveFolderAndFileFromFolderContext. time: 12763ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:52:13.909 [INFO] !MESSAGE [AUT-0] Finished: RemoveInPrefContext.test in 10416 (581 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:52:13.910 [INFO] !MESSAGE [AUT-0] Starting: RemoveLaunchContext.test (582 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:52:14.002 [INFO] !MESSAGE Pass 582 (774) processed. 1 failed. spent: 192:17, 62:53 mins remaining. RemoveInPrefContext. time: 10416ms [INFO] Pass 582 (774) processed. 1 failed. spent: 192:17, 62:53 mins remaining. RemoveInPrefContext. time: 10416ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:52:32.740 [INFO] !MESSAGE [AUT-0] Finished: RemoveLaunchContext.test in 17480 (582 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:52:32.742 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestButNotRemoveReferenceToTestSuite.test (583 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:52:32.755 [INFO] !MESSAGE Pass 583 (774) processed. 1 failed. spent: 192:36, 62:33 mins remaining. RemoveLaunchContext. time: 17480ms [INFO] Pass 583 (774) processed. 1 failed. spent: 192:36, 62:33 mins remaining. RemoveLaunchContext. time: 17480ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:52:56.508 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestButNotRemoveReferenceToTestSuite.test in 22603 (583 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:52:56.511 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestWhichUsedInTestSuite.test (584 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:52:56.578 [INFO] !MESSAGE Pass 584 (774) processed. 1 failed. spent: 193:00, 62:14 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 22603ms [INFO] Pass 584 (774) processed. 1 failed. spent: 193:00, 62:14 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 22603ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:53:18.841 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestWhichUsedInTestSuite.test in 21061 (584 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:53:18.842 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuite.test (585 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:53:18.899 [INFO] !MESSAGE Pass 585 (774) processed. 1 failed. spent: 193:22, 61:55 mins remaining. RemoveTestWhichUsedInTestSuite. time: 21061ms [INFO] Pass 585 (774) processed. 1 failed. spent: 193:22, 61:55 mins remaining. RemoveTestWhichUsedInTestSuite. time: 21061ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:53:44.656 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuite.test in 24676 (585 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:53:44.658 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuiteByPressingButton.test (586 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:53:44.748 [INFO] !MESSAGE Pass 586 (774) processed. 1 failed. spent: 193:48, 61:38 mins remaining. RemoveTestsFromTestSuite. time: 24676ms [INFO] Pass 586 (774) processed. 1 failed. spent: 193:48, 61:38 mins remaining. RemoveTestsFromTestSuite. time: 24676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:54:00.443 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuiteByPressingButton.test in 14555 (586 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:54:00.445 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuiteViaContextMenu.test (587 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:54:00.468 [INFO] !MESSAGE Pass 587 (774) processed. 1 failed. spent: 194:03, 61:16 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 14555ms [INFO] Pass 587 (774) processed. 1 failed. spent: 194:03, 61:16 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 14555ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:54:13.233 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuiteViaContextMenu.test in 11727 (587 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:54:13.235 [INFO] !MESSAGE [AUT-0] Starting: Rename Workspace Context.test (588 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:54:13.281 [INFO] !MESSAGE Pass 588 (774) processed. 1 failed. spent: 194:16, 60:54 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 11727ms [INFO] Pass 588 (774) processed. 1 failed. spent: 194:16, 60:54 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 11727ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:54:29.540 [INFO] !MESSAGE [AUT-0] Finished: Rename Workspace Context.test in 15341 (588 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:54:29.542 [INFO] !MESSAGE [AUT-0] Starting: Rename.test (589 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:54:29.600 [INFO] !MESSAGE Pass 589 (774) processed. 1 failed. spent: 194:33, 60:34 mins remaining. Rename Workspace Context. time: 15341ms [INFO] Pass 589 (774) processed. 1 failed. spent: 194:33, 60:34 mins remaining. Rename Workspace Context. time: 15341ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:54:45.345 [INFO] !MESSAGE [AUT-0] Finished: Rename.test in 14549 (589 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:54:45.346 [INFO] !MESSAGE [AUT-0] Starting: Rename.test (590 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:54:45.350 [INFO] !MESSAGE Pass 590 (774) processed. 1 failed. spent: 194:48, 60:13 mins remaining. Rename. time: 14549ms [INFO] Pass 590 (774) processed. 1 failed. spent: 194:48, 60:13 mins remaining. Rename. time: 14549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:55:06.632 [INFO] !MESSAGE [AUT-0] Finished: Rename.test in 20144 (590 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:55:06.634 [INFO] !MESSAGE [AUT-0] Starting: RenameAUTConfiguration.test (591 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:55:06.671 [INFO] !MESSAGE Pass 591 (774) processed. 1 failed. spent: 195:10, 59:53 mins remaining. Rename. time: 20144ms [INFO] Pass 591 (774) processed. 1 failed. spent: 195:10, 59:53 mins remaining. Rename. time: 20144ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:55:15.903 [INFO] !MESSAGE [AUT-0] Finished: RenameAUTConfiguration.test in 8278 (591 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:55:15.905 [INFO] !MESSAGE [AUT-0] Starting: RenameContext.test (592 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:55:15.980 [INFO] !MESSAGE Pass 592 (774) processed. 1 failed. spent: 195:19, 59:30 mins remaining. RenameAUTConfiguration. time: 8278ms [INFO] Pass 592 (774) processed. 1 failed. spent: 195:19, 59:30 mins remaining. RenameAUTConfiguration. time: 8278ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:55:26.695 [INFO] !MESSAGE [AUT-0] Finished: RenameContext.test in 9806 (592 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:55:26.697 [INFO] !MESSAGE [AUT-0] Starting: RenameContextInEditor.test (593 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:55:26.791 [INFO] !MESSAGE Pass 593 (774) processed. 1 failed. spent: 195:30, 59:08 mins remaining. RenameContext. time: 9806ms [INFO] Pass 593 (774) processed. 1 failed. spent: 195:30, 59:08 mins remaining. RenameContext. time: 9806ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:55:38.445 [INFO] !MESSAGE [AUT-0] Finished: RenameContextInEditor.test in 10731 (593 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:55:38.446 [INFO] !MESSAGE [AUT-0] Starting: RenameContextToAVeryLongName.test (594 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:55:38.505 [INFO] !MESSAGE Pass 594 (774) processed. 1 failed. spent: 195:41, 58:46 mins remaining. RenameContextInEditor. time: 10731ms [INFO] Pass 594 (774) processed. 1 failed. spent: 195:41, 58:46 mins remaining. RenameContextInEditor. time: 10731ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:55:49.188 [INFO] !MESSAGE [AUT-0] Finished: RenameContextToAVeryLongName.test in 9797 (594 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:55:49.189 [INFO] !MESSAGE [AUT-0] Starting: RenameEntireGroupContext.test (595 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:55:49.220 [INFO] !MESSAGE Pass 595 (774) processed. 1 failed. spent: 195:52, 58:23 mins remaining. RenameContextToAVeryLongName. time: 9797ms [INFO] Pass 595 (774) processed. 1 failed. spent: 195:52, 58:23 mins remaining. RenameContextToAVeryLongName. time: 9797ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:57:13.035 [INFO] !MESSAGE [AUT-0] Finished: RenameEntireGroupContext.test in 82523 (595 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:57:13.037 [INFO] !MESSAGE [AUT-0] Starting: RenameFolder.test (596 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:57:13.070 [INFO] !MESSAGE Pass 596 (774) processed. 1 failed. spent: 197:16, 58:23 mins remaining. RenameEntireGroupContext. time: 82523ms [INFO] Pass 596 (774) processed. 1 failed. spent: 197:16, 58:23 mins remaining. RenameEntireGroupContext. time: 82523ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:57:37.880 [INFO] !MESSAGE [AUT-0] Finished: RenameFolder.test in 23449 (596 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:57:37.881 [INFO] !MESSAGE [AUT-0] Starting: RenameFolderToDuplicateName.test (597 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:57:37.948 [INFO] !MESSAGE Pass 597 (774) processed. 1 failed. spent: 197:41, 58:05 mins remaining. RenameFolder. time: 23449ms [INFO] Pass 597 (774) processed. 1 failed. spent: 197:41, 58:05 mins remaining. RenameFolder. time: 23449ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:57:53.172 [INFO] !MESSAGE [AUT-0] Finished: RenameFolderToDuplicateName.test in 14405 (597 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:57:53.173 [INFO] !MESSAGE [AUT-0] Starting: RenameLastSubTag.test (598 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:57:53.261 [INFO] !MESSAGE Pass 598 (774) processed. 1 failed. spent: 197:56, 57:43 mins remaining. RenameFolderToDuplicateName. time: 14405ms [INFO] Pass 598 (774) processed. 1 failed. spent: 197:56, 57:43 mins remaining. RenameFolderToDuplicateName. time: 14405ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:58:09.439 [INFO] !MESSAGE [AUT-0] Finished: RenameLastSubTag.test in 15379 (598 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:58:09.442 [INFO] !MESSAGE [AUT-0] Starting: RenameMiddleSubTag.test (599 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:58:09.477 [INFO] !MESSAGE Pass 599 (774) processed. 1 failed. spent: 198:12, 57:22 mins remaining. RenameLastSubTag. time: 15379ms [INFO] Pass 599 (774) processed. 1 failed. spent: 198:12, 57:22 mins remaining. RenameLastSubTag. time: 15379ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:58:25.712 [INFO] !MESSAGE [AUT-0] Finished: RenameMiddleSubTag.test in 15452 (599 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:58:25.714 [INFO] !MESSAGE [AUT-0] Starting: RenameProject.test (600 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:58:25.793 [INFO] !MESSAGE Pass 600 (774) processed. 1 failed. spent: 198:29, 57:02 mins remaining. RenameMiddleSubTag. time: 15452ms [INFO] Pass 600 (774) processed. 1 failed. spent: 198:29, 57:02 mins remaining. RenameMiddleSubTag. time: 15452ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:58:51.490 [INFO] !MESSAGE [AUT-0] Finished: RenameProject.test in 24637 (600 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:58:51.492 [INFO] !MESSAGE [AUT-0] Starting: RenameSimpleTag.test (601 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:58:51.553 [INFO] !MESSAGE Pass 601 (774) processed. 1 failed. spent: 198:55, 56:44 mins remaining. RenameProject. time: 24637ms [INFO] Pass 601 (774) processed. 1 failed. spent: 198:55, 56:44 mins remaining. RenameProject. time: 24637ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:59:08.267 [INFO] !MESSAGE [AUT-0] Finished: RenameSimpleTag.test in 15818 (601 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:59:08.269 [INFO] !MESSAGE [AUT-0] Starting: RenameTagWithSubTags.test (602 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:59:08.270 [INFO] !MESSAGE Pass 602 (774) processed. 1 failed. spent: 199:11, 56:23 mins remaining. RenameSimpleTag. time: 15818ms [INFO] Pass 602 (774) processed. 1 failed. spent: 199:11, 56:23 mins remaining. RenameSimpleTag. time: 15818ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:59:26.028 [INFO] !MESSAGE [AUT-0] Finished: RenameTagWithSubTags.test in 16984 (602 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:59:26.030 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCase.test (603 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:59:26.090 [INFO] !MESSAGE Pass 603 (774) processed. 1 failed. spent: 199:29, 56:03 mins remaining. RenameTagWithSubTags. time: 16984ms [INFO] Pass 603 (774) processed. 1 failed. spent: 199:29, 56:03 mins remaining. RenameTagWithSubTags. time: 16984ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:59:40.287 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCase.test in 13180 (603 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 13:59:40.289 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCaseInTestSuite.test (604 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 13:59:40.305 [INFO] !MESSAGE Pass 604 (774) processed. 1 failed. spent: 199:43, 55:41 mins remaining. RenameTestCase. time: 13180ms [INFO] Pass 604 (774) processed. 1 failed. spent: 199:43, 55:41 mins remaining. RenameTestCase. time: 13180ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:00:13.469 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCaseInTestSuite.test in 30366 (604 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:00:13.470 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCaseToEmptyName.test (605 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:00:13.565 [INFO] !MESSAGE Pass 605 (774) processed. 1 failed. spent: 200:17, 55:25 mins remaining. RenameTestCaseInTestSuite. time: 30366ms [INFO] Pass 605 (774) processed. 1 failed. spent: 200:17, 55:25 mins remaining. RenameTestCaseInTestSuite. time: 30366ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:00:26.301 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCaseToEmptyName.test in 11571 (605 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:00:26.303 [INFO] !MESSAGE [AUT-0] Starting: RenameTestInEditor.test (606 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:00:26.377 [INFO] !MESSAGE Pass 606 (774) processed. 1 failed. spent: 200:29, 55:04 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 11571ms [INFO] Pass 606 (774) processed. 1 failed. spent: 200:29, 55:04 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 11571ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:00:37.059 [INFO] !MESSAGE [AUT-0] Finished: RenameTestInEditor.test in 9994 (606 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:00:37.060 [INFO] !MESSAGE [AUT-0] Starting: RenameTestSuite.test (607 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:00:37.087 [INFO] !MESSAGE Pass 607 (774) processed. 1 failed. spent: 200:40, 54:41 mins remaining. RenameTestInEditor. time: 9994ms [INFO] Pass 607 (774) processed. 1 failed. spent: 200:40, 54:41 mins remaining. RenameTestInEditor. time: 9994ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:00:52.320 [INFO] !MESSAGE [AUT-0] Finished: RenameTestSuite.test in 14103 (607 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:00:52.321 [INFO] !MESSAGE [AUT-0] Starting: RenameTestSuiteWhichInTestSuite.test (608 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:00:52.350 [INFO] !MESSAGE Pass 608 (774) processed. 1 failed. spent: 200:55, 54:20 mins remaining. RenameTestSuite. time: 14103ms [INFO] Pass 608 (774) processed. 1 failed. spent: 200:55, 54:20 mins remaining. RenameTestSuite. time: 14103ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:01:10.626 [INFO] !MESSAGE [AUT-0] Finished: RenameTestSuiteWhichInTestSuite.test in 16968 (608 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:01:10.627 [INFO] !MESSAGE [AUT-0] Starting: RenameTestToAVeryLongName.test (609 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:01:10.671 [INFO] !MESSAGE Pass 609 (774) processed. 1 failed. spent: 201:14, 54:00 mins remaining. RenameTestSuiteWhichInTestSuite. time: 16968ms [INFO] Pass 609 (774) processed. 1 failed. spent: 201:14, 54:00 mins remaining. RenameTestSuiteWhichInTestSuite. time: 16968ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:01:24.421 [INFO] !MESSAGE [AUT-0] Finished: RenameTestToAVeryLongName.test in 12748 (609 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:01:24.423 [INFO] !MESSAGE [AUT-0] Starting: Repeated Save of Folder Context.test (610 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:01:24.485 [INFO] !MESSAGE Pass 610 (774) processed. 1 failed. spent: 201:27, 53:39 mins remaining. RenameTestToAVeryLongName. time: 12748ms [INFO] Pass 610 (774) processed. 1 failed. spent: 201:27, 53:39 mins remaining. RenameTestToAVeryLongName. time: 12748ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:05:43.294 [INFO] !MESSAGE [AUT-0] Finished: Repeated Save of Folder Context.test in 257863 (610 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:05:43.296 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInDescription.test (611 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:05:43.366 [INFO] !MESSAGE Pass 611 (774) processed. 1 failed. spent: 205:46, 54:22 mins remaining. Repeated Save of Folder Context. time: 257863ms [INFO] Pass 611 (774) processed. 1 failed. spent: 205:46, 54:22 mins remaining. Repeated Save of Folder Context. time: 257863ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:06:03.589 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInDescription.test in 19336 (611 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:06:03.591 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInEclContext.test (612 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:06:03.688 [INFO] !MESSAGE Pass 612 (774) processed. 1 failed. spent: 206:07, 54:02 mins remaining. ReplaceInDescription. time: 19336ms [INFO] Pass 612 (774) processed. 1 failed. spent: 206:07, 54:02 mins remaining. ReplaceInDescription. time: 19336ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:06:15.890 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInEclContext.test in 11381 (612 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:06:15.891 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInOpenedEclContext.test (613 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:06:15.903 [INFO] !MESSAGE Pass 613 (774) processed. 1 failed. spent: 206:19, 53:40 mins remaining. ReplaceInEclContext. time: 11381ms [INFO] Pass 613 (774) processed. 1 failed. spent: 206:19, 53:40 mins remaining. ReplaceInEclContext. time: 11381ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:06:28.698 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInOpenedEclContext.test in 11484 (613 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:06:28.699 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInScript.test (614 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:06:28.722 [INFO] !MESSAGE Pass 614 (774) processed. 1 failed. spent: 206:32, 53:18 mins remaining. ReplaceInOpenedEclContext. time: 11484ms [INFO] Pass 614 (774) processed. 1 failed. spent: 206:32, 53:18 mins remaining. ReplaceInOpenedEclContext. time: 11484ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:06:49.047 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInScript.test in 19453 (614 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:06:49.048 [INFO] !MESSAGE Pass 615 (774) processed. 1 failed. spent: 206:52, 53:23 mins remaining. ReplaceInScript. time: 19453ms [INFO] Pass 615 (774) processed. 1 failed. spent: 206:52, 53:23 mins remaining. ReplaceInScript. time: 19453ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:06:49.049 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInTags.test (615 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:06:58.378 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInTags.test in 8421 (615 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:06:58.379 [INFO] !MESSAGE [AUT-0] Starting: ReplayButtonShouldBeDisabledDuringRecording.test (616 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:06:58.458 [INFO] !MESSAGE Pass 616 (774) processed. 1 failed. spent: 207:01, 52:35 mins remaining. NotAllowedToReplaceInTags. time: 8421ms [INFO] Pass 616 (774) processed. 1 failed. spent: 207:01, 52:35 mins remaining. NotAllowedToReplaceInTags. time: 8421ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:07:09.617 [INFO] !MESSAGE [AUT-0] Finished: ReplayButtonShouldBeDisabledDuringRecording.test in 10243 (616 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:07:09.618 [INFO] !MESSAGE [AUT-0] Starting: ReportMainThread.test (617 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:07:09.670 [INFO] !MESSAGE Pass 617 (774) processed. 1 failed. spent: 207:13, 52:13 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 10243ms [INFO] Pass 617 (774) processed. 1 failed. spent: 207:13, 52:13 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 10243ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:07:18.905 [INFO] !MESSAGE [AUT-0] Finished: ReportMainThread.test in 8228 (617 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:07:18.907 [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-04-24 14:07:18.941 [INFO] !MESSAGE Pass 618 (774) processed. 1 failed. spent: 207:22, 51:50 mins remaining. ReportMainThread. time: 8228ms [INFO] Pass 618 (774) processed. 1 failed. spent: 207:22, 51:50 mins remaining. ReportMainThread. time: 8228ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:07:28.673 [INFO] !MESSAGE [AUT-0] Finished: Reset Perspective should be disabled if no perspective is set.test in 8424 (618 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:07:28.674 [INFO] !MESSAGE [AUT-0] Starting: ResetPerspectiveInWBContext.test (619 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:07:28.751 [INFO] !MESSAGE Pass 619 (774) processed. 1 failed. spent: 207:32, 51:27 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 8424ms [INFO] Pass 619 (774) processed. 1 failed. spent: 207:32, 51:27 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 8424ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:08:13.045 [INFO] !MESSAGE [AUT-0] Finished: ResetPerspectiveInWBContext.test in 43164 (619 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:08:13.046 [INFO] !MESSAGE [AUT-0] Starting: ResourceRenameTest.test (620 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:08:13.066 [INFO] !MESSAGE Pass 620 (774) processed. 1 failed. spent: 208:16, 51:13 mins remaining. ResetPerspectiveInWBContext. time: 43164ms [INFO] Pass 620 (774) processed. 1 failed. spent: 208:16, 51:13 mins remaining. ResetPerspectiveInWBContext. time: 43164ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:08:28.415 [INFO] !MESSAGE [AUT-0] Finished: ResourceRenameTest.test in 14171 (620 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:08:28.417 [INFO] !MESSAGE [AUT-0] Starting: RestartAUT.test (621 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:08:28.483 [INFO] !MESSAGE Pass 621 (774) processed. 1 failed. spent: 208:31, 50:52 mins remaining. ResourceRenameTest. time: 14171ms [INFO] Pass 621 (774) processed. 1 failed. spent: 208:31, 50:52 mins remaining. ResourceRenameTest. time: 14171ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-04-24 14:09:20.743 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:09:28.122 [INFO] !MESSAGE [AUT-0] Finished: RestartAUT.test in 58763 (621 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:09:28.125 [INFO] !MESSAGE [AUT-0] Starting: RestoreDefaults.test (622 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:09:28.147 [INFO] !MESSAGE Pass 622 (774) processed. 1 failed. spent: 209:31, 50:42 mins remaining. RestartAUT. time: 58763ms [INFO] Pass 622 (774) processed. 1 failed. spent: 209:31, 50:42 mins remaining. RestartAUT. time: 58763ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:09:41.843 [INFO] !MESSAGE [AUT-0] Finished: RestoreDefaults.test in 12429 (622 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:09:41.845 [INFO] !MESSAGE [AUT-0] Starting: ResumeDebugging.test (623 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:09:41.861 [INFO] !MESSAGE Pass 623 (774) processed. 1 failed. spent: 209:45, 50:20 mins remaining. RestoreDefaults. time: 12429ms [INFO] Pass 623 (774) processed. 1 failed. spent: 209:45, 50:20 mins remaining. RestoreDefaults. time: 12429ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:11:57.360 [INFO] !MESSAGE [AUT-0] Finished: ResumeDebugging.test in 134080 (623 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:11:57.363 [INFO] !MESSAGE [AUT-0] Starting: ReturnToQ7FromControlPanel.test (624 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:11:57.443 [INFO] !MESSAGE Pass 624 (774) processed. 1 failed. spent: 212:00, 50:27 mins remaining. ResumeDebugging. time: 134080ms [INFO] Pass 624 (774) processed. 1 failed. spent: 212:00, 50:27 mins remaining. ResumeDebugging. time: 134080ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:12:12.710 [INFO] !MESSAGE [AUT-0] Finished: ReturnToQ7FromControlPanel.test in 13906 (624 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:12:12.712 [INFO] !MESSAGE [AUT-0] Starting: RunConfiguration_AddWithTag.test (625 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:12:12.758 [INFO] !MESSAGE Pass 625 (774) processed. 1 failed. spent: 212:16, 50:06 mins remaining. ReturnToQ7FromControlPanel. time: 13906ms [INFO] Pass 625 (774) processed. 1 failed. spent: 212:16, 50:06 mins remaining. ReturnToQ7FromControlPanel. time: 13906ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:12:25.022 [INFO] !MESSAGE [AUT-0] Finished: RunConfiguration_AddWithTag.test in 10847 (625 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:12:25.024 [INFO] !MESSAGE [AUT-0] Starting: RunFailedTestCases.test (626 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:12:25.072 [INFO] !MESSAGE Pass 626 (774) processed. 1 failed. spent: 212:28, 49:44 mins remaining. RunConfiguration_AddWithTag. time: 10847ms [INFO] Pass 626 (774) processed. 1 failed. spent: 212:28, 49:44 mins remaining. RunConfiguration_AddWithTag. time: 10847ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:13:04.330 [INFO] !MESSAGE [AUT-0] Finished: RunFailedTestCases.test in 38048 (626 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:13:04.332 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuite.test (627 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:13:04.363 [INFO] !MESSAGE Pass 627 (774) processed. 1 failed. spent: 213:07, 49:28 mins remaining. RunFailedTestCases. time: 38048ms [INFO] Pass 627 (774) processed. 1 failed. spent: 213:07, 49:28 mins remaining. RunFailedTestCases. time: 38048ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:13:32.103 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuite.test in 26834 (627 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:13:32.105 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuiteFromExplorer.test (628 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:13:32.146 [INFO] !MESSAGE Pass 628 (774) processed. 1 failed. spent: 213:35, 49:09 mins remaining. RunTestSuite. time: 26834ms [INFO] Pass 628 (774) processed. 1 failed. spent: 213:35, 49:09 mins remaining. RunTestSuite. time: 26834ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:14:04.394 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuiteFromExplorer.test in 31335 (628 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:14:04.396 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuiteFromRunConfiguration.test (629 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:14:04.455 [INFO] !MESSAGE Pass 629 (774) processed. 1 failed. spent: 214:07, 48:51 mins remaining. RunTestSuiteFromExplorer. time: 31335ms [INFO] Pass 629 (774) processed. 1 failed. spent: 214:07, 48:51 mins remaining. RunTestSuiteFromExplorer. time: 31335ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:14:19.703 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuiteFromRunConfiguration.test in 14129 (629 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:14:19.705 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuitesFromExplorer.test (630 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:14:19.773 [INFO] !MESSAGE Pass 630 (774) processed. 1 failed. spent: 214:23, 48:30 mins remaining. RunTestSuiteFromRunConfiguration. time: 14129ms [INFO] Pass 630 (774) processed. 1 failed. spent: 214:23, 48:30 mins remaining. RunTestSuiteFromRunConfiguration. time: 14129ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:14:50.995 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuitesFromExplorer.test in 30162 (630 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:14:50.996 [INFO] !MESSAGE [AUT-0] Starting: RunTestsFromTagsView_TC1.test (631 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:14:51.052 [INFO] !MESSAGE Pass 631 (774) processed. 1 failed. spent: 214:54, 48:12 mins remaining. RunTestSuitesFromExplorer. time: 30162ms [INFO] Pass 631 (774) processed. 1 failed. spent: 214:54, 48:12 mins remaining. RunTestSuitesFromExplorer. time: 30162ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:15:07.799 [INFO] !MESSAGE [AUT-0] Finished: RunTestsFromTagsView_TC1.test in 15557 (631 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:15:07.801 [INFO] !MESSAGE [AUT-0] Starting: RunTestsFromTagsView_TC2.test (632 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:15:07.869 [INFO] !MESSAGE Pass 632 (774) processed. 1 failed. spent: 215:11, 47:51 mins remaining. RunTestsFromTagsView_TC1. time: 15557ms [INFO] Pass 632 (774) processed. 1 failed. spent: 215:11, 47:51 mins remaining. RunTestsFromTagsView_TC1. time: 15557ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:15:25.092 [INFO] !MESSAGE [AUT-0] Finished: RunTestsFromTagsView_TC2.test in 16417 (632 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:15:25.094 [INFO] !MESSAGE [AUT-0] Starting: RunTestsWhenStopOnFirstFailureSet_TC1.test (633 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:15:25.148 [INFO] !MESSAGE Pass 633 (774) processed. 1 failed. spent: 215:28, 47:30 mins remaining. RunTestsFromTagsView_TC2. time: 16417ms [INFO] Pass 633 (774) processed. 1 failed. spent: 215:28, 47:30 mins remaining. RunTestsFromTagsView_TC2. time: 16417ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:15:47.979 [INFO] !MESSAGE [AUT-0] Finished: RunTestsWhenStopOnFirstFailureSet_TC1.test in 21672 (633 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:15:47.981 [INFO] !MESSAGE [AUT-0] Starting: RunnerArg.test (634 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:15:48.069 [INFO] !MESSAGE Pass 634 (774) processed. 1 failed. spent: 215:51, 47:10 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 21672ms [INFO] Pass 634 (774) processed. 1 failed. spent: 215:51, 47:10 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 21672ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:15:55.775 [INFO] !MESSAGE [AUT-0] Finished: RunnerArg.test in 6869 (634 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:15:55.776 [INFO] !MESSAGE Pass 635 (774) processed. 1 failed. spent: 215:59, 47:12 mins remaining. RunnerArg. time: 6869ms [INFO] Pass 635 (774) processed. 1 failed. spent: 215:59, 47:12 mins remaining. RunnerArg. time: 6869ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:15:55.777 [INFO] !MESSAGE [AUT-0] Starting: Save AUT Details For Non-running AUT.test (635 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:16:09.542 [INFO] !MESSAGE [AUT-0] Finished: Save AUT Details For Non-running AUT.test in 12871 (635 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:16:09.546 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCaseAlways.test (636 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:16:09.590 [INFO] !MESSAGE Pass 636 (774) processed. 1 failed. spent: 216:13, 46:25 mins remaining. Save AUT Details For Non-running AUT. time: 12871ms [INFO] Pass 636 (774) processed. 1 failed. spent: 216:13, 46:25 mins remaining. Save AUT Details For Non-running AUT. time: 12871ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:16:24.812 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCaseAlways.test in 14359 (636 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:16:24.814 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCaseNever.test (637 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:16:24.907 [INFO] !MESSAGE Pass 637 (774) processed. 1 failed. spent: 216:28, 46:04 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 14359ms [INFO] Pass 637 (774) processed. 1 failed. spent: 216:28, 46:04 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 14359ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:16:37.611 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCaseNever.test in 11543 (637 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:16:37.613 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCasePrompt.test (638 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:16:37.647 [INFO] !MESSAGE Pass 638 (774) processed. 1 failed. spent: 216:41, 45:42 mins remaining. SaveBeforeLaunchTestCaseNever. time: 11543ms [INFO] Pass 638 (774) processed. 1 failed. spent: 216:41, 45:42 mins remaining. SaveBeforeLaunchTestCaseNever. time: 11543ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:17:03.925 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCasePrompt.test in 25088 (638 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:17:03.927 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeRestart.test (639 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:17:03.974 [INFO] !MESSAGE Pass 639 (774) processed. 1 failed. spent: 217:07, 45:23 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 25088ms [INFO] Pass 639 (774) processed. 1 failed. spent: 217:07, 45:23 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 25088ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2024-04-24 14:17:12.340 [INFO] !MESSAGE error getting interpreter state [INFO] !SUBENTRY 1 org.eclipse.rcptt.ecl.core 4 0 2024-04-24 14:17:12.340 [INFO] !MESSAGE Connection is not Available [INFO] !STACK 0 [INFO] java.io.EOFException [INFO] at java.base/java.io.DataInputStream.readByte(DataInputStream.java:273) [INFO] at org.eclipse.rcptt.ecl.internal.core.EMFStreamPipe.take(EMFStreamPipe.java:91) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.writeOutput(EclTcpSession.java:203) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.access$6(EclTcpSession.java:200) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession$1.run(EclTcpSession.java:100) [INFO] at java.base/java.lang.Thread.run(Thread.java:831) [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-04-24 14:18:01.142 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:18:07.104 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeRestart.test in 61222 (639 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:18:07.107 [INFO] !MESSAGE [AUT-0] Starting: SaveChangesInContext.test (640 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:18:07.158 [INFO] !MESSAGE Pass 640 (774) processed. 1 failed. spent: 218:10, 45:11 mins remaining. SaveBeforeRestart. time: 61222ms [INFO] Pass 640 (774) processed. 1 failed. spent: 218:10, 45:11 mins remaining. SaveBeforeRestart. time: 61222ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:18:30.397 [INFO] !MESSAGE [AUT-0] Finished: SaveChangesInContext.test in 22344 (640 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:18:30.399 [INFO] !MESSAGE [AUT-0] Starting: SaveChangesInTest.test (641 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:18:30.482 [INFO] !MESSAGE Pass 641 (774) processed. 1 failed. spent: 218:33, 44:51 mins remaining. SaveChangesInContext. time: 22344ms [INFO] Pass 641 (774) processed. 1 failed. spent: 218:33, 44:51 mins remaining. SaveChangesInContext. time: 22344ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:18:47.230 [INFO] !MESSAGE [AUT-0] Finished: SaveChangesInTest.test in 15323 (641 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:18:47.233 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCaseAlways.test (642 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:18:47.301 [INFO] !MESSAGE Pass 642 (774) processed. 1 failed. spent: 218:50, 44:30 mins remaining. SaveChangesInTest. time: 15323ms [INFO] Pass 642 (774) processed. 1 failed. spent: 218:50, 44:30 mins remaining. SaveChangesInTest. time: 15323ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:19:16.031 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCaseAlways.test in 27689 (642 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:19:16.033 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCaseNever.test (643 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:19:16.048 [INFO] !MESSAGE Pass 643 (774) processed. 1 failed. spent: 219:19, 44:12 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 27689ms [INFO] Pass 643 (774) processed. 1 failed. spent: 219:19, 44:12 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 27689ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:19:36.829 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCaseNever.test in 19666 (643 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:19:36.831 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCasePrompt.test (644 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:19:36.872 [INFO] !MESSAGE Pass 644 (774) processed. 1 failed. spent: 219:40, 43:51 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 19666ms [INFO] Pass 644 (774) processed. 1 failed. spent: 219:40, 43:51 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 19666ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:20:10.668 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCasePrompt.test in 32227 (644 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:20:10.670 [INFO] !MESSAGE [AUT-0] Starting: SaveDiacriticSymbolsInTest.test (645 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:20:10.747 [INFO] !MESSAGE Pass 645 (774) processed. 1 failed. spent: 220:14, 43:34 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 32227ms [INFO] Pass 645 (774) processed. 1 failed. spent: 220:14, 43:34 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 32227ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:20:27.457 [INFO] !MESSAGE [AUT-0] Finished: SaveDiacriticSymbolsInTest.test in 15461 (645 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:20:27.459 [INFO] !MESSAGE [AUT-0] Starting: SaveIsImmediate.test (646 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:20:27.466 [INFO] !MESSAGE Pass 646 (774) processed. 1 failed. spent: 220:30, 43:12 mins remaining. SaveDiacriticSymbolsInTest. time: 15461ms [INFO] Pass 646 (774) processed. 1 failed. spent: 220:30, 43:12 mins remaining. SaveDiacriticSymbolsInTest. time: 15461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:20:40.206 [INFO] !MESSAGE [AUT-0] Finished: SaveIsImmediate.test in 11600 (646 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:20:40.208 [INFO] !MESSAGE [AUT-0] Starting: SaveSpecialSymbolsInTest.test (647 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:20:40.279 [INFO] !MESSAGE Pass 647 (774) processed. 1 failed. spent: 220:43, 42:51 mins remaining. SaveIsImmediate. time: 11600ms [INFO] Pass 647 (774) processed. 1 failed. spent: 220:43, 42:51 mins remaining. SaveIsImmediate. time: 11600ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:20:56.472 [INFO] !MESSAGE [AUT-0] Finished: SaveSpecialSymbolsInTest.test in 15352 (647 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:20:56.473 [INFO] !MESSAGE [AUT-0] Starting: SaveTestFromControlPanel.test (648 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:20:56.496 [INFO] !MESSAGE Pass 648 (774) processed. 1 failed. spent: 220:59, 42:29 mins remaining. SaveSpecialSymbolsInTest. time: 15352ms [INFO] Pass 648 (774) processed. 1 failed. spent: 220:59, 42:29 mins remaining. SaveSpecialSymbolsInTest. time: 15352ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:22:30.835 [INFO] !MESSAGE [AUT-0] Finished: SaveTestFromControlPanel.test in 93182 (648 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:22:30.837 [INFO] !MESSAGE [AUT-0] Starting: Script Editor.scenario (649 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:22:30.854 [INFO] !MESSAGE Pass 649 (774) processed. 1 failed. spent: 222:34, 42:23 mins remaining. SaveTestFromControlPanel. time: 93182ms [INFO] Pass 649 (774) processed. 1 failed. spent: 222:34, 42:23 mins remaining. SaveTestFromControlPanel. time: 93182ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:22:46.166 [INFO] !MESSAGE [AUT-0] Finished: Script Editor.scenario in 14195 (649 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:22:46.168 [INFO] !MESSAGE [AUT-0] Starting: ScriptEditingIsDisabledDuringRecording.test (650 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:22:46.171 [INFO] !MESSAGE Pass 650 (774) processed. 1 failed. spent: 222:49, 42:02 mins remaining. Script EditorAutocompletion. time: 14195ms [INFO] Pass 650 (774) processed. 1 failed. spent: 222:49, 42:02 mins remaining. Script EditorAutocompletion. time: 14195ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:22:58.962 [INFO] !MESSAGE [AUT-0] Finished: ScriptEditingIsDisabledDuringRecording.test in 11584 (650 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:22:58.963 [INFO] !MESSAGE [AUT-0] Starting: SearchInWorkingSet.test (651 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:22:58.987 [INFO] !MESSAGE Pass 651 (774) processed. 1 failed. spent: 223:02, 41:40 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 11584ms [INFO] Pass 651 (774) processed. 1 failed. spent: 223:02, 41:40 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 11584ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:23:17.231 [INFO] !MESSAGE [AUT-0] Finished: SearchInWorkingSet.test in 17382 (651 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:23:17.233 [INFO] !MESSAGE [AUT-0] Starting: SearchTestInDescription.test (652 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:23:17.253 [INFO] !MESSAGE Pass 652 (774) processed. 1 failed. spent: 223:20, 41:19 mins remaining. SearchInWorkingSet. time: 17382ms [INFO] Pass 652 (774) processed. 1 failed. spent: 223:20, 41:19 mins remaining. SearchInWorkingSet. time: 17382ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:23:31.040 [INFO] !MESSAGE [AUT-0] Finished: SearchTestInDescription.test in 12484 (652 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:23:31.041 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInContexts.test (653 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:23:31.071 [INFO] !MESSAGE Pass 653 (774) processed. 1 failed. spent: 223:34, 40:57 mins remaining. SearchTestInDescription. time: 12484ms [INFO] Pass 653 (774) processed. 1 failed. spent: 223:34, 40:57 mins remaining. SearchTestInDescription. time: 12484ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:23:44.345 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInContexts.test in 12206 (653 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:23:44.347 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInScript.test (654 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:23:44.384 [INFO] !MESSAGE Pass 654 (774) processed. 1 failed. spent: 223:47, 40:35 mins remaining. SearchTextInContexts. time: 12206ms [INFO] Pass 654 (774) processed. 1 failed. spent: 223:47, 40:35 mins remaining. SearchTextInContexts. time: 12206ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:23:57.637 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInScript.test in 12185 (654 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:23:57.640 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInTags.test (655 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:23:57.703 [INFO] !MESSAGE Pass 655 (774) processed. 1 failed. spent: 224:01, 40:14 mins remaining. SearchTextInScript. time: 12185ms [INFO] Pass 655 (774) processed. 1 failed. spent: 224:01, 40:14 mins remaining. SearchTextInScript. time: 12185ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:24:10.930 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInTags.test in 12101 (655 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:24:10.932 [INFO] !MESSAGE [AUT-0] Starting: SecondControlPanel_RecordSnippet.scenario (656 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:24:11.018 [INFO] !MESSAGE Pass 656 (774) processed. 1 failed. spent: 224:14, 39:52 mins remaining. SearchTextInTags. time: 12101ms [INFO] Pass 656 (774) processed. 1 failed. spent: 224:14, 39:52 mins remaining. SearchTextInTags. time: 12101ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:24:45.236 [INFO] !MESSAGE [AUT-0] Finished: SecondControlPanel_RecordSnippet.scenario in 33208 (656 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:24:45.238 [INFO] !MESSAGE [AUT-0] Starting: SecondControlPanel_ScenarioEditor.scenario (657 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:24:45.274 [INFO] !MESSAGE Pass 657 (774) processed. 1 failed. spent: 224:48, 39:34 mins remaining. SecondControlPanel_RecordSnippet. time: 33208ms [INFO] Pass 657 (774) processed. 1 failed. spent: 224:48, 39:34 mins remaining. SecondControlPanel_RecordSnippet. time: 33208ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:25:20.520 [INFO] !MESSAGE [AUT-0] Finished: SecondControlPanel_ScenarioEditor.scenario in 34454 (657 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:25:20.522 [INFO] !MESSAGE [AUT-0] Starting: SelectAll in Script Viewer.test (658 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:25:20.614 [INFO] !MESSAGE Pass 658 (774) processed. 1 failed. spent: 225:24, 39:16 mins remaining. SecondControlPanel_ScenarioEditor. time: 34454ms [INFO] Pass 658 (774) processed. 1 failed. spent: 225:24, 39:16 mins remaining. SecondControlPanel_ScenarioEditor. time: 34454ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:25:40.317 [INFO] !MESSAGE [AUT-0] Finished: SelectAll in Script Viewer.test in 18852 (658 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:25:40.318 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationAtCreationContext.test (659 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:25:40.355 [INFO] !MESSAGE Pass 659 (774) processed. 1 failed. spent: 225:43, 38:55 mins remaining. SelectAll in Script Viewer. time: 18852ms [INFO] Pass 659 (774) processed. 1 failed. spent: 225:43, 38:55 mins remaining. SelectAll in Script Viewer. time: 18852ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:25:58.615 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationAtCreationContext.test in 17360 (659 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:25:58.616 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationAtCreationTest.test (660 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:25:58.678 [INFO] !MESSAGE Pass 660 (774) processed. 1 failed. spent: 226:02, 38:34 mins remaining. SelectLocationAtCreationContext. time: 17360ms [INFO] Pass 660 (774) processed. 1 failed. spent: 226:02, 38:34 mins remaining. SelectLocationAtCreationContext. time: 17360ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:26:15.898 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationAtCreationTest.test in 16303 (660 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:26:15.899 [INFO] !MESSAGE Pass 661 (774) processed. 1 failed. spent: 226:19, 38:37 mins remaining. SelectLocationAtCreationTest. time: 16303ms [INFO] Pass 661 (774) processed. 1 failed. spent: 226:19, 38:37 mins remaining. SelectLocationAtCreationTest. time: 16303ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:26:15.899 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationForGroupContext.test (661 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:26:27.152 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationForGroupContext.test in 10183 (661 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:26:27.153 [INFO] !MESSAGE [AUT-0] Starting: SelectPerspectiveFromDialog.test (662 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:26:27.213 [INFO] !MESSAGE Pass 662 (774) processed. 1 failed. spent: 226:30, 37:51 mins remaining. SelectLocationForGroupContext. time: 10183ms [INFO] Pass 662 (774) processed. 1 failed. spent: 226:30, 37:51 mins remaining. SelectLocationForGroupContext. time: 10183ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:27:45.424 [INFO] !MESSAGE [AUT-0] Finished: SelectPerspectiveFromDialog.test in 77318 (662 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:27:45.426 [INFO] !MESSAGE [AUT-0] Starting: SelectRows.test (663 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:27:45.452 [INFO] !MESSAGE Pass 663 (774) processed. 1 failed. spent: 227:48, 37:40 mins remaining. SelectPerspectiveFromDialog. time: 77318ms [INFO] Pass 663 (774) processed. 1 failed. spent: 227:48, 37:40 mins remaining. SelectPerspectiveFromDialog. time: 77318ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:28:01.756 [INFO] !MESSAGE [AUT-0] Finished: SelectRows.test in 14948 (663 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:28:01.758 [INFO] !MESSAGE [AUT-0] Starting: Selection in Script Viewer.test (664 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:28:01.772 [INFO] !MESSAGE Pass 664 (774) processed. 1 failed. spent: 228:05, 37:19 mins remaining. SelectRows. time: 14948ms [INFO] Pass 664 (774) processed. 1 failed. spent: 228:05, 37:19 mins remaining. SelectRows. time: 14948ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:28:16.507 [INFO] !MESSAGE [AUT-0] Finished: Selection in Script Viewer.test in 13805 (664 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:28:16.508 [INFO] !MESSAGE [AUT-0] Starting: SelectionAfterDelete.test (665 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:28:16.588 [INFO] !MESSAGE Pass 665 (774) processed. 1 failed. spent: 228:20, 36:58 mins remaining. Selection in Script Viewer. time: 13805ms [INFO] Pass 665 (774) processed. 1 failed. spent: 228:20, 36:58 mins remaining. Selection in Script Viewer. time: 13805ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:28:27.311 [INFO] !MESSAGE [AUT-0] Finished: SelectionAfterDelete.test in 9628 (665 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:28:27.312 [INFO] !MESSAGE [AUT-0] Starting: Set AUT in Launch Configuration.test (666 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:28:27.349 [INFO] !MESSAGE Pass 666 (774) processed. 1 failed. spent: 228:30, 36:36 mins remaining. SelectionAfterDelete. time: 9628ms [INFO] Pass 666 (774) processed. 1 failed. spent: 228:30, 36:36 mins remaining. SelectionAfterDelete. time: 9628ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:29:37.339 [INFO] !MESSAGE [AUT-0] Finished: Set AUT in Launch Configuration.test in 67030 (666 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:29:37.341 [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-04-24 14:29:37.350 [INFO] !MESSAGE Pass 667 (774) processed. 1 failed. spent: 229:40, 36:23 mins remaining. Set AUT in Launch Configuration. time: 67030ms [INFO] Pass 667 (774) processed. 1 failed. spent: 229:40, 36:23 mins remaining. Set AUT in Launch Configuration. time: 67030ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:30:57.660 [INFO] !MESSAGE [AUT-0] Finished: Set AUT in Launch Configuration_Run As TestCase.test in 76592 (667 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:30:57.662 [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-04-24 14:30:57.743 [INFO] !MESSAGE Pass 668 (774) processed. 1 failed. spent: 231:01, 36:12 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 76592ms [INFO] Pass 668 (774) processed. 1 failed. spent: 231:01, 36:12 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 76592ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:31:52.778 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Current Command Highlighting.test in 53296 (668 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:31:52.780 [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-04-24 14:31:52.870 [INFO] !MESSAGE Pass 669 (774) processed. 1 failed. spent: 231:56, 35:56 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 53296ms [INFO] Pass 669 (774) processed. 1 failed. spent: 231:56, 35:56 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 53296ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:32:36.268 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Into_Check Variables.test in 41656 (669 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:32:36.270 [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-04-24 14:32:36.368 [INFO] !MESSAGE Pass 670 (774) processed. 1 failed. spent: 232:39, 35:39 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 41656ms [INFO] Pass 670 (774) processed. 1 failed. spent: 232:39, 35:39 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 41656ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:33:28.845 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Into_Step Return.test in 47569 (670 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:33:28.846 [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-04-24 14:33:28.944 [INFO] !MESSAGE Pass 671 (774) processed. 1 failed. spent: 233:32, 35:23 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 47569ms [INFO] Pass 671 (774) processed. 1 failed. spent: 233:32, 35:23 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 47569ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:33:56.852 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Over Should Navigate To Next Line.test in 26414 (671 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:33:56.853 [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-04-24 14:33:56.876 [INFO] !MESSAGE Pass 672 (774) processed. 1 failed. spent: 234:00, 35:03 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 26414ms [INFO] Pass 672 (774) processed. 1 failed. spent: 234:00, 35:03 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 26414ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:34:46.755 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Verify ECL Thread.test in 48343 (672 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:34:46.756 [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-04-24 14:34:46.779 [INFO] !MESSAGE Pass 673 (774) processed. 1 failed. spent: 234:50, 34:47 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 48343ms [INFO] Pass 673 (774) processed. 1 failed. spent: 234:50, 34:47 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 48343ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:35:32.704 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint in Procedure_Check Breakpoint.test in 44305 (673 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:35:32.706 [INFO] !MESSAGE [AUT-0] Starting: Set Tag To Workspace Context.test (674 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:35:32.773 [INFO] !MESSAGE Pass 674 (774) processed. 1 failed. spent: 235:36, 34:30 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 44305ms [INFO] Pass 674 (774) processed. 1 failed. spent: 235:36, 34:30 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 44305ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:35:49.081 [INFO] !MESSAGE [AUT-0] Finished: Set Tag To Workspace Context.test in 15175 (674 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:35:49.083 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointByShortKey.test (675 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:35:49.093 [INFO] !MESSAGE Pass 675 (774) processed. 1 failed. spent: 235:52, 34:08 mins remaining. Set Tag To Workspace Context. time: 15175ms [INFO] Pass 675 (774) processed. 1 failed. spent: 235:52, 34:08 mins remaining. Set Tag To Workspace Context. time: 15175ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:36:10.116 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointByShortKey.test in 19330 (675 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:36:10.117 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointInBodyOfMethod.test (676 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:36:10.144 [INFO] !MESSAGE Pass 676 (774) processed. 1 failed. spent: 236:13, 33:47 mins remaining. SetBreakpointByShortKey. time: 19330ms [INFO] Pass 676 (774) processed. 1 failed. spent: 236:13, 33:47 mins remaining. SetBreakpointByShortKey. time: 19330ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:36:29.245 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointInBodyOfMethod.test in 15475 (676 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:36:29.246 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointInTestWithRestarting.test (677 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:36:29.341 [INFO] !MESSAGE Pass 677 (774) processed. 1 failed. spent: 236:32, 33:26 mins remaining. SetBreakpointInBodyOfMethod. time: 15475ms [INFO] Pass 677 (774) processed. 1 failed. spent: 236:32, 33:26 mins remaining. SetBreakpointInBodyOfMethod. time: 15475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:37:56.773 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointInTestWithRestarting.test in 85780 (677 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:37:56.774 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointOnPartOfLine.test (678 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:37:56.849 [INFO] !MESSAGE Pass 678 (774) processed. 1 failed. spent: 238:00, 33:15 mins remaining. SetBreakpointInTestWithRestarting. time: 85780ms [INFO] Pass 678 (774) processed. 1 failed. spent: 238:00, 33:15 mins remaining. SetBreakpointInTestWithRestarting. time: 85780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:38:50.242 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointOnPartOfLine.test in 51808 (678 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:38:50.243 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointToCommentLine.test (679 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:38:50.243 [INFO] !MESSAGE Pass 679 (774) processed. 1 failed. spent: 238:53, 32:58 mins remaining. SetBreakpointOnPartOfLine. time: 51808ms [INFO] Pass 679 (774) processed. 1 failed. spent: 238:53, 32:58 mins remaining. SetBreakpointOnPartOfLine. time: 51808ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:39:14.211 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointToCommentLine.test in 22359 (679 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:39:14.213 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointViaContextMenu.test (680 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:39:14.271 [INFO] !MESSAGE Pass 680 (774) processed. 1 failed. spent: 239:17, 32:37 mins remaining. SetBreakpointToCommentLine. time: 22359ms [INFO] Pass 680 (774) processed. 1 failed. spent: 239:17, 32:37 mins remaining. SetBreakpointToCommentLine. time: 22359ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:39:35.715 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointViaContextMenu.test in 19550 (680 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:39:35.717 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointViaMainMenu.test (681 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:39:35.797 [INFO] !MESSAGE Pass 681 (774) processed. 1 failed. spent: 239:39, 32:16 mins remaining. SetBreakpointViaContextMenu. time: 19550ms [INFO] Pass 681 (774) processed. 1 failed. spent: 239:39, 32:16 mins remaining. SetBreakpointViaContextMenu. time: 19550ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:39:55.692 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointViaMainMenu.test in 18152 (681 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:39:55.694 [INFO] !MESSAGE [AUT-0] Starting: SetParameter.test (682 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:39:55.748 [INFO] !MESSAGE Pass 682 (774) processed. 1 failed. spent: 239:59, 31:55 mins remaining. SetBreakpointViaMainMenu. time: 18152ms [INFO] Pass 682 (774) processed. 1 failed. spent: 239:59, 31:55 mins remaining. SetBreakpointViaMainMenu. time: 18152ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:40:08.674 [INFO] !MESSAGE [AUT-0] Finished: SetParameter.test in 11592 (682 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:40:08.675 [INFO] !MESSAGE [AUT-0] Starting: SetUnsetCommentsInScriptViewer.test (683 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:40:08.764 [INFO] !MESSAGE Pass 683 (774) processed. 1 failed. spent: 240:12, 31:33 mins remaining. SetParameterGetParameter. time: 11592ms [INFO] Pass 683 (774) processed. 1 failed. spent: 240:12, 31:33 mins remaining. SetParameterGetParameter. time: 11592ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:40:21.040 [INFO] !MESSAGE [AUT-0] Finished: SetUnsetCommentsInScriptViewer.test in 11216 (683 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:40:21.041 [INFO] !MESSAGE [AUT-0] Starting: ShowInTask.test (684 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:40:21.077 [INFO] !MESSAGE Pass 684 (774) processed. 1 failed. spent: 240:24, 31:11 mins remaining. SetUnsetCommentsInScriptViewer. time: 11216ms [INFO] Pass 684 (774) processed. 1 failed. spent: 240:24, 31:11 mins remaining. SetUnsetCommentsInScriptViewer. time: 11216ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:40:44.524 [INFO] !MESSAGE [AUT-0] Finished: ShowInTask.test in 22088 (684 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:40:44.525 [INFO] !MESSAGE [AUT-0] Starting: ShowOnlyContextsFromTheRequiredProject.test (685 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:40:44.606 [INFO] !MESSAGE Pass 685 (774) processed. 1 failed. spent: 240:48, 30:50 mins remaining. ShowInTask. time: 22088ms [INFO] Pass 685 (774) processed. 1 failed. spent: 240:48, 30:50 mins remaining. ShowInTask. time: 22088ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:40:55.452 [INFO] !MESSAGE [AUT-0] Finished: ShowOnlyContextsFromTheRequiredProject.test in 9402 (685 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:40:55.454 [INFO] !MESSAGE [AUT-0] Starting: Simple Coloring in Script Viewer.test (686 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:40:55.518 [INFO] !MESSAGE Pass 686 (774) processed. 1 failed. spent: 240:58, 30:28 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 9402ms [INFO] Pass 686 (774) processed. 1 failed. spent: 240:58, 30:28 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 9402ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:41:07.845 [INFO] !MESSAGE [AUT-0] Finished: Simple Coloring in Script Viewer.test in 10920 (686 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:41:07.847 [INFO] !MESSAGE [AUT-0] Starting: SkipAllBreakpointsInDebug.test (687 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:41:07.934 [INFO] !MESSAGE Pass 687 (774) processed. 1 failed. spent: 241:11, 30:06 mins remaining. Simple Coloring in Script Viewer. time: 10920ms [INFO] Pass 687 (774) processed. 1 failed. spent: 241:11, 30:06 mins remaining. Simple Coloring in Script Viewer. time: 10920ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:41:28.277 [INFO] !MESSAGE [AUT-0] Finished: SkipAllBreakpointsInDebug.test in 19024 (687 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:41:28.278 [INFO] !MESSAGE [AUT-0] Starting: SmallMultipleScenarioModificationTest.test (688 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:41:28.357 [INFO] !MESSAGE Pass 688 (774) processed. 1 failed. spent: 241:31, 29:45 mins remaining. SkipAllBreakpointsInDebug. time: 19024ms [INFO] Pass 688 (774) processed. 1 failed. spent: 241:31, 29:45 mins remaining. SkipAllBreakpointsInDebug. time: 19024ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:42:03.213 [INFO] !MESSAGE [AUT-0] Finished: SmallMultipleScenarioModificationTest.test in 33287 (688 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:42:03.214 [INFO] !MESSAGE [AUT-0] Starting: SortingInQ7Explorer.test (689 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:42:03.296 [INFO] !MESSAGE Pass 689 (774) processed. 1 failed. spent: 242:06, 29:25 mins remaining. SmallMultipleScenarioModificationTest. time: 33287ms [INFO] Pass 689 (774) processed. 1 failed. spent: 242:06, 29:25 mins remaining. SmallMultipleScenarioModificationTest. time: 33287ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:42:58.653 [INFO] !MESSAGE [AUT-0] Finished: SortingInQ7Explorer.test in 54175 (689 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:42:58.654 [INFO] !MESSAGE [AUT-0] Starting: SpecifyDocumentation.scenario (690 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:42:58.663 [INFO] !MESSAGE Pass 690 (774) processed. 1 failed. spent: 243:02, 29:08 mins remaining. SortingInQ7Explorer. time: 54175ms [INFO] Pass 690 (774) processed. 1 failed. spent: 243:02, 29:08 mins remaining. SortingInQ7Explorer. time: 54175ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:43:13.539 [INFO] !MESSAGE [AUT-0] Finished: SpecifyDocumentation.scenario in 13639 (690 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:43:13.541 [INFO] !MESSAGE [AUT-0] Starting: SpecifyDocumentationCopyPaste.scenario (691 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:43:13.581 [INFO] !MESSAGE Pass 691 (774) processed. 1 failed. spent: 243:17, 28:47 mins remaining. SpecifyDocumentation. time: 13639ms [INFO] Pass 691 (774) processed. 1 failed. spent: 243:17, 28:47 mins remaining. SpecifyDocumentation. time: 13639ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:43:28.433 [INFO] !MESSAGE [AUT-0] Finished: SpecifyDocumentationCopyPaste.scenario in 13675 (691 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:43:28.435 [INFO] !MESSAGE [AUT-0] Starting: SplitTest.test (692 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:43:28.499 [INFO] !MESSAGE Pass 692 (774) processed. 1 failed. spent: 243:31, 28:25 mins remaining. SpecifyDocumentationCopyPaste. time: 13675ms [INFO] Pass 692 (774) processed. 1 failed. spent: 243:31, 28:25 mins remaining. SpecifyDocumentationCopyPaste. time: 13675ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:43:32.729 [INFO] !MESSAGE [AUT-0] Finished: SplitTest.test in 3096 (692 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:43:32.730 [INFO] !MESSAGE [AUT-0] Starting: StepIntoAtDebugging.test (693 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:43:32.805 [INFO] !MESSAGE Pass 693 (774) processed. 1 failed. spent: 243:36, 28:02 mins remaining. SplitTest. time: 3096ms [INFO] Pass 693 (774) processed. 1 failed. spent: 243:36, 28:02 mins remaining. SplitTest. time: 3096ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:43:56.181 [INFO] !MESSAGE [AUT-0] Finished: StepIntoAtDebugging.test in 22169 (693 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:43:56.182 [INFO] !MESSAGE [AUT-0] Starting: StepOverAtDebugging.test (694 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:43:56.257 [INFO] !MESSAGE Pass 694 (774) processed. 1 failed. spent: 243:59, 27:41 mins remaining. StepIntoAtDebugging. time: 22169ms [INFO] Pass 694 (774) processed. 1 failed. spent: 243:59, 27:41 mins remaining. StepIntoAtDebugging. time: 22169ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:45:02.309 [INFO] !MESSAGE [AUT-0] Finished: StepOverAtDebugging.test in 64148 (694 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:45:02.310 [INFO] !MESSAGE [AUT-0] Starting: StopAUTByStopCommand.test (695 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:45:02.364 [INFO] !MESSAGE Pass 695 (774) processed. 1 failed. spent: 245:05, 27:25 mins remaining. StepOverAtDebugging. time: 64148ms [INFO] Pass 695 (774) processed. 1 failed. spent: 245:05, 27:25 mins remaining. StepOverAtDebugging. time: 64148ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:45:22.171 [INFO] !MESSAGE [AUT-0] Finished: StopAUTByStopCommand.test in 18444 (695 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:45:22.172 [INFO] !MESSAGE [AUT-0] Starting: StopShouldBeDisabledIfAUTIsNotRunning.test (696 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:45:22.184 [INFO] !MESSAGE Pass 696 (774) processed. 1 failed. spent: 245:25, 27:04 mins remaining. StopAUTByStopCommand. time: 18444ms [INFO] Pass 696 (774) processed. 1 failed. spent: 245:25, 27:04 mins remaining. StopAUTByStopCommand. time: 18444ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:46:24.572 [INFO] !MESSAGE [AUT-0] Finished: StopShouldBeDisabledIfAUTIsNotRunning.test in 61437 (696 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:46:24.574 [INFO] !MESSAGE [AUT-0] Starting: Switch.test (697 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:46:24.649 [INFO] !MESSAGE Pass 697 (774) processed. 1 failed. spent: 246:28, 26:47 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 61437ms [INFO] Pass 697 (774) processed. 1 failed. spent: 246:28, 26:47 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 61437ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:46:27.269 [INFO] !MESSAGE [AUT-0] Finished: Switch.test in 1788 (697 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:46:27.270 [INFO] !MESSAGE [AUT-0] Starting: SwitchToAssertionMode.test (698 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:46:27.352 [INFO] !MESSAGE Pass 698 (774) processed. 1 failed. spent: 246:30, 26:24 mins remaining. Switch. time: 1788ms [INFO] Pass 698 (774) processed. 1 failed. spent: 246:30, 26:24 mins remaining. Switch. time: 1788ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:47:33.684 [INFO] !MESSAGE [AUT-0] Finished: SwitchToAssertionMode.test in 64983 (698 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:47:33.685 [INFO] !MESSAGE [AUT-0] Starting: TagsAutocompletion.test (699 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:47:33.764 [INFO] !MESSAGE Pass 699 (774) processed. 1 failed. spent: 247:37, 26:08 mins remaining. SwitchToAssertionMode. time: 64983ms [INFO] Pass 699 (774) processed. 1 failed. spent: 247:37, 26:08 mins remaining. SwitchToAssertionMode. time: 64983ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:47:44.512 [INFO] !MESSAGE [AUT-0] Finished: TagsAutocompletion.test in 9589 (699 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:47:44.515 [INFO] !MESSAGE [AUT-0] Starting: TagsViewUpdateOnFileRestore.test (700 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:47:44.576 [INFO] !MESSAGE Pass 700 (774) processed. 1 failed. spent: 247:48, 25:46 mins remaining. TagsAutocompletion. time: 9589ms [INFO] Pass 700 (774) processed. 1 failed. spent: 247:48, 25:46 mins remaining. TagsAutocompletion. time: 9589ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:47:59.459 [INFO] !MESSAGE [AUT-0] Finished: TagsViewUpdateOnFileRestore.test in 13464 (700 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:47:59.460 [INFO] !MESSAGE [AUT-0] Starting: TagsViewUpdateOnProjectClose.test (701 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:47:59.492 [INFO] !MESSAGE Pass 701 (774) processed. 1 failed. spent: 248:02, 25:24 mins remaining. TagsViewUpdateOnFileRestore. time: 13464ms [INFO] Pass 701 (774) processed. 1 failed. spent: 248:02, 25:24 mins remaining. TagsViewUpdateOnFileRestore. time: 13464ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:48:11.854 [INFO] !MESSAGE [AUT-0] Finished: TagsViewUpdateOnProjectClose.test in 11229 (701 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:48:11.855 [INFO] !MESSAGE [AUT-0] Starting: TagsView_AND.test (702 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:48:11.904 [INFO] !MESSAGE Pass 702 (774) processed. 1 failed. spent: 248:15, 25:02 mins remaining. TagsViewUpdateOnProjectClose. time: 11229ms [INFO] Pass 702 (774) processed. 1 failed. spent: 248:15, 25:02 mins remaining. TagsViewUpdateOnProjectClose. time: 11229ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:48:18.671 [INFO] !MESSAGE [AUT-0] Finished: TagsView_AND.test in 5883 (702 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:48:18.673 [INFO] !MESSAGE [AUT-0] Starting: TagsView_NOT.test (703 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:48:18.741 [INFO] !MESSAGE Pass 703 (774) processed. 1 failed. spent: 248:22, 24:39 mins remaining. TagsView_AND. time: 5883ms [INFO] Pass 703 (774) processed. 1 failed. spent: 248:22, 24:39 mins remaining. TagsView_AND. time: 5883ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:48:24.494 [INFO] !MESSAGE [AUT-0] Finished: TagsView_NOT.test in 4583 (703 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:48:24.496 [INFO] !MESSAGE [AUT-0] Starting: TagsView_OR.test (704 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:48:24.547 [INFO] !MESSAGE Pass 704 (774) processed. 1 failed. spent: 248:28, 24:17 mins remaining. TagsView_NOT. time: 4583ms [INFO] Pass 704 (774) processed. 1 failed. spent: 248:28, 24:17 mins remaining. TagsView_NOT. time: 4583ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:48:32.326 [INFO] !MESSAGE [AUT-0] Finished: TagsView_OR.test in 6874 (704 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:48:32.327 [INFO] !MESSAGE [AUT-0] Starting: TagsView_tag with spaces.test (705 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:48:32.355 [INFO] !MESSAGE Pass 705 (774) processed. 1 failed. spent: 248:35, 23:54 mins remaining. TagsView_OR. time: 6874ms [INFO] Pass 705 (774) processed. 1 failed. spent: 248:35, 23:54 mins remaining. TagsView_OR. time: 6874ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:48:38.660 [INFO] !MESSAGE [AUT-0] Finished: TagsView_tag with spaces.test in 5366 (705 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:48:38.661 [INFO] !MESSAGE [AUT-0] Starting: TakeScreenshot.test (706 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:48:38.661 [INFO] !MESSAGE Pass 706 (774) processed. 1 failed. spent: 248:42, 23:32 mins remaining. TagsView_tag with spaces. time: 5366ms [INFO] Pass 706 (774) processed. 1 failed. spent: 248:42, 23:32 mins remaining. TagsView_tag with spaces. time: 5366ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:49:23.297 [INFO] !MESSAGE [AUT-0] Finished: TakeScreenshot.test in 42922 (706 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:49:23.298 [INFO] !MESSAGE [AUT-0] Starting: TerminateDebugging.test (707 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:49:23.364 [INFO] !MESSAGE Pass 707 (774) processed. 1 failed. spent: 249:26, 23:13 mins remaining. TakeScreenshot. time: 42922ms [INFO] Pass 707 (774) processed. 1 failed. spent: 249:26, 23:13 mins remaining. TakeScreenshot. time: 42922ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:50:13.255 [INFO] !MESSAGE [AUT-0] Finished: TerminateDebugging.test in 48355 (707 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:50:13.256 [INFO] !MESSAGE [AUT-0] Starting: TerminateExistingLaunches.test (708 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:50:13.317 [INFO] !MESSAGE Pass 708 (774) processed. 1 failed. spent: 250:16, 22:54 mins remaining. TerminateDebugging. time: 48355ms [INFO] Pass 708 (774) processed. 1 failed. spent: 250:16, 22:54 mins remaining. TerminateDebugging. time: 48355ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:51:06.769 [INFO] !MESSAGE [AUT-0] Finished: TerminateExistingLaunches.test in 51854 (708 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:51:06.770 [INFO] !MESSAGE [AUT-0] Starting: TestDeleteUndo.test (709 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:51:06.854 [INFO] !MESSAGE Pass 709 (774) processed. 1 failed. spent: 251:10, 22:36 mins remaining. TerminateExistingLaunches. time: 51854ms [INFO] Pass 709 (774) processed. 1 failed. spent: 251:10, 22:36 mins remaining. TerminateExistingLaunches. time: 51854ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:51:21.662 [INFO] !MESSAGE [AUT-0] Finished: TestDeleteUndo.test in 13683 (709 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:51:21.663 [INFO] !MESSAGE [AUT-0] Starting: TestDeleteUndo2.test (710 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:51:21.670 [INFO] !MESSAGE Pass 710 (774) processed. 1 failed. spent: 251:25, 22:14 mins remaining. TestDeleteUndoRedo. time: 13683ms [INFO] Pass 710 (774) processed. 1 failed. spent: 251:25, 22:14 mins remaining. TestDeleteUndoRedo. time: 13683ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:51:46.098 [INFO] !MESSAGE [AUT-0] Finished: TestDeleteUndo2.test in 23009 (710 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:51:46.099 [INFO] !MESSAGE [AUT-0] Starting: TestNumsAreDisplayedInExecutionView.test (711 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:51:46.196 [INFO] !MESSAGE Pass 711 (774) processed. 1 failed. spent: 251:49, 21:53 mins remaining. TestDeleteUndoRedo2. time: 23009ms [INFO] Pass 711 (774) processed. 1 failed. spent: 251:49, 21:53 mins remaining. TestDeleteUndoRedo2. time: 23009ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:52:22.067 [INFO] !MESSAGE [AUT-0] Finished: TestNumsAreDisplayedInExecutionView.test in 34373 (711 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:52:22.069 [INFO] !MESSAGE [AUT-0] Starting: TestOptionsPopup.test (712 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:52:22.158 [INFO] !MESSAGE Pass 712 (774) processed. 1 failed. spent: 252:25, 21:33 mins remaining. TestNumsAreDisplayedInExecutionView. time: 34373ms [INFO] Pass 712 (774) processed. 1 failed. spent: 252:25, 21:33 mins remaining. TestNumsAreDisplayedInExecutionView. time: 34373ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:52:34.903 [INFO] !MESSAGE [AUT-0] Finished: TestOptionsPopup.test in 11685 (712 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:52:34.904 [INFO] !MESSAGE [AUT-0] Starting: TestParametrizedPreferenceContext.test (713 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:52:34.971 [INFO] !MESSAGE Pass 713 (774) processed. 1 failed. spent: 252:38, 21:12 mins remaining. TestOptionsPopup. time: 11685ms [INFO] Pass 713 (774) processed. 1 failed. spent: 252:38, 21:12 mins remaining. TestOptionsPopup. time: 11685ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:52:40.243 [INFO] !MESSAGE [AUT-0] Finished: TestParametrizedPreferenceContext.test in 4224 (713 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:52:40.244 [INFO] !MESSAGE [AUT-0] Starting: TestSaveAsFromControlPanel.test (714 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:52:40.277 [INFO] !MESSAGE Pass 714 (774) processed. 1 failed. spent: 252:43, 20:49 mins remaining. TestParametrizedPreferenceContext. time: 4224ms [INFO] Pass 714 (774) processed. 1 failed. spent: 252:43, 20:49 mins remaining. TestParametrizedPreferenceContext. time: 4224ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:53:01.710 [INFO] !MESSAGE [AUT-0] Finished: TestSaveAsFromControlPanel.test in 19630 (714 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:53:01.712 [INFO] !MESSAGE [AUT-0] Starting: TestSuiteDebug.test (715 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:53:01.801 [INFO] !MESSAGE Pass 715 (774) processed. 1 failed. spent: 253:05, 20:28 mins remaining. TestSaveAsFromControlPanel. time: 19630ms [INFO] Pass 715 (774) processed. 1 failed. spent: 253:05, 20:28 mins remaining. TestSaveAsFromControlPanel. time: 19630ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:53:34.752 [INFO] !MESSAGE [AUT-0] Finished: TestSuiteDebug.test in 31275 (715 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:53:34.753 [INFO] !MESSAGE Pass 716 (774) processed. 1 failed. spent: 253:38, 20:31 mins remaining. TestSuiteDebug. time: 31275ms [INFO] Pass 716 (774) processed. 1 failed. spent: 253:38, 20:31 mins remaining. TestSuiteDebug. time: 31275ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:53:34.754 [INFO] !MESSAGE [AUT-0] Starting: TestUndoRedoExternalRef.test (716 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:53:48.701 [INFO] !MESSAGE [AUT-0] Finished: TestUndoRedoExternalRef.test in 12441 (716 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:53:48.702 [INFO] !MESSAGE [AUT-0] Starting: TestUndoWithDuplicates.test (717 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:53:48.768 [INFO] !MESSAGE Pass 717 (774) processed. 1 failed. spent: 253:52, 19:46 mins remaining. TestUndoRedoExternalRef. time: 12441ms [INFO] Pass 717 (774) processed. 1 failed. spent: 253:52, 19:46 mins remaining. TestUndoRedoExternalRef. time: 12441ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:54:12.668 [INFO] !MESSAGE [AUT-0] Finished: TestUndoWithDuplicates.test in 22357 (717 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:54:12.669 [INFO] !MESSAGE [AUT-0] Starting: TextVerification_CaptureStyledText.test (718 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:54:12.692 [INFO] !MESSAGE Pass 718 (774) processed. 1 failed. spent: 254:16, 19:25 mins remaining. TestUndoRedoWithDuplicates. time: 22357ms [INFO] Pass 718 (774) processed. 1 failed. spent: 254:16, 19:25 mins remaining. TestUndoRedoWithDuplicates. time: 22357ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:54:37.656 [INFO] !MESSAGE [AUT-0] Finished: TextVerification_CaptureStyledText.test in 23491 (718 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:54:37.657 [INFO] !MESSAGE [AUT-0] Starting: TextVerification_CaptureText.test (719 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:54:37.716 [INFO] !MESSAGE Pass 719 (774) processed. 1 failed. spent: 254:41, 19:04 mins remaining. TextVerification_CaptureStyledText. time: 23491ms [INFO] Pass 719 (774) processed. 1 failed. spent: 254:41, 19:04 mins remaining. TextVerification_CaptureStyledText. time: 23491ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:54:57.564 [INFO] !MESSAGE [AUT-0] Finished: TextVerification_CaptureText.test in 18309 (719 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:54:57.565 [INFO] !MESSAGE [AUT-0] Starting: TimeVerificationAfterRestart.test (720 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:54:57.637 [INFO] !MESSAGE Pass 720 (774) processed. 1 failed. spent: 255:01, 18:43 mins remaining. TextVerification_CaptureText. time: 18309ms [INFO] Pass 720 (774) processed. 1 failed. spent: 255:01, 18:43 mins remaining. TextVerification_CaptureText. time: 18309ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:56:23.063 [INFO] !MESSAGE [AUT-0] Finished: TimeVerificationAfterRestart.test in 84177 (720 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:56:23.064 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_CreateNew.test (721 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:56:23.155 [INFO] !MESSAGE Pass 721 (774) processed. 1 failed. spent: 256:26, 18:26 mins remaining. TimeVerificationAfterRestart. time: 84177ms [INFO] Pass 721 (774) processed. 1 failed. spent: 256:26, 18:26 mins remaining. TimeVerificationAfterRestart. time: 84177ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:56:32.954 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_CreateNew.test in 8490 (721 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:56:32.956 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode.test (722 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:56:32.965 [INFO] !MESSAGE Pass 722 (774) processed. 1 failed. spent: 256:36, 18:04 mins remaining. TreeVerification_CreateNew. time: 8490ms [INFO] Pass 722 (774) processed. 1 failed. spent: 256:36, 18:04 mins remaining. TreeVerification_CreateNew. time: 8490ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:56:46.814 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode.test in 12741 (722 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:56:46.816 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_RegularExpressionsReplayCheck.test (723 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:56:46.879 [INFO] !MESSAGE Pass 723 (774) processed. 1 failed. spent: 256:50, 17:42 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 12741ms [INFO] Pass 723 (774) processed. 1 failed. spent: 256:50, 17:42 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 12741ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:56:54.157 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_RegularExpressionsReplayCheck.test in 6128 (723 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:56:54.158 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_TableCase.test (724 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:56:54.186 [INFO] !MESSAGE Pass 724 (774) processed. 1 failed. spent: 256:57, 17:20 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 6128ms [INFO] Pass 724 (774) processed. 1 failed. spent: 256:57, 17:20 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 6128ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:57:28.785 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_TableCase.test in 32918 (724 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:57:28.787 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_TreeCase.test (725 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:57:28.860 [INFO] !MESSAGE Pass 725 (774) processed. 1 failed. spent: 257:32, 17:00 mins remaining. TreeVerification_TableCase. time: 32918ms [INFO] Pass 725 (774) processed. 1 failed. spent: 257:32, 17:00 mins remaining. TreeVerification_TableCase. time: 32918ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:57:55.154 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_TreeCase.test in 24529 (725 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:57:55.156 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture.test (726 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:57:55.241 [INFO] !MESSAGE Pass 726 (774) processed. 1 failed. spent: 257:58, 16:39 mins remaining. TreeVerification_TreeCase. time: 24529ms [INFO] Pass 726 (774) processed. 1 failed. spent: 257:58, 16:39 mins remaining. TreeVerification_TreeCase. time: 24529ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:58:22.491 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture.test in 26089 (726 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:58:22.493 [INFO] !MESSAGE [AUT-0] Starting: TryCatch.test (727 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:58:22.568 [INFO] !MESSAGE Pass 727 (774) processed. 1 failed. spent: 258:26, 16:18 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 26089ms [INFO] Pass 727 (774) processed. 1 failed. spent: 258:26, 16:18 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 26089ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:58:26.758 [INFO] !MESSAGE [AUT-0] Finished: TryCatch.test in 3414 (727 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:58:26.760 [INFO] !MESSAGE [AUT-0] Starting: TryCatchNPE.test (728 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:58:26.773 [INFO] !MESSAGE Pass 728 (774) processed. 1 failed. spent: 258:30, 15:56 mins remaining. TryCatch. time: 3414ms [INFO] Pass 728 (774) processed. 1 failed. spent: 258:30, 15:56 mins remaining. TryCatch. time: 3414ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:58:29.517 [INFO] !MESSAGE [AUT-0] Finished: TryCatchNPE.test in 1841 (728 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:58:29.518 [INFO] !MESSAGE [AUT-0] Starting: TryToAddTestIntoGroupContext.test (729 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:58:29.576 [INFO] !MESSAGE Pass 729 (774) processed. 1 failed. spent: 258:33, 15:33 mins remaining. TryCatchNPE. time: 1841ms [INFO] Pass 729 (774) processed. 1 failed. spent: 258:33, 15:33 mins remaining. TryCatchNPE. time: 1841ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:58:47.946 [INFO] !MESSAGE [AUT-0] Finished: TryToAddTestIntoGroupContext.test in 17057 (729 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:58:47.948 [INFO] !MESSAGE [AUT-0] Starting: TryToCompareWithLocalHistoryWhenNoChangesWereMade.test (730 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:58:47.996 [INFO] !MESSAGE Pass 730 (774) processed. 1 failed. spent: 258:51, 15:12 mins remaining. TryToAddTestIntoGroupContext. time: 17057ms [INFO] Pass 730 (774) processed. 1 failed. spent: 258:51, 15:12 mins remaining. TryToAddTestIntoGroupContext. time: 17057ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:58:58.346 [INFO] !MESSAGE [AUT-0] Finished: TryToCompareWithLocalHistoryWhenNoChangesWereMade.test in 8831 (730 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:58:58.348 [INFO] !MESSAGE [AUT-0] Starting: TryToCreateCycledGroupContexts.test (731 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:58:58.407 [INFO] !MESSAGE Pass 731 (774) processed. 1 failed. spent: 259:01, 14:50 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 8831ms [INFO] Pass 731 (774) processed. 1 failed. spent: 259:01, 14:50 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 8831ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:59:19.231 [INFO] !MESSAGE [AUT-0] Finished: TryToCreateCycledGroupContexts.test in 19523 (731 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:59:19.232 [INFO] !MESSAGE [AUT-0] Starting: TryToExportNotTestCase.test (732 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:59:19.330 [INFO] !MESSAGE Pass 732 (774) processed. 1 failed. spent: 259:22, 14:29 mins remaining. TryToCreateCycledGroupContexts. time: 19523ms [INFO] Pass 732 (774) processed. 1 failed. spent: 259:22, 14:29 mins remaining. TryToCreateCycledGroupContexts. time: 19523ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:59:29.637 [INFO] !MESSAGE [AUT-0] Finished: TryToExportNotTestCase.test in 9204 (732 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:59:29.639 [INFO] !MESSAGE [AUT-0] Starting: TryToImportWithEmptyClipboard.test (733 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:59:29.641 [INFO] !MESSAGE Pass 733 (774) processed. 1 failed. spent: 259:33, 14:07 mins remaining. TryToExportNotTestCase. time: 9204ms [INFO] Pass 733 (774) processed. 1 failed. spent: 259:33, 14:07 mins remaining. TryToExportNotTestCase. time: 9204ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:59:42.507 [INFO] !MESSAGE [AUT-0] Finished: TryToImportWithEmptyClipboard.test in 11468 (733 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 14:59:42.509 [INFO] !MESSAGE [AUT-0] Starting: TryToVerifyUnresolvedWidget.test (734 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 14:59:42.554 [INFO] !MESSAGE Pass 734 (774) processed. 1 failed. spent: 259:46, 13:45 mins remaining. TryToImportWithEmptyClipboard. time: 11468ms [INFO] Pass 734 (774) processed. 1 failed. spent: 259:46, 13:45 mins remaining. TryToImportWithEmptyClipboard. time: 11468ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:00:07.480 [INFO] !MESSAGE [AUT-0] Finished: TryToVerifyUnresolvedWidget.test in 23157 (734 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:00:07.481 [INFO] !MESSAGE Pass 735 (774) processed. 1 failed. spent: 260:10, 13:47 mins remaining. TryToVerifyUnresolvedWidget. time: 23157ms [INFO] Pass 735 (774) processed. 1 failed. spent: 260:10, 13:47 mins remaining. TryToVerifyUnresolvedWidget. time: 23157ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:00:07.481 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteFolder.test (735 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:00:33.420 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteFolder.test in 24521 (735 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:00:33.422 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteProjectWithoutDeleteFromDiskByEditMenu.test (736 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:00:33.510 [INFO] !MESSAGE Pass 736 (774) processed. 1 failed. spent: 260:36, 13:03 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 24521ms [INFO] Pass 736 (774) processed. 1 failed. spent: 260:36, 13:03 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 24521ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:00:50.328 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteProjectWithoutDeleteFromDiskByEditMenu.test in 15491 (736 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:00:50.329 [INFO] !MESSAGE [AUT-0] Starting: UndoDeletingTwoContextsInTest.test (737 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:00:50.426 [INFO] !MESSAGE Pass 737 (774) processed. 1 failed. spent: 260:53, 12:42 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 15491ms [INFO] Pass 737 (774) processed. 1 failed. spent: 260:53, 12:42 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 15491ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:01:14.253 [INFO] !MESSAGE [AUT-0] Finished: UndoDeletingTwoContextsInTest.test in 22313 (737 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:01:14.255 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeleteFolderByEditMenu.test (738 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:01:14.351 [INFO] !MESSAGE Pass 738 (774) processed. 1 failed. spent: 261:17, 12:21 mins remaining. UndoDeletingTwoContextsInTest. time: 22313ms [INFO] Pass 738 (774) processed. 1 failed. spent: 261:17, 12:21 mins remaining. UndoDeletingTwoContextsInTest. time: 22313ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:01:38.696 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeleteFolderByEditMenu.test in 22683 (738 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:01:38.697 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeletingTestSuiteByHotKeys.test (739 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:01:38.776 [INFO] !MESSAGE Pass 739 (774) processed. 1 failed. spent: 261:42, 12:00 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 22683ms [INFO] Pass 739 (774) processed. 1 failed. spent: 261:42, 12:00 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 22683ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:01:53.639 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeletingTestSuiteByHotKeys.test in 13395 (739 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:01:53.641 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeletingTestSuiteFromEditMenu.test (740 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:01:53.692 [INFO] !MESSAGE Pass 740 (774) processed. 1 failed. spent: 261:57, 11:39 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 13395ms [INFO] Pass 740 (774) processed. 1 failed. spent: 261:57, 11:39 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 13395ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:02:08.535 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeletingTestSuiteFromEditMenu.test in 13444 (740 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:02:08.538 [INFO] !MESSAGE [AUT-0] Starting: Undo_Redo in Control Panel.test (741 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:02:08.607 [INFO] !MESSAGE Pass 741 (774) processed. 1 failed. spent: 262:12, 11:17 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 13444ms [INFO] Pass 741 (774) processed. 1 failed. spent: 262:12, 11:17 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 13444ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:02:25.944 [INFO] !MESSAGE [AUT-0] Finished: Undo_Redo in Control Panel.test in 16138 (741 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:02:25.946 [INFO] !MESSAGE [AUT-0] Starting: Undo_Redo in ScriptViewer.test (742 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:02:25.956 [INFO] !MESSAGE Pass 742 (774) processed. 1 failed. spent: 262:29, 10:56 mins remaining. Undo/Redo in Control Panel. time: 16138ms [INFO] Pass 742 (774) processed. 1 failed. spent: 262:29, 10:56 mins remaining. Undo/Redo in Control Panel. time: 16138ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:02:42.871 [INFO] !MESSAGE [AUT-0] Finished: Undo_Redo in ScriptViewer.test in 15303 (742 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:02:42.873 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInContextDescription.test (743 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:02:42.971 [INFO] !MESSAGE Pass 743 (774) processed. 1 failed. spent: 262:46, 10:34 mins remaining. Undo/Redo in ScriptViewer. time: 15303ms [INFO] Pass 743 (774) processed. 1 failed. spent: 262:46, 10:34 mins remaining. Undo/Redo in ScriptViewer. time: 15303ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:03:00.300 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInContextDescription.test in 15756 (743 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:03:00.302 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInECLContext.test (744 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:03:00.387 [INFO] !MESSAGE Pass 744 (774) processed. 1 failed. spent: 263:03, 10:13 mins remaining. Undo\RedoInContextDescription. time: 15756ms [INFO] Pass 744 (774) processed. 1 failed. spent: 263:03, 10:13 mins remaining. Undo\RedoInContextDescription. time: 15756ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:03:18.227 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInECLContext.test in 16549 (744 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:03:18.229 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInTestDescription.test (745 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:03:18.304 [INFO] !MESSAGE Pass 745 (774) processed. 1 failed. spent: 263:21, 9:52 mins remaining. Undo/RedoInECLContext. time: 16549ms [INFO] Pass 745 (774) processed. 1 failed. spent: 263:21, 9:52 mins remaining. Undo/RedoInECLContext. time: 16549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:03:41.445 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInTestDescription.test in 21392 (745 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:03:41.446 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInTestSuiteDescription.test (746 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:03:41.541 [INFO] !MESSAGE Pass 746 (774) processed. 1 failed. spent: 263:45, 9:31 mins remaining. Undo\RedoInTestDescription. time: 21392ms [INFO] Pass 746 (774) processed. 1 failed. spent: 263:45, 9:31 mins remaining. Undo\RedoInTestDescription. time: 21392ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:03:58.363 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInTestSuiteDescription.test in 15525 (746 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:03:58.365 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoTestWhichIsUsedInTestSuite.test (747 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:03:58.457 [INFO] !MESSAGE Pass 747 (774) processed. 1 failed. spent: 264:01, 9:09 mins remaining. Undo\RedoInTestSuiteDescription. time: 15525ms [INFO] Pass 747 (774) processed. 1 failed. spent: 264:01, 9:09 mins remaining. Undo\RedoInTestSuiteDescription. time: 15525ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:04:15.357 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoTestWhichIsUsedInTestSuite.test in 15490 (747 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:04:15.359 [INFO] !MESSAGE [AUT-0] Starting: Unset AUT in Launch Configuration.test (748 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:04:15.373 [INFO] !MESSAGE Pass 748 (774) processed. 1 failed. spent: 264:18, 8:48 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 15490ms [INFO] Pass 748 (774) processed. 1 failed. spent: 264:18, 8:48 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 15490ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:06:23.459 [INFO] !MESSAGE [AUT-0] Finished: Unset AUT in Launch Configuration.test in 126380 (748 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:06:23.460 [INFO] !MESSAGE [AUT-0] Starting: UpdateTagsViewAfterDeleteBunchObjects.test (749 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:06:23.550 [INFO] !MESSAGE Pass 749 (774) processed. 1 failed. spent: 266:27, 8:30 mins remaining. Unset AUT in Launch Configuration. time: 126380ms [INFO] Pass 749 (774) processed. 1 failed. spent: 266:27, 8:30 mins remaining. Unset AUT in Launch Configuration. time: 126380ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:06:36.313 [INFO] !MESSAGE [AUT-0] Finished: UpdateTagsViewAfterDeleteBunchObjects.test in 11492 (749 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:06:36.314 [INFO] !MESSAGE [AUT-0] Starting: UpdateTagsViewAfterDeleteObject.test (750 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:06:36.362 [INFO] !MESSAGE Pass 750 (774) processed. 1 failed. spent: 266:39, 8:09 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 11492ms [INFO] Pass 750 (774) processed. 1 failed. spent: 266:39, 8:09 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 11492ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:06:51.765 [INFO] !MESSAGE [AUT-0] Finished: UpdateTagsViewAfterDeleteObject.test in 13836 (750 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:06:51.767 [INFO] !MESSAGE [AUT-0] Starting: UriFromPath.test (751 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:06:51.778 [INFO] !MESSAGE Pass 751 (774) processed. 1 failed. spent: 266:55, 7:47 mins remaining. UpdateTagsViewAfterDeleteObject. time: 13836ms [INFO] Pass 751 (774) processed. 1 failed. spent: 266:55, 7:47 mins remaining. UpdateTagsViewAfterDeleteObject. time: 13836ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:06:56.046 [INFO] !MESSAGE [AUT-0] Finished: UriFromPath.test in 3344 (751 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:06:56.048 [INFO] !MESSAGE [AUT-0] Starting: Use _ as any string .test (752 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:06:56.082 [INFO] !MESSAGE Pass 752 (774) processed. 1 failed. spent: 266:59, 7:26 mins remaining. UriFromPath. time: 3344ms [INFO] Pass 752 (774) processed. 1 failed. spent: 266:59, 7:26 mins remaining. UriFromPath. time: 3344ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:07:20.440 [INFO] !MESSAGE [AUT-0] Finished: Use _ as any string .test in 23038 (752 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:07:20.441 [INFO] !MESSAGE [AUT-0] Starting: VerifyExecutionTime.test (753 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:07:20.452 [INFO] !MESSAGE Pass 753 (774) processed. 1 failed. spent: 267:23, 7:04 mins remaining. Use * as any string . time: 23038ms [INFO] Pass 753 (774) processed. 1 failed. spent: 267:23, 7:04 mins remaining. Use * as any string . time: 23038ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:08:14.405 [INFO] !MESSAGE [AUT-0] Finished: VerifyExecutionTime.test in 52386 (753 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:08:14.406 [INFO] !MESSAGE [AUT-0] Starting: VerifyIgnoredLines.test (754 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:08:14.456 [INFO] !MESSAGE Pass 754 (774) processed. 1 failed. spent: 268:17, 6:44 mins remaining. VerifyExecutionTime. time: 52386ms [INFO] Pass 754 (774) processed. 1 failed. spent: 268:17, 6:44 mins remaining. VerifyExecutionTime. time: 52386ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:08:42.841 [INFO] !MESSAGE [AUT-0] Finished: VerifyIgnoredLines.test in 27224 (754 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:08:42.842 [INFO] !MESSAGE Pass 755 (774) processed. 1 failed. spent: 268:46, 6:45 mins remaining. VerifyIgnoredLines. time: 27224ms [INFO] Pass 755 (774) processed. 1 failed. spent: 268:46, 6:45 mins remaining. VerifyIgnoredLines. time: 27224ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:08:42.843 [INFO] !MESSAGE [AUT-0] Starting: VerifyStyledText.test (755 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:09:02.241 [INFO] !MESSAGE [AUT-0] Finished: VerifyStyledText.test in 18102 (755 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:09:02.242 [INFO] !MESSAGE [AUT-0] Starting: VerifyText.test (756 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:09:02.262 [INFO] !MESSAGE Pass 756 (774) processed. 1 failed. spent: 269:05, 6:02 mins remaining. VerifyStyledText. time: 18102ms [INFO] Pass 756 (774) processed. 1 failed. spent: 269:05, 6:02 mins remaining. VerifyStyledText. time: 18102ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:09:25.673 [INFO] !MESSAGE [AUT-0] Finished: VerifyText.test in 22081 (756 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:09:25.675 [INFO] !MESSAGE [AUT-0] Starting: VerifyUncapturedFiles.test (757 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:09:25.687 [INFO] !MESSAGE Pass 757 (774) processed. 1 failed. spent: 269:29, 5:40 mins remaining. VerifyText. time: 22081ms [INFO] Pass 757 (774) processed. 1 failed. spent: 269:29, 5:40 mins remaining. VerifyText. time: 22081ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:09:51.605 [INFO] !MESSAGE [AUT-0] Finished: VerifyUncapturedFiles.test in 24786 (757 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:09:51.607 [INFO] !MESSAGE [AUT-0] Starting: VerifyWhiteSpaceCharacters.test (758 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:09:51.642 [INFO] !MESSAGE Pass 758 (774) processed. 1 failed. spent: 269:55, 5:19 mins remaining. VerifyUncapturedFiles. time: 24786ms [INFO] Pass 758 (774) processed. 1 failed. spent: 269:55, 5:19 mins remaining. VerifyUncapturedFiles. time: 24786ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:10:17.477 [INFO] !MESSAGE [AUT-0] Finished: VerifyWhiteSpaceCharacters.test in 24656 (758 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:10:17.479 [INFO] !MESSAGE [AUT-0] Starting: VerifyWorkspace.test (759 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:10:17.578 [INFO] !MESSAGE Pass 759 (774) processed. 1 failed. spent: 270:21, 4:58 mins remaining. VerifyWhiteSpaceCharacters. time: 24656ms [INFO] Pass 759 (774) processed. 1 failed. spent: 270:21, 4:58 mins remaining. VerifyWhiteSpaceCharacters. time: 24656ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:10:49.904 [INFO] !MESSAGE [AUT-0] Finished: VerifyWorkspace.test in 31091 (759 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:10:49.906 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextCaptureTests.test (760 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:10:49.946 [INFO] !MESSAGE Pass 760 (774) processed. 1 failed. spent: 270:53, 4:37 mins remaining. VerifyWorkspace. time: 31091ms [INFO] Pass 760 (774) processed. 1 failed. spent: 270:53, 4:37 mins remaining. VerifyWorkspace. time: 31091ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:11:25.323 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextCaptureTests.test in 33933 (760 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:11:25.325 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextCopyPasteTest.test (761 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:11:25.383 [INFO] !MESSAGE Pass 761 (774) processed. 1 failed. spent: 271:28, 4:16 mins remaining. WorkspaceContextCaptureTests. time: 33933ms [INFO] Pass 761 (774) processed. 1 failed. spent: 271:28, 4:16 mins remaining. WorkspaceContextCaptureTests. time: 33933ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:11:44.196 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextCopyPasteTest.test in 17516 (761 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:11:44.198 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextImportProjectTest.test (762 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:11:44.242 [INFO] !MESSAGE Pass 762 (774) processed. 1 failed. spent: 271:47, 3:54 mins remaining. WorkspaceContextCopyPasteTest. time: 17516ms [INFO] Pass 762 (774) processed. 1 failed. spent: 271:47, 3:54 mins remaining. WorkspaceContextCopyPasteTest. time: 17516ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:11:57.557 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextImportProjectTest.test in 12201 (762 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:11:57.559 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextImportTest.test (763 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:11:57.656 [INFO] !MESSAGE Pass 763 (774) processed. 1 failed. spent: 272:01, 3:33 mins remaining. WorkspaceContextImportProjectTest. time: 12201ms [INFO] Pass 763 (774) processed. 1 failed. spent: 272:01, 3:33 mins remaining. WorkspaceContextImportProjectTest. time: 12201ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:12:16.419 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextImportTest.test in 17550 (763 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:12:16.420 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextRemoveTest.test (764 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:12:16.477 [INFO] !MESSAGE Pass 764 (774) processed. 1 failed. spent: 272:19, 3:11 mins remaining. WorkspaceContextImportTest. time: 17550ms [INFO] Pass 764 (774) processed. 1 failed. spent: 272:19, 3:11 mins remaining. WorkspaceContextImportTest. time: 17550ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:12:37.807 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextRemoveTest.test in 20064 (764 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:12:37.809 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInGroupContext.test (765 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:12:37.901 [INFO] !MESSAGE Pass 765 (774) processed. 1 failed. spent: 272:41, 2:50 mins remaining. WorkspaceContextRemoveTest. time: 20064ms [INFO] Pass 765 (774) processed. 1 failed. spent: 272:41, 2:50 mins remaining. WorkspaceContextRemoveTest. time: 20064ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:12:55.254 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInGroupContext.test in 16037 (765 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:12:55.256 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInRelatedProject.test (766 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:12:55.320 [INFO] !MESSAGE Pass 766 (774) processed. 1 failed. spent: 272:58, 2:29 mins remaining. findReferencesToContextInGroupContext. time: 16037ms [INFO] Pass 766 (774) processed. 1 failed. spent: 272:58, 2:29 mins remaining. findReferencesToContextInGroupContext. time: 16037ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:13:12.669 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInRelatedProject.test in 16070 (766 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:13:12.670 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInTests.test (767 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:13:12.740 [INFO] !MESSAGE Pass 767 (774) processed. 1 failed. spent: 273:16, 2:07 mins remaining. findReferencesToContextInRelatedProject. time: 16070ms [INFO] Pass 767 (774) processed. 1 failed. spent: 273:16, 2:07 mins remaining. findReferencesToContextInRelatedProject. time: 16070ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:13:26.540 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInTests.test in 12619 (767 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:13:26.542 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToTestInTestSuite.test (768 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:13:26.555 [INFO] !MESSAGE Pass 768 (774) processed. 1 failed. spent: 273:30, 1:46 mins remaining. findReferencesToContextInTests. time: 12619ms [INFO] Pass 768 (774) processed. 1 failed. spent: 273:30, 1:46 mins remaining. findReferencesToContextInTests. time: 12619ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:13:49.923 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToTestInTestSuite.test in 22174 (768 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:13:49.925 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToTestSuiteInTestSuite.test (769 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:13:49.981 [INFO] !MESSAGE Pass 769 (774) processed. 1 failed. spent: 273:53, 1:25 mins remaining. findReferencesToTestInTestSuite. time: 22174ms [INFO] Pass 769 (774) processed. 1 failed. spent: 273:53, 1:25 mins remaining. findReferencesToTestInTestSuite. time: 22174ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:14:08.851 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToTestSuiteInTestSuite.test in 17339 (769 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:14:08.853 [INFO] !MESSAGE [AUT-0] Starting: folderscontext.test (770 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:14:08.902 [INFO] !MESSAGE Pass 770 (774) processed. 1 failed. spent: 274:12, 1:03 mins remaining. findReferencesToTestSuiteInTestSuite. time: 17339ms [INFO] Pass 770 (774) processed. 1 failed. spent: 274:12, 1:03 mins remaining. findReferencesToTestSuiteInTestSuite. time: 17339ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:14:32.733 [INFO] !MESSAGE [AUT-0] Finished: folderscontext.test in 22675 (770 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:14:32.735 [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-04-24 15:14:32.830 [INFO] !MESSAGE Pass 771 (774) processed. 1 failed. spent: 274:36, 0:42 mins remaining. FolderContextCreation. time: 22675ms [INFO] Pass 771 (774) processed. 1 failed. spent: 274:36, 0:42 mins remaining. FolderContextCreation. time: 22675ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:14:44.038 [INFO] !MESSAGE [AUT-0] Finished: get-editor should not activate another editor.test in 9984 (771 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:14:44.039 [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-04-24 15:14:44.044 [INFO] !MESSAGE Pass 772 (774) processed. 1 failed. spent: 274:47, 0:21 mins remaining. get-editor should not activate another editor. time: 9984ms [INFO] Pass 772 (774) processed. 1 failed. spent: 274:47, 0:21 mins remaining. get-editor should not activate another editor. time: 9984ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:14:55.359 [INFO] !MESSAGE [AUT-0] Finished: get-editor should not activate editor instead of view.test in 10069 (772 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:14:55.360 [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-04-24 15:14:55.457 [INFO] !MESSAGE Pass 773 (774) processed. 1 failed. spent: 274:58, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 10069ms [INFO] Pass 773 (774) processed. 1 failed. spent: 274:58, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 10069ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:15:02.674 [INFO] !MESSAGE [AUT-0] Finished: get-item should fail when index parameter is out of bound.test in 6066 (773 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:15:02.765 [INFO] !MESSAGE Pass 774 (774) processed. 1 failed. spent: 275:06, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 6066ms [INFO] Pass 774 (774) processed. 1 failed. spent: 275:06, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 6066ms [INFO] Failed Tests: [INFO] F2ShouldBeDisabledIfMoreThenOneIsSelected [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:15:02.767 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-24 15:22:57.549 [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.M3:package (default-package) @ tests --- [INFO] Building zip: /home/jenkins/agent/workspace/release/rcpttTests/target/projects/tests-2.5.5.M3.zip [INFO] Building zip: /home/jenkins/agent/workspace/release/rcpttTests/target/org.eclipse.rcptt.tests-tests-2.5.5.M3-result.zip [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:45 h [INFO] Finished at: 2024-04-24T15:23:33Z [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/release/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@ff606b09; decorates RemoteLauncher[hudson.remoting.Channel@b0539894:JNLP4-connect connection from 10.40.61.126/10.40.61.126:48480] 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/release/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/release/runner/product/target/rcptt.runner-2.5.5.M3.zip + mvn clean verify -B -f mockups/rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/release/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner=/home/jenkins/agent/workspace/release/runner/product/target/rcptt.runner-2.5.5.M3.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 3.7 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.5.3/rcptt-maven-modules-2.5.3.pom [INFO] Downloaded from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.5.3/rcptt-maven-modules-2.5.3.pom (2.4 kB at 64 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 49 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-util/2.5.3/rcptt-maven-util-2.5.3.jar (22 kB at 223 kB/s) [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 301 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 24 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 286 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 285 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/release/mockups/rcpttTests/target/aut [INFO] Expanding: /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/eclipse-SDK-4.23-linux-gtk-x86_64.tar.gz into /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/release/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/release/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/release/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/release/mockups/rcpttTests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut/eclipse' '-autWsPrefix' '/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/results/aut-console-' '-autArgs' '-nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/release/mockups/rcpttTests/debug.options' '-q7report' '/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/results/tests.report' '-htmlReport' '/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/results/tests.html' '-junitReport' '/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/surefire-reports/TEST-tests.xml' '-import' '/home/jenkins/agent/workspace/release/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' '9266' '-skipTags' 'skipLinux' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-04-24 15:27:35.843 ----------------------------------------------- [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/release/mockups/rcpttTests/target/aut/eclipse -autWsPrefix /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/results/aut-console- -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/release/mockups/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/release/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 9266 -skipTags skipLinux [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/runner-workspace -aut /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut/eclipse -autWsPrefix /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/results/aut-console- -autArgs -nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/release/mockups/rcpttTests/debug.options -q7report /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/release/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 9266 -skipTags skipLinux [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-04-24 15:27:39.445 [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 Wed Apr 24 15:27:39 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-04-24 15:27:48.342 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut/eclipse Default Configuration [INFO] Directory /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut/eclipse/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1713972460956.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-24 15:27:48.342 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/release/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-04-24 15:27:48.342 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/release/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-04-24 15:27:48.342 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/release/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-04-24 15:27:48.343 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut/eclipse/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/release/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-04-24 15:27:48.644 [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-04-24 15:27:48.650 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] Begin task: Apply injection plugins [ERROR] SLF4J(W): No SLF4J providers were found. [ERROR] SLF4J(W): Defaulting to no-operation (NOP) logger implementation [ERROR] SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) [INFO] progress: Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B) [INFO] progress: Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] progress: Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) [INFO] progress: Fetching compositeArtifacts.jar from https://download.eclipse.org/releases/2021-12/ (489B) [INFO] progress: Fetching compositeArtifacts.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] progress: Fetching artifacts.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (7.82kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (539.48kB) [INFO] progress: Fetching 202112081000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-12/ (63B) [INFO] progress: Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (975.92kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.51kB) [INFO] progress: Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (975.92kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (602.2kB) [INFO] progress: Fetching org.eclipse.zest_1.7.0.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.63kB) [INFO] progress: Fetching org.eclipse.zest.core_1.5.300.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (147.23kB) [INFO] progress: Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (130.02kB) [INFO] progress: Fetching org.eclipse.zest.core_1.5.300.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (147.23kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/snapshot/ (129B) [INFO] progress: Fetching compositeContent.xml from https://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/latest/ (126B) [INFO] progress: Fetching compositeContent.jar from https://download.eclipse.org/nebula/updates/nightly/latest/ (439B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202404101304/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202404101304/ (30.76kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/snapshot/ (129B) [INFO] progress: Fetching compositeArtifacts.xml from https://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/latest/ (126B) [INFO] progress: Fetching compositeArtifacts.jar from https://download.eclipse.org/nebula/updates/nightly/latest/ (444B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202404101304/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202404101304/ (43.41kB) [INFO] progress: Fetching org.eclipse.nebula.widgets.grid_1.1.1.202404101304.jar from https://download.eclipse.org/nebula/updates/nightly/N202404101304/plugins/ (229.27kB) [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.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.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_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.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.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.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-04-24 15:27:57.274 [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-04-24 15:27:57.276 [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-04-24 15:27:57.380 [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-04-24 15:27:57.382 [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-04-24 15:28:00.060 [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-04-24 15:28:00.064 [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-04-24 15:28:00.388 [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-04-24 15:28:00.451 [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-04-24 15:28:00.458 [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-04-24 15:28:00.458 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 15:28:00.459 [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-04-24 15:28:00.459 [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.artifact.repository 2 0 2024-04-24 15:28:00.546 [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-04-24 15:28:00.764 [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.artifact.repository 2 0 2024-04-24 15:28:00.764 [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-04-24 15:28:00.764 [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-04-24 15:28:00.765 [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-04-24 15:28:00.840 [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-04-24 15:28:00.841 [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-04-24 15:28:00.841 [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-04-24 15:28:00.851 [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-04-24 15:28:00.851 [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-04-24 15:28:00.851 [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-04-24 15:28:00.858 [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-04-24 15:28:00.943 [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-04-24 15:28:00.949 [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-04-24 15:28:00.952 [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-04-24 15:28:01.039 [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-04-24 15:28:01.045 [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-04-24 15:28:01.051 [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-04-24 15:28:01.146 [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-04-24 15:28:01.148 [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-04-24 15:28:01.154 [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-04-24 15:28:01.239 [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-04-24 15:28:01.247 [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-04-24 15:28:01.254 [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-04-24 15:28:01.338 [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-04-24 15:28:01.346 [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-04-24 15:28:01.348 [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-04-24 15:28:01.442 [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-04-24 15:28:01.442 [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-04-24 15:28:01.442 [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-04-24 15:28:01.453 [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-04-24 15:28:01.453 [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-04-24 15:28:01.544 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-24 15:28:01.549 [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.artifact.repository 2 0 2024-04-24 15:28:01.550 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-24 15:28:01.550 [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-04-24 15:28:01.553 [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-04-24 15:28:01.639 [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-04-24 15:28:01.644 [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-04-24 15:28:01.645 [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-04-24 15:28:01.649 [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-04-24 15:28:01.649 [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-04-24 15:28:01.973 [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-04-24 15:28:01.973 [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-04-24 15:28:01.973 [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-04-24 15:28:01.974 [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-04-24 15:28:02.032 [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-04-24 15:28:02.038 [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-04-24 15:28:02.044 [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-04-24 15:28:02.044 [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-04-24 15:28:02.048 [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-04-24 15:28:02.138 [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-04-24 15:28:02.147 [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-04-24 15:28:02.299 [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-04-24 15:28:02.300 [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-04-24 15:28:02.300 [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-04-24 15:28:02.677 [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-04-24 15:28:02.684 [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-04-24 15:28:02.838 [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-04-24 15:28:02.845 [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-04-24 15:28:02.861 [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-04-24 15:28:02.866 [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-04-24 15:28:02.940 [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-04-24 15:28:02.941 [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-04-24 15:28:02.941 [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-04-24 15:28:02.941 [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-04-24 15:28:03.054 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Resolving AUT [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) [INFO] progress: Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B) [INFO] progress: Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] progress: Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/snapshot/ (129B) [INFO] progress: Fetching compositeContent.xml from https://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/latest/ (126B) [INFO] progress: Fetching compositeContent.jar from https://download.eclipse.org/nebula/updates/nightly/latest/ (439B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202404101304/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202404101304/ (30.76kB) [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-04-24 15:28:09.483 [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-04-24 15:28:09.484 [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-04-24 15:28:09.554 [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-04-24 15:28:09.558 [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-04-24 15:28:09.572 [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-04-24 15:28:09.577 [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-04-24 15:28:09.581 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) [INFO] progress: Fetching compositeArtifacts.jar from https://download.eclipse.org/releases/2021-12/ (489B) [INFO] progress: Fetching compositeArtifacts.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) [INFO] progress: Fetching artifacts.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (7.82kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (539.48kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/snapshot/ (129B) [INFO] progress: Fetching compositeArtifacts.xml from https://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/latest/ (126B) [INFO] progress: Fetching compositeArtifacts.jar from https://download.eclipse.org/nebula/updates/nightly/latest/ (444B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202404101304/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202404101304/ (43.41kB) [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-04-24 15:28:10.743 [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-04-24 15:28:10.744 [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-04-24 15:28:10.750 [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-04-24 15:28:10.753 [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-04-24 15:28:10.756 [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-04-24 15:28:10.758 [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-04-24 15:28:10.760 [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.verifications.tree [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing com.xored.q7.quality.mockups.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing com.xored.q7.quality.mockups.zest [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.ctx.script [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.aspects [INFO] progress: Installing com.xored.q7.quality.mockups.swt [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [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.ecl.doc [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [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.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.expandbar [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.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing 202403152038.q7.quality [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.emf.importer.java [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.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing com.xored.q7.quality.mockups.nebula [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.zest.layouts [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing com.xored.q7.quality.mockups.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.draw2d [INFO] progress: Installing org.eclipse.nebula.widgets.grid [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing com.xored.q7.quality.mockups.draw2d [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing com.xored.q7.quality.mockups.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.draw2d.feature.group [INFO] progress: Installing com.xored.q7.quality.mockups.nattable [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.gef [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.draw2d.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.zest.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.rcptt.tesla.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.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.zest.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing M3.Default [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.zest.core [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.emf.ecore.editor [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/release/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-04-24 15:28:14.759 [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/release/mockups/rcpttTests/target/aut-ws-0: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/release/mockups/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/release/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-04-24 15:28:17.352 [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-04-24 15:28:17.358 [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-04-24 15:28:17.358 [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-04-24 15:29:53.437 [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=cdc5aeb0-2b77-4240-9090-f9a372b355b6, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar,reference:file:/home/jenkins/agent/workspace/release/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=cdc5aeb0-2b77-4240-9090-f9a372b355b6 [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/release/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-04-24 15:29:53.839 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-product, org.eclipse.sdk.ide, -data, /home/jenkins/agent/workspace/release/mockups/rcpttTests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/release/mockups/rcpttTests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -nosplash, -consoleLog, -debug, /home/jenkins/agent/workspace/release/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-04-24 15:30:19.748 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:20.147 [INFO] !MESSAGE [AUT-0] Starting: ADI-10_EnsureViewInForeground.test (0 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:27.486 [INFO] !MESSAGE [AUT-0] Finished: ADI-10_EnsureViewInForeground.test in 6354 (0 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:27.489 [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-04-24 15:30:27.761 [INFO] !MESSAGE Pass 1 (141) processed. 0 failed. spent: 0:07, 5:24 mins remaining. ADI-10_EnsureViewInForeground. time: 6354ms [INFO] Pass 1 (141) processed. 0 failed. spent: 0:07, 5:24 mins remaining. ADI-10_EnsureViewInForeground. time: 6354ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:31.169 [INFO] !MESSAGE [AUT-0] Finished: Bug 474197_Support assertions of native message boxes.test in 2678 (1 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:31.172 [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-04-24 15:30:31.264 [INFO] !MESSAGE Pass 2 (141) processed. 0 failed. spent: 0:11, 6:19 mins remaining. Bug 474197_Support assertions of native message boxes. time: 2678ms [INFO] Pass 2 (141) processed. 0 failed. spent: 0:11, 6:19 mins remaining. Bug 474197_Support assertions of native message boxes. time: 2678ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:33.280 [INFO] !MESSAGE [AUT-0] Finished: Bug 474225_Press Cancel to Dismiss a Dialog.test in 1593 (2 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:33.283 [INFO] !MESSAGE [AUT-0] Starting: Button Arrow Test.test (3 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:30:33.367 [INFO] !MESSAGE Pass 3 (141) processed. 0 failed. spent: 0:13, 5:56 mins remaining. Bug 474225_Press Cancel to Dismiss a Dialog. time: 1593ms [INFO] Pass 3 (141) processed. 0 failed. spent: 0:13, 5:56 mins remaining. Bug 474225_Press Cancel to Dismiss a Dialog. time: 1593ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:35.955 [INFO] !MESSAGE [AUT-0] Finished: Button Arrow Test.test in 2239 (3 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:36.232 [INFO] !MESSAGE [AUT-0] Starting: Button Check Test.test (4 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:30:36.233 [INFO] !MESSAGE Pass 4 (141) processed. 0 failed. spent: 0:16, 6:02 mins remaining. Button Arrow Test. time: 2239ms [INFO] Pass 4 (141) processed. 0 failed. spent: 0:16, 6:02 mins remaining. Button Arrow Test. time: 2239ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:39.358 [INFO] !MESSAGE [AUT-0] Finished: Button Check Test.test in 2259 (4 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:39.360 [INFO] !MESSAGE [AUT-0] Starting: Button Flat Test.test (5 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:30:39.441 [INFO] !MESSAGE Pass 5 (141) processed. 0 failed. spent: 0:19, 6:06 mins remaining. Button Check Test. time: 2259ms [INFO] Pass 5 (141) processed. 0 failed. spent: 0:19, 6:06 mins remaining. Button Check Test. time: 2259ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:42.444 [INFO] !MESSAGE [AUT-0] Finished: Button Flat Test.test in 2469 (5 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:42.447 [INFO] !MESSAGE [AUT-0] Starting: Button Push Test.test (6 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:30:42.544 [INFO] !MESSAGE Pass 6 (141) processed. 0 failed. spent: 0:22, 6:08 mins remaining. Button Flat Test. time: 2469ms [INFO] Pass 6 (141) processed. 0 failed. spent: 0:22, 6:08 mins remaining. Button Flat Test. time: 2469ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:45.059 [INFO] !MESSAGE [AUT-0] Finished: Button Push Test.test in 1849 (6 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:45.061 [INFO] !MESSAGE [AUT-0] Starting: Button Radio Test.test (7 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:30:45.372 [INFO] !MESSAGE Pass 7 (141) processed. 0 failed. spent: 0:25, 6:09 mins remaining. Button Push Test. time: 1849ms [INFO] Pass 7 (141) processed. 0 failed. spent: 0:25, 6:09 mins remaining. Button Push Test. time: 1849ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:48.962 [INFO] !MESSAGE [AUT-0] Finished: Button Radio Test.test in 2819 (7 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:48.964 [INFO] !MESSAGE [AUT-0] Starting: Button Toggle Test.test (8 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:30:48.976 [INFO] !MESSAGE Pass 8 (141) processed. 0 failed. spent: 0:28, 6:09 mins remaining. Button Radio Test. time: 2819ms [INFO] Pass 8 (141) processed. 0 failed. spent: 0:28, 6:09 mins remaining. Button Radio Test. time: 2819ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:52.586 [INFO] !MESSAGE [AUT-0] Finished: Button Toggle Test.test in 3078 (8 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:52.589 [INFO] !MESSAGE [AUT-0] Starting: Button Wrap Test.test (9 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:30:52.681 [INFO] !MESSAGE Pass 9 (141) processed. 0 failed. spent: 0:32, 6:21 mins remaining. Button Toggle Test. time: 3078ms [INFO] Pass 9 (141) processed. 0 failed. spent: 0:32, 6:21 mins remaining. Button Toggle Test. time: 3078ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:54.680 [INFO] !MESSAGE [AUT-0] Finished: Button Wrap Test.test in 1661 (9 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:54.682 [INFO] !MESSAGE [AUT-0] Starting: Button_getData.test (10 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:30:54.684 [INFO] !MESSAGE Pass 10 (141) processed. 0 failed. spent: 0:34, 6:08 mins remaining. Button Wrap Test. time: 1661ms [INFO] Pass 10 (141) processed. 0 failed. spent: 0:34, 6:08 mins remaining. Button Wrap Test. time: 1661ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:56.768 [INFO] !MESSAGE [AUT-0] Finished: Button_getData.test in 1464 (10 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:30:56.770 [INFO] !MESSAGE Pass 11 (141) processed. 0 failed. spent: 0:36, 6:30 mins remaining. Button_getData. time: 1464ms [INFO] Pass 11 (141) processed. 0 failed. spent: 0:36, 6:30 mins remaining. Button_getData. time: 1464ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:56.770 [INFO] !MESSAGE [AUT-0] Starting: CComboTest.test (11 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:59.350 [INFO] !MESSAGE [AUT-0] Finished: CComboTest.test in 2064 (11 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:30:59.352 [INFO] !MESSAGE [AUT-0] Starting: Calendar Test.test (12 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:30:59.372 [INFO] !MESSAGE Pass 12 (141) processed. 0 failed. spent: 0:39, 5:56 mins remaining. CComboTest. time: 2064ms [INFO] Pass 12 (141) processed. 0 failed. spent: 0:39, 5:56 mins remaining. CComboTest. time: 2064ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:01.465 [INFO] !MESSAGE [AUT-0] Finished: Calendar Test.test in 1743 (12 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:01.468 [INFO] !MESSAGE [AUT-0] Starting: Canvas Base Test.test (13 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:01.475 [INFO] !MESSAGE Pass 13 (141) processed. 0 failed. spent: 0:41, 5:47 mins remaining. Calendar Test. time: 1743ms [INFO] Pass 13 (141) processed. 0 failed. spent: 0:41, 5:47 mins remaining. Calendar Test. time: 1743ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:03.791 [INFO] !MESSAGE [AUT-0] Finished: Canvas Base Test.test in 1450 (13 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:03.794 [INFO] !MESSAGE [AUT-0] Starting: Canvas_CheckScrolles.test (14 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:03.835 [INFO] !MESSAGE Pass 14 (141) processed. 0 failed. spent: 0:43, 5:38 mins remaining. Canvas Base Test. time: 1450ms [INFO] Pass 14 (141) processed. 0 failed. spent: 0:43, 5:38 mins remaining. Canvas Base Test. time: 1450ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:05.370 [INFO] !MESSAGE [AUT-0] Finished: Canvas_CheckScrolles.test in 1312 (14 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:05.372 [INFO] !MESSAGE [AUT-0] Starting: CellEdit Table Test.test (15 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:05.437 [INFO] !MESSAGE Pass 15 (141) processed. 0 failed. spent: 0:45, 5:30 mins remaining. Canvas_CheckScrolles. time: 1312ms [INFO] Pass 15 (141) processed. 0 failed. spent: 0:45, 5:30 mins remaining. Canvas_CheckScrolles. time: 1312ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:09.524 [INFO] !MESSAGE [AUT-0] Finished: CellEdit Table Test.test in 3455 (15 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:09.526 [INFO] !MESSAGE [AUT-0] Starting: CellEdit Tree Test.test (16 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:09.542 [INFO] !MESSAGE Pass 16 (141) processed. 0 failed. spent: 0:49, 5:37 mins remaining. CellEdit Table Test. time: 3455ms [INFO] Pass 16 (141) processed. 0 failed. spent: 0:49, 5:37 mins remaining. CellEdit Table Test. time: 3455ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:12.127 [INFO] !MESSAGE [AUT-0] Finished: CellEdit Tree Test.test in 2200 (16 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:12.129 [INFO] !MESSAGE [AUT-0] Starting: CheckCheckBoxInTableColumn.test (17 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:12.145 [INFO] !MESSAGE Pass 17 (141) processed. 0 failed. spent: 0:52, 5:36 mins remaining. CellEdit Tree Test. time: 2200ms [INFO] Pass 17 (141) processed. 0 failed. spent: 0:52, 5:36 mins remaining. CellEdit Tree Test. time: 2200ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:15.565 [INFO] !MESSAGE [AUT-0] Finished: CheckCheckBoxInTableColumn.test in 2935 (17 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:15.567 [INFO] !MESSAGE [AUT-0] Starting: CheckExpandableSection.test (18 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:15.606 [INFO] !MESSAGE Pass 18 (141) processed. 0 failed. spent: 0:55, 5:35 mins remaining. CheckCheckBoxInTableColumn. time: 2935ms [INFO] Pass 18 (141) processed. 0 failed. spent: 0:55, 5:35 mins remaining. CheckCheckBoxInTableColumn. time: 2935ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:18.147 [INFO] !MESSAGE [AUT-0] Finished: CheckExpandableSection.test in 1770 (18 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:18.149 [INFO] !MESSAGE [AUT-0] Starting: CheckNoNamedSection.test (19 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:18.209 [INFO] !MESSAGE Pass 19 (141) processed. 0 failed. spent: 0:58, 5:34 mins remaining. CheckExpandableSection. time: 1770ms [INFO] Pass 19 (141) processed. 0 failed. spent: 0:58, 5:34 mins remaining. CheckExpandableSection. time: 1770ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:20.222 [INFO] !MESSAGE [AUT-0] Finished: CheckNoNamedSection.test in 1444 (19 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:20.224 [INFO] !MESSAGE [AUT-0] Starting: CheckSameNamedButtonsInsideSection.test (20 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:20.312 [INFO] !MESSAGE Pass 20 (141) processed. 0 failed. spent: 1:00, 5:27 mins remaining. CheckNoNamedSection. time: 1444ms [INFO] Pass 20 (141) processed. 0 failed. spent: 1:00, 5:27 mins remaining. CheckNoNamedSection. time: 1444ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:22.567 [INFO] !MESSAGE [AUT-0] Finished: CheckSameNamedButtonsInsideSection.test in 1410 (20 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:22.569 [INFO] !MESSAGE [AUT-0] Starting: CheckSameNamedSections.test (21 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:22.597 [INFO] !MESSAGE Pass 21 (141) processed. 0 failed. spent: 1:02, 5:20 mins remaining. CheckSameNamedButtonsInsideSection. time: 1410ms [INFO] Pass 21 (141) processed. 0 failed. spent: 1:02, 5:20 mins remaining. CheckSameNamedButtonsInsideSection. time: 1410ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:25.149 [INFO] !MESSAGE [AUT-0] Finished: CheckSameNamedSections.test in 2099 (21 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:25.151 [INFO] !MESSAGE [AUT-0] Starting: ClickOnDuplicateLink.test (22 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:25.200 [INFO] !MESSAGE Pass 22 (141) processed. 0 failed. spent: 1:05, 5:19 mins remaining. CheckSameNamedSections. time: 2099ms [INFO] Pass 22 (141) processed. 0 failed. spent: 1:05, 5:19 mins remaining. CheckSameNamedSections. time: 2099ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:27.228 [INFO] !MESSAGE [AUT-0] Finished: ClickOnDuplicateLink.test in 1797 (22 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:27.230 [INFO] !MESSAGE [AUT-0] Starting: ClickOnHyperLink.test (23 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:27.303 [INFO] !MESSAGE Pass 23 (141) processed. 0 failed. spent: 1:07, 5:13 mins remaining. ClickOnDuplicateLink. time: 1797ms [INFO] Pass 23 (141) processed. 0 failed. spent: 1:07, 5:13 mins remaining. ClickOnDuplicateLink. time: 1797ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:29.310 [INFO] !MESSAGE [AUT-0] Finished: ClickOnHyperLink.test in 1392 (23 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:29.312 [INFO] !MESSAGE [AUT-0] Starting: ClickOnImageLink.test (24 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:29.405 [INFO] !MESSAGE Pass 24 (141) processed. 0 failed. spent: 1:09, 5:07 mins remaining. ClickOnHyperLink. time: 1392ms [INFO] Pass 24 (141) processed. 0 failed. spent: 1:09, 5:07 mins remaining. ClickOnHyperLink. time: 1392ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:31.418 [INFO] !MESSAGE [AUT-0] Finished: ClickOnImageLink.test in 1608 (24 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:31.420 [INFO] !MESSAGE [AUT-0] Starting: ClickOnLinkWithSymbols.test (25 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:31.468 [INFO] !MESSAGE Pass 25 (141) processed. 0 failed. spent: 1:11, 5:02 mins remaining. ClickOnImageLink. time: 1608ms [INFO] Pass 25 (141) processed. 0 failed. spent: 1:11, 5:02 mins remaining. ClickOnImageLink. time: 1608ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:33.510 [INFO] !MESSAGE [AUT-0] Finished: ClickOnLinkWithSymbols.test in 1714 (25 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:33.512 [INFO] !MESSAGE [AUT-0] Starting: ClickingOnCTabFolder.test (26 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:33.571 [INFO] !MESSAGE Pass 26 (141) processed. 0 failed. spent: 1:13, 4:57 mins remaining. ClickOnLinkWithSymbols. time: 1714ms [INFO] Pass 26 (141) processed. 0 failed. spent: 1:13, 4:57 mins remaining. ClickOnLinkWithSymbols. time: 1714ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:36.601 [INFO] !MESSAGE [AUT-0] Finished: ClickingOnCTabFolder.test in 2417 (26 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:36.603 [INFO] !MESSAGE [AUT-0] Starting: ClickingOnTabFolder.test (27 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:36.674 [INFO] !MESSAGE Pass 27 (141) processed. 0 failed. spent: 1:16, 4:56 mins remaining. ClickingOnCTabFolder. time: 2417ms [INFO] Pass 27 (141) processed. 0 failed. spent: 1:16, 4:56 mins remaining. ClickingOnCTabFolder. time: 2417ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:39.407 [INFO] !MESSAGE [AUT-0] Finished: ClickingOnTabFolder.test in 2192 (27 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:39.409 [INFO] !MESSAGE [AUT-0] Starting: ComboViewer_SelectionFromReadOnly.test (28 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:39.459 [INFO] !MESSAGE Pass 28 (141) processed. 0 failed. spent: 1:19, 4:54 mins remaining. ClickingOnTabFolder. time: 2192ms [INFO] Pass 28 (141) processed. 0 failed. spent: 1:19, 4:54 mins remaining. ClickingOnTabFolder. time: 2192ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:41.498 [INFO] !MESSAGE [AUT-0] Finished: ComboViewer_SelectionFromReadOnly.test in 1650 (28 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:41.500 [INFO] !MESSAGE [AUT-0] Starting: ComboViewer_SetInCombo.test (29 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:41.561 [INFO] !MESSAGE Pass 29 (141) processed. 0 failed. spent: 1:21, 4:50 mins remaining. ComboViewer_SelectionFromReadOnly. time: 1650ms [INFO] Pass 29 (141) processed. 0 failed. spent: 1:21, 4:50 mins remaining. ComboViewer_SelectionFromReadOnly. time: 1650ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:43.602 [INFO] !MESSAGE [AUT-0] Finished: ComboViewer_SetInCombo.test in 1779 (29 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:43.604 [INFO] !MESSAGE [AUT-0] Starting: Custom EditPart Identification.test (30 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:43.663 [INFO] !MESSAGE Pass 30 (141) processed. 0 failed. spent: 1:23, 4:45 mins remaining. ComboViewer_SetInCombo. time: 1779ms [INFO] Pass 30 (141) processed. 0 failed. spent: 1:23, 4:45 mins remaining. ComboViewer_SetInCombo. time: 1779ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:46.221 [INFO] !MESSAGE [AUT-0] Finished: Custom EditPart Identification.test in 1944 (30 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:46.223 [INFO] !MESSAGE [AUT-0] Starting: Date Test.test (31 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:46.267 [INFO] !MESSAGE Pass 31 (141) processed. 0 failed. spent: 1:26, 4:44 mins remaining. Custom EditPart Identification. time: 1944ms [INFO] Pass 31 (141) processed. 0 failed. spent: 1:26, 4:44 mins remaining. Custom EditPart Identification. time: 1944ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:49.296 [INFO] !MESSAGE [AUT-0] Finished: Date Test.test in 2156 (31 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:49.298 [INFO] !MESSAGE [AUT-0] Starting: DiagramItem Image Detection.test (32 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:49.315 [INFO] !MESSAGE Pass 32 (141) processed. 0 failed. spent: 1:29, 4:42 mins remaining. Date Test. time: 2156ms [INFO] Pass 32 (141) processed. 0 failed. spent: 1:29, 4:42 mins remaining. Date Test. time: 2156ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:50.870 [INFO] !MESSAGE [AUT-0] Finished: DiagramItem Image Detection.test in 1328 (32 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:50.872 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorEdits.test (33 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:50.939 [INFO] !MESSAGE Pass 33 (141) processed. 0 failed. spent: 1:30, 4:35 mins remaining. DiagramItem Image Detection. time: 1328ms [INFO] Pass 33 (141) processed. 0 failed. spent: 1:30, 4:35 mins remaining. DiagramItem Image Detection. time: 1328ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:54.947 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorEdits.test in 3729 (33 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:54.949 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorML_Activate.test (34 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:55.044 [INFO] !MESSAGE Pass 34 (141) processed. 0 failed. spent: 1:34, 4:36 mins remaining. DialogCellEditorEdits. time: 3729ms [INFO] Pass 34 (141) processed. 0 failed. spent: 1:34, 4:36 mins remaining. DialogCellEditorEdits. time: 3729ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:59.035 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorML_Activate.test in 3379 (34 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:31:59.037 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorML_NoActivate.test (35 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:31:59.048 [INFO] !MESSAGE Pass 35 (141) processed. 0 failed. spent: 1:38, 4:38 mins remaining. DialogCellEditorML_Activate. time: 3379ms [INFO] Pass 35 (141) processed. 0 failed. spent: 1:38, 4:38 mins remaining. DialogCellEditorML_Activate. time: 3379ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:02.234 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorML_NoActivate.test in 2957 (35 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:02.236 [INFO] !MESSAGE [AUT-0] Starting: DragAndDrop.test (36 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:02.261 [INFO] !MESSAGE Pass 36 (141) processed. 0 failed. spent: 1:42, 4:39 mins remaining. DialogCellEditorML_NoActivate. time: 2957ms [INFO] Pass 36 (141) processed. 0 failed. spent: 1:42, 4:39 mins remaining. DialogCellEditorML_NoActivate. time: 2957ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:07.325 [INFO] !MESSAGE [AUT-0] Finished: DragAndDrop.test in 4627 (36 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:07.327 [INFO] !MESSAGE [AUT-0] Starting: Encrypted password.test (37 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:07.366 [INFO] !MESSAGE Pass 37 (141) processed. 0 failed. spent: 1:47, 4:42 mins remaining. DragAndDrop. time: 4627ms [INFO] Pass 37 (141) processed. 0 failed. spent: 1:47, 4:42 mins remaining. DragAndDrop. time: 4627ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:09.926 [INFO] !MESSAGE [AUT-0] Finished: Encrypted password.test in 2008 (37 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:09.929 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_AssertItemImage.test (38 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:09.969 [INFO] !MESSAGE Pass 38 (141) processed. 0 failed. spent: 1:49, 4:37 mins remaining. Encrypted password. time: 2008ms [INFO] Pass 38 (141) processed. 0 failed. spent: 1:49, 4:37 mins remaining. Encrypted password. time: 2008ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:12.514 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_AssertItemImage.test in 1901 (38 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:12.516 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_AssertItemIndex.test (39 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:12.530 [INFO] !MESSAGE Pass 39 (141) processed. 0 failed. spent: 1:52, 4:35 mins remaining. ExpandBar_AssertItemImage. time: 1901ms [INFO] Pass 39 (141) processed. 0 failed. spent: 1:52, 4:35 mins remaining. ExpandBar_AssertItemImage. time: 1901ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:14.594 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_AssertItemIndex.test in 1426 (39 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:14.596 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_EditText.test (40 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:14.640 [INFO] !MESSAGE Pass 40 (141) processed. 0 failed. spent: 1:54, 4:31 mins remaining. ExpandBar_AssertItemIndex. time: 1426ms [INFO] Pass 40 (141) processed. 0 failed. spent: 1:54, 4:31 mins remaining. ExpandBar_AssertItemIndex. time: 1426ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:17.175 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_EditText.test in 1972 (40 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:17.177 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_ExpandCollapseTest.test (41 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:17.243 [INFO] !MESSAGE Pass 41 (141) processed. 0 failed. spent: 1:57, 4:29 mins remaining. ExpandBar_EditText. time: 1972ms [INFO] Pass 41 (141) processed. 0 failed. spent: 1:57, 4:29 mins remaining. ExpandBar_EditText. time: 1972ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:20.470 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_ExpandCollapseTest.test in 2268 (41 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:20.472 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_ItemButtons.test (42 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:20.520 [INFO] !MESSAGE Pass 42 (141) processed. 0 failed. spent: 2:00, 4:27 mins remaining. ExpandBar_ExpandCollapseTest. time: 2268ms [INFO] Pass 42 (141) processed. 0 failed. spent: 2:00, 4:27 mins remaining. ExpandBar_ExpandCollapseTest. time: 2268ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:22.545 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_ItemButtons.test in 1709 (42 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:22.547 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_BaseTest.test (43 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:22.622 [INFO] !MESSAGE Pass 43 (141) processed. 0 failed. spent: 2:02, 4:22 mins remaining. ExpandBar_ItemButtons. time: 1709ms [INFO] Pass 43 (141) processed. 0 failed. spent: 2:02, 4:22 mins remaining. ExpandBar_ItemButtons. time: 1709ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:24.636 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_BaseTest.test in 1448 (43 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:24.637 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_CheckNestedComposites.test (44 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:24.725 [INFO] !MESSAGE Pass 44 (141) processed. 0 failed. spent: 2:04, 4:18 mins remaining. ExpandableComposite_BaseTest. time: 1448ms [INFO] Pass 44 (141) processed. 0 failed. spent: 2:04, 4:18 mins remaining. ExpandableComposite_BaseTest. time: 1448ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:26.744 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_CheckNestedComposites.test in 1625 (44 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:26.746 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_CheckNoNamedComposite.test (45 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:26.828 [INFO] !MESSAGE Pass 45 (141) processed. 0 failed. spent: 2:06, 4:14 mins remaining. ExpandableComposite_CheckNestedComposites. time: 1625ms [INFO] Pass 45 (141) processed. 0 failed. spent: 2:06, 4:14 mins remaining. ExpandableComposite_CheckNestedComposites. time: 1625ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:28.831 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_CheckNoNamedComposite.test in 1508 (45 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:28.833 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_ExpandTest.test (46 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:28.870 [INFO] !MESSAGE Pass 46 (141) processed. 0 failed. spent: 2:08, 4:10 mins remaining. ExpandableComposite_CheckNoNamedComposite. time: 1508ms [INFO] Pass 46 (141) processed. 0 failed. spent: 2:08, 4:10 mins remaining. ExpandableComposite_CheckNoNamedComposite. time: 1508ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:30.920 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_ExpandTest.test in 1677 (46 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:30.921 [INFO] !MESSAGE [AUT-0] Starting: Get 2 Nebula Grid.test (47 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:30.973 [INFO] !MESSAGE Pass 47 (141) processed. 0 failed. spent: 2:10, 4:06 mins remaining. ExpandableComposite_ExpandTest. time: 1677ms [INFO] Pass 47 (141) processed. 0 failed. spent: 2:10, 4:06 mins remaining. ExpandableComposite_ExpandTest. time: 1677ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:31.978 [INFO] !MESSAGE [AUT-0] Finished: Get 2 Nebula Grid.test in 787 (47 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:31.980 [INFO] !MESSAGE [AUT-0] Starting: Get Nebula Grid.test (48 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:32.074 [INFO] !MESSAGE Pass 48 (141) processed. 0 failed. spent: 2:11, 4:01 mins remaining. Get 2 Nebula Grid. time: 787ms [INFO] Pass 48 (141) processed. 0 failed. spent: 2:11, 4:01 mins remaining. Get 2 Nebula Grid. time: 787ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:34.056 [INFO] !MESSAGE [AUT-0] Finished: Get Nebula Grid.test in 1674 (48 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:34.058 [INFO] !MESSAGE [AUT-0] Starting: Group Test.test (49 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:34.077 [INFO] !MESSAGE Pass 49 (141) processed. 0 failed. spent: 2:13, 3:57 mins remaining. Get Nebula Grid. time: 1674ms [INFO] Pass 49 (141) processed. 0 failed. spent: 2:13, 3:57 mins remaining. Get Nebula Grid. time: 1674ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:37.364 [INFO] !MESSAGE [AUT-0] Finished: Group Test.test in 2396 (49 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:37.367 [INFO] !MESSAGE [AUT-0] Starting: Label Test.test (50 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:37.394 [INFO] !MESSAGE Pass 50 (141) processed. 0 failed. spent: 2:17, 3:57 mins remaining. Group Test. time: 2396ms [INFO] Pass 50 (141) processed. 0 failed. spent: 2:17, 3:57 mins remaining. Group Test. time: 2396ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:39.951 [INFO] !MESSAGE [AUT-0] Finished: Label Test.test in 1938 (50 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:39.953 [INFO] !MESSAGE [AUT-0] Starting: Left click context menu.test (51 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:39.997 [INFO] !MESSAGE Pass 51 (141) processed. 0 failed. spent: 2:19, 3:53 mins remaining. Label Test. time: 1938ms [INFO] Pass 51 (141) processed. 0 failed. spent: 2:19, 3:53 mins remaining. Label Test. time: 1938ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:40.998 [INFO] !MESSAGE [AUT-0] Finished: Left click context menu.test in 411 (51 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:41.000 [INFO] !MESSAGE [AUT-0] Starting: Link Test.test (52 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:41.099 [INFO] !MESSAGE Pass 52 (141) processed. 0 failed. spent: 2:20, 3:48 mins remaining. Left click context menu. time: 411ms [INFO] Pass 52 (141) processed. 0 failed. spent: 2:20, 3:48 mins remaining. Left click context menu. time: 411ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:43.803 [INFO] !MESSAGE [AUT-0] Finished: Link Test.test in 1921 (52 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:43.805 [INFO] !MESSAGE [AUT-0] Starting: ListEventsTest.test (53 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:43.856 [INFO] !MESSAGE Pass 53 (141) processed. 0 failed. spent: 2:23, 3:46 mins remaining. Link Test. time: 1921ms [INFO] Pass 53 (141) processed. 0 failed. spent: 2:23, 3:46 mins remaining. Link Test. time: 1921ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:45.877 [INFO] !MESSAGE [AUT-0] Finished: ListEventsTest.test in 1603 (53 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:45.879 [INFO] !MESSAGE [AUT-0] Starting: ListViewerEventsTest.test (54 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:45.959 [INFO] !MESSAGE Pass 54 (141) processed. 0 failed. spent: 2:25, 3:42 mins remaining. ListEventsTest. time: 1603ms [INFO] Pass 54 (141) processed. 0 failed. spent: 2:25, 3:42 mins remaining. ListEventsTest. time: 1603ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:47.451 [INFO] !MESSAGE [AUT-0] Finished: ListViewerEventsTest.test in 1245 (54 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:47.453 [INFO] !MESSAGE [AUT-0] Starting: ListViewerSelectionTest.test (55 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:47.461 [INFO] !MESSAGE Pass 55 (141) processed. 0 failed. spent: 2:27, 3:39 mins remaining. ListViewerEventsTest. time: 1245ms [INFO] Pass 55 (141) processed. 0 failed. spent: 2:27, 3:39 mins remaining. ListViewerEventsTest. time: 1245ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:49.526 [INFO] !MESSAGE [AUT-0] Finished: ListViewerSelectionTest.test in 1648 (55 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:49.528 [INFO] !MESSAGE [AUT-0] Starting: MenuBar Test.test (56 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:49.564 [INFO] !MESSAGE Pass 56 (141) processed. 0 failed. spent: 2:29, 3:35 mins remaining. ListViewerSelectionTest. time: 1648ms [INFO] Pass 56 (141) processed. 0 failed. spent: 2:29, 3:35 mins remaining. ListViewerSelectionTest. time: 1648ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:52.604 [INFO] !MESSAGE [AUT-0] Finished: MenuBar Test.test in 2198 (56 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:52.606 [INFO] !MESSAGE [AUT-0] Starting: MovingInSlider.test (57 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:52.624 [INFO] !MESSAGE Pass 57 (141) processed. 0 failed. spent: 2:32, 3:33 mins remaining. MenuBar Test. time: 2198ms [INFO] Pass 57 (141) processed. 0 failed. spent: 2:32, 3:33 mins remaining. MenuBar Test. time: 2198ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:54.679 [INFO] !MESSAGE [AUT-0] Finished: MovingInSlider.test in 1602 (57 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:54.681 [INFO] !MESSAGE [AUT-0] Starting: Multi List Test.test (58 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:54.727 [INFO] !MESSAGE Pass 58 (141) processed. 0 failed. spent: 2:34, 3:30 mins remaining. MovingInSlider. time: 1602ms [INFO] Pass 58 (141) processed. 0 failed. spent: 2:34, 3:30 mins remaining. MovingInSlider. time: 1602ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:57.253 [INFO] !MESSAGE [AUT-0] Finished: Multi List Test.test in 1909 (58 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:32:57.255 [INFO] !MESSAGE [AUT-0] Starting: Multiline Text Test.test (59 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:32:57.331 [INFO] !MESSAGE Pass 59 (141) processed. 0 failed. spent: 2:37, 3:28 mins remaining. Multi List Test. time: 1909ms [INFO] Pass 59 (141) processed. 0 failed. spent: 2:37, 3:28 mins remaining. Multi List Test. time: 1909ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:00.561 [INFO] !MESSAGE [AUT-0] Finished: Multiline Text Test.test in 2369 (59 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:00.563 [INFO] !MESSAGE [AUT-0] Starting: NestedDialogs.test (60 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:33:00.612 [INFO] !MESSAGE Pass 60 (141) processed. 0 failed. spent: 2:40, 3:26 mins remaining. Multiline Text Test. time: 2369ms [INFO] Pass 60 (141) processed. 0 failed. spent: 2:40, 3:26 mins remaining. Multiline Text Test. time: 2369ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:18.647 [INFO] !MESSAGE [AUT-0] Finished: NestedDialogs.test in 17271 (60 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:33:18.648 [INFO] !MESSAGE Pass 61 (141) processed. 0 failed. spent: 2:58, 3:49 mins remaining. NestedDialogs. time: 17271ms [INFO] Pass 61 (141) processed. 0 failed. spent: 2:58, 3:49 mins remaining. NestedDialogs. time: 17271ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:18.649 [INFO] !MESSAGE [AUT-0] Starting: NestedSectionsTest.test (61 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:21.243 [INFO] !MESSAGE [AUT-0] Finished: NestedSectionsTest.test in 2328 (61 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:21.244 [INFO] !MESSAGE [AUT-0] Starting: Non-Unique Items Test.test (62 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:33:21.484 [INFO] !MESSAGE Pass 62 (141) processed. 0 failed. spent: 3:01, 3:40 mins remaining. NestedSectionsTest. time: 2328ms [INFO] Pass 62 (141) processed. 0 failed. spent: 3:01, 3:40 mins remaining. NestedSectionsTest. time: 2328ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:22.528 [INFO] !MESSAGE [AUT-0] Finished: Non-Unique Items Test.test in 509 (62 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:22.529 [INFO] !MESSAGE [AUT-0] Starting: PopUp Menu Test.test (63 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:33:22.586 [INFO] !MESSAGE Pass 63 (141) processed. 0 failed. spent: 3:02, 3:35 mins remaining. Non-Unique Items Test. time: 509ms [INFO] Pass 63 (141) processed. 0 failed. spent: 3:02, 3:35 mins remaining. Non-Unique Items Test. time: 509ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:25.609 [INFO] !MESSAGE [AUT-0] Finished: PopUp Menu Test.test in 2348 (63 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:25.611 [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-04-24 15:33:25.690 [INFO] !MESSAGE Pass 64 (141) processed. 0 failed. spent: 3:05, 3:33 mins remaining. PopUp Menu Test. time: 2348ms [INFO] Pass 64 (141) processed. 0 failed. spent: 3:05, 3:33 mins remaining. PopUp Menu Test. time: 2348ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:27.195 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to Dismiss Color Dialog.test in 1207 (64 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:27.197 [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-04-24 15:33:27.292 [INFO] !MESSAGE Pass 65 (141) processed. 0 failed. spent: 3:07, 3:29 mins remaining. Press Cancel to Dismiss Color Dialog. time: 1207ms [INFO] Pass 65 (141) processed. 0 failed. spent: 3:07, 3:29 mins remaining. Press Cancel to Dismiss Color Dialog. time: 1207ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:29.935 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to dismiss Directory Dialog.test in 1822 (65 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:29.936 [INFO] !MESSAGE [AUT-0] Starting: Press Cancel to dismiss MessageBox.test (66 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:33:29.969 [INFO] !MESSAGE Pass 66 (141) processed. 0 failed. spent: 3:09, 3:25 mins remaining. Press Cancel to dismiss Directory Dialog. time: 1822ms [INFO] Pass 66 (141) processed. 0 failed. spent: 3:09, 3:25 mins remaining. Press Cancel to dismiss Directory Dialog. time: 1822ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:31.507 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to dismiss MessageBox.test in 1242 (66 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:31.509 [INFO] !MESSAGE [AUT-0] Starting: PressOnSimpleMessageBox.test (67 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:33:31.571 [INFO] !MESSAGE Pass 67 (141) processed. 0 failed. spent: 3:11, 3:22 mins remaining. Press Cancel to dismiss MessageBox. time: 1242ms [INFO] Pass 67 (141) processed. 0 failed. spent: 3:11, 3:22 mins remaining. Press Cancel to dismiss MessageBox. time: 1242ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:34.592 [INFO] !MESSAGE [AUT-0] Finished: PressOnSimpleMessageBox.test in 2591 (67 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:34.594 [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-04-24 15:33:34.675 [INFO] !MESSAGE Pass 68 (141) processed. 0 failed. spent: 3:14, 3:19 mins remaining. PressOnSimpleMessageBox. time: 2591ms [INFO] Pass 68 (141) processed. 0 failed. spent: 3:14, 3:19 mins remaining. PressOnSimpleMessageBox. time: 2591ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:38.378 [INFO] !MESSAGE [AUT-0] Finished: QS-2531_Q7 should support checkbox tables and record correct select commands_.test in 2850 (68 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:38.380 [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-04-24 15:33:38.419 [INFO] !MESSAGE Pass 69 (141) processed. 0 failed. spent: 3:18, 3:18 mins remaining. QS-2531_Q7 should support checkbox tables and record correct select commands.. time: 2850ms [INFO] Pass 69 (141) processed. 0 failed. spent: 3:18, 3:18 mins remaining. QS-2531_Q7 should support checkbox tables and record correct select commands.. time: 2850ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:39.960 [INFO] !MESSAGE [AUT-0] Finished: QS-2639_Include image resource path into element properties.test in 1223 (69 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:39.962 [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-04-24 15:33:40.039 [INFO] !MESSAGE Pass 70 (141) processed. 0 failed. spent: 3:19, 3:13 mins remaining. QS-2639_Include image resource path into element properties. time: 1223ms [INFO] Pass 70 (141) processed. 0 failed. spent: 3:19, 3:13 mins remaining. QS-2639_Include image resource path into element properties. time: 1223ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:42.033 [INFO] !MESSAGE [AUT-0] Finished: QS-2663_Assertion window adds wrong assertions.test in 1473 (70 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:33:42.034 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_CheckProcedureWithInput.test (71 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:33:42.041 [INFO] !MESSAGE Pass 71 (141) processed. 0 failed. spent: 3:21, 3:09 mins remaining. QS-2663_Assertion window adds wrong assertions. time: 1473ms [INFO] Pass 71 (141) processed. 0 failed. spent: 3:21, 3:09 mins remaining. QS-2663_Assertion window adds wrong assertions. time: 1473ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:02.689 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_CheckProcedureWithInput.test in 19325 (71 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:02.691 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_ComplexTest.test (72 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:34:02.744 [INFO] !MESSAGE Pass 72 (141) processed. 0 failed. spent: 3:42, 3:24 mins remaining. QS-2852_CheckProcedureWithInput. time: 19325ms [INFO] Pass 72 (141) processed. 0 failed. spent: 3:42, 3:24 mins remaining. QS-2852_CheckProcedureWithInput. time: 19325ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:13.370 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_ComplexTest.test in 9560 (72 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:13.372 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_ComplexTestNoParameter.test (73 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:34:13.455 [INFO] !MESSAGE Pass 73 (141) processed. 0 failed. spent: 3:53, 3:28 mins remaining. QS-2852_ComplexTest. time: 9560ms [INFO] Pass 73 (141) processed. 0 failed. spent: 3:53, 3:28 mins remaining. QS-2852_ComplexTest. time: 9560ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:30.282 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_ComplexTestNoParameter.test in 15582 (73 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:30.284 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_VerifyVariableFromParameterContext.test (74 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:34:30.342 [INFO] !MESSAGE Pass 74 (141) processed. 0 failed. spent: 4:10, 3:37 mins remaining. QS-2852_ComplexTestNoParameter. time: 15582ms [INFO] Pass 74 (141) processed. 0 failed. spent: 4:10, 3:37 mins remaining. QS-2852_ComplexTestNoParameter. time: 15582ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:42.430 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_VerifyVariableFromParameterContext.test in 11188 (74 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:42.432 [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-04-24 15:34:42.456 [INFO] !MESSAGE Pass 75 (141) processed. 0 failed. spent: 4:22, 3:41 mins remaining. QS-2852_VerifyVariableFromParameterContext. time: 11188ms [INFO] Pass 75 (141) processed. 0 failed. spent: 4:22, 3:41 mins remaining. QS-2852_VerifyVariableFromParameterContext. time: 11188ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:44.759 [INFO] !MESSAGE [AUT-0] Finished: QS-2898_Broken_equals_verify-true_compatibility for raw values.test in 1635 (75 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:44.760 [INFO] !MESSAGE [AUT-0] Starting: QS-3160.test (76 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:34:44.769 [INFO] !MESSAGE Pass 76 (141) processed. 0 failed. spent: 4:24, 3:36 mins remaining. QS-2898_Broken_equals_verify-true_compatibility for raw values. time: 1635ms [INFO] Pass 76 (141) processed. 0 failed. spent: 4:24, 3:36 mins remaining. QS-2898_Broken_equals_verify-true_compatibility for raw values. time: 1635ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:46.830 [INFO] !MESSAGE [AUT-0] Finished: QS-3160.test in 1551 (76 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:46.832 [INFO] !MESSAGE [AUT-0] Starting: QS_1962_SimpleControlParts.test (77 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:34:46.872 [INFO] !MESSAGE Pass 77 (141) processed. 0 failed. spent: 4:26, 3:32 mins remaining. QS-3160. time: 1551ms [INFO] Pass 77 (141) processed. 0 failed. spent: 4:26, 3:32 mins remaining. QS-3160. time: 1551ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:49.419 [INFO] !MESSAGE [AUT-0] Finished: QS_1962_SimpleControlParts.test in 1818 (77 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:49.421 [INFO] !MESSAGE [AUT-0] Starting: QS_1962_TableDemoPart.test (78 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:34:49.475 [INFO] !MESSAGE Pass 78 (141) processed. 0 failed. spent: 4:29, 3:28 mins remaining. QS_1962_SimpleControlParts. time: 1818ms [INFO] Pass 78 (141) processed. 0 failed. spent: 4:29, 3:28 mins remaining. QS_1962_SimpleControlParts. time: 1818ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:51.708 [INFO] !MESSAGE [AUT-0] Finished: QS_1962_TableDemoPart.test in 1541 (78 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:51.709 [INFO] !MESSAGE [AUT-0] Starting: QS_2167_SelectDateFromPopUpWindow.test (79 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:34:51.734 [INFO] !MESSAGE Pass 79 (141) processed. 0 failed. spent: 4:31, 3:24 mins remaining. QS_1962_TableDemoPart. time: 1541ms [INFO] Pass 79 (141) processed. 0 failed. spent: 4:31, 3:24 mins remaining. QS_1962_TableDemoPart. time: 1541ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:54.299 [INFO] !MESSAGE [AUT-0] Finished: QS_2167_SelectDateFromPopUpWindow.test in 2331 (79 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:54.301 [INFO] !MESSAGE [AUT-0] Starting: QS_2286_EditTreeAfterErrors.test (80 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:34:54.338 [INFO] !MESSAGE Pass 80 (141) processed. 0 failed. spent: 4:34, 3:20 mins remaining. QS_2167_SelectDateFromPopUpWindow. time: 2331ms [INFO] Pass 80 (141) processed. 0 failed. spent: 4:34, 3:20 mins remaining. QS_2167_SelectDateFromPopUpWindow. time: 2331ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:56.372 [INFO] !MESSAGE [AUT-0] Finished: QS_2286_EditTreeAfterErrors.test in 1624 (80 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:34:56.373 [INFO] !MESSAGE [AUT-0] Starting: QS_2309_CheckboxTree.test (81 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:34:56.440 [INFO] !MESSAGE Pass 81 (141) processed. 0 failed. spent: 4:36, 3:16 mins remaining. QS_2286_EditTreeAfterErrors. time: 1624ms [INFO] Pass 81 (141) processed. 0 failed. spent: 4:36, 3:16 mins remaining. QS_2286_EditTreeAfterErrors. time: 1624ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:00.194 [INFO] !MESSAGE [AUT-0] Finished: QS_2309_CheckboxTree.test in 2935 (81 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:00.194 [INFO] !MESSAGE Pass 82 (141) processed. 0 failed. spent: 4:40, 3:19 mins remaining. QS_2309_CheckboxTree. time: 2935ms [INFO] Pass 82 (141) processed. 0 failed. spent: 4:40, 3:19 mins remaining. QS_2309_CheckboxTree. time: 2935ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:00.196 [INFO] !MESSAGE [AUT-0] Starting: QS_2373_ContextMenu.test (82 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:02.792 [INFO] !MESSAGE [AUT-0] Finished: QS_2373_ContextMenu.test in 1960 (82 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:02.794 [INFO] !MESSAGE [AUT-0] Starting: QS_2404_TextWithKeyUpKeyDown.test (83 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:02.797 [INFO] !MESSAGE Pass 83 (141) processed. 0 failed. spent: 4:42, 3:09 mins remaining. QS_2373_ContextMenu. time: 1960ms [INFO] Pass 83 (141) processed. 0 failed. spent: 4:42, 3:09 mins remaining. QS_2373_ContextMenu. time: 1960ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:04.867 [INFO] !MESSAGE [AUT-0] Finished: QS_2404_TextWithKeyUpKeyDown.test in 1462 (83 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:04.868 [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-04-24 15:35:04.900 [INFO] !MESSAGE Pass 84 (141) processed. 0 failed. spent: 4:44, 3:04 mins remaining. QS_2404_TextWithKeyUpKeyDown. time: 1462ms [INFO] Pass 84 (141) processed. 0 failed. spent: 4:44, 3:04 mins remaining. QS_2404_TextWithKeyUpKeyDown. time: 1462ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:08.736 [INFO] !MESSAGE [AUT-0] Finished: QS_2507_Mouse Command Is Unable To Work With_invisible_Cells.test in 2915 (84 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:08.739 [INFO] !MESSAGE [AUT-0] Starting: QS_2508_CheckedStateColumn.test (85 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:08.766 [INFO] !MESSAGE Pass 85 (141) processed. 0 failed. spent: 4:48, 3:02 mins remaining. QS_2507_Mouse Command Is Unable To Work With_invisible_Cells. time: 2915ms [INFO] Pass 85 (141) processed. 0 failed. spent: 4:48, 3:02 mins remaining. QS_2507_Mouse Command Is Unable To Work With_invisible_Cells. time: 2915ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:18.357 [INFO] !MESSAGE [AUT-0] Finished: QS_2508_CheckedStateColumn.test in 9288 (85 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:18.359 [INFO] !MESSAGE [AUT-0] Starting: QS_2614_CreateCombo.test (86 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:18.376 [INFO] !MESSAGE Pass 86 (141) processed. 0 failed. spent: 4:58, 3:02 mins remaining. QS_2508_CheckedStateColumn. time: 9288ms [INFO] Pass 86 (141) processed. 0 failed. spent: 4:58, 3:02 mins remaining. QS_2508_CheckedStateColumn. time: 9288ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:19.930 [INFO] !MESSAGE [AUT-0] Finished: QS_2614_CreateCombo.test in 1231 (86 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:19.932 [INFO] !MESSAGE [AUT-0] Starting: QS_2986_ProgressMonitorDialog.test (87 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:20.172 [INFO] !MESSAGE Pass 87 (141) processed. 0 failed. spent: 4:59, 2:58 mins remaining. QS_2614_CreateCombo. time: 1231ms [INFO] Pass 87 (141) processed. 0 failed. spent: 4:59, 2:58 mins remaining. QS_2614_CreateCombo. time: 1231ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:27.029 [INFO] !MESSAGE [AUT-0] Finished: QS_2986_ProgressMonitorDialog.test in 6300 (87 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:27.031 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-304_RadioButtonInvokeTwice.test (88 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:27.080 [INFO] !MESSAGE Pass 88 (141) processed. 0 failed. spent: 5:06, 2:56 mins remaining. QS_2986_ProgressMonitorDialog. time: 6300ms [INFO] Pass 88 (141) processed. 0 failed. spent: 5:06, 2:56 mins remaining. QS_2986_ProgressMonitorDialog. time: 6300ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:30.119 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-304_RadioButtonInvokeTwice.test in 2542 (88 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:30.121 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-351_DragAndDropWhereTargetIsTableItem.test (89 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:30.184 [INFO] !MESSAGE Pass 89 (141) processed. 0 failed. spent: 5:10, 2:53 mins remaining. RCPTT-304_RadioButtonInvokeTwice. time: 2542ms [INFO] Pass 89 (141) processed. 0 failed. spent: 5:10, 2:53 mins remaining. RCPTT-304_RadioButtonInvokeTwice. time: 2542ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:32.923 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-351_DragAndDropWhereTargetIsTableItem.test in 2257 (89 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:32.924 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-356_Button_Push_Twice.test (90 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:32.934 [INFO] !MESSAGE Pass 90 (141) processed. 0 failed. spent: 5:12, 2:49 mins remaining. RCPTT-351_DragAndDropWhereTargetIsTableItem. time: 2257ms [INFO] Pass 90 (141) processed. 0 failed. spent: 5:12, 2:49 mins remaining. RCPTT-351_DragAndDropWhereTargetIsTableItem. time: 2257ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:35.521 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-356_Button_Push_Twice.test in 1928 (90 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:35.523 [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-04-24 15:35:35.538 [INFO] !MESSAGE Pass 91 (141) processed. 0 failed. spent: 5:15, 2:45 mins remaining. RCPTT-356_Button_Push_Twice. time: 1928ms [INFO] Pass 91 (141) processed. 0 failed. spent: 5:15, 2:45 mins remaining. RCPTT-356_Button_Push_Twice. time: 1928ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:37.613 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform.test in 1638 (91 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:37.614 [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-04-24 15:35:37.640 [INFO] !MESSAGE Pass 92 (141) processed. 0 failed. spent: 5:17, 2:41 mins remaining. RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform. time: 1638ms [INFO] Pass 92 (141) processed. 0 failed. spent: 5:17, 2:41 mins remaining. RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform. time: 1638ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:40.358 [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 1786 (92 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:40.360 [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-04-24 15:35:40.382 [INFO] !MESSAGE Pass 93 (141) processed. 0 failed. spent: 5:20, 2:38 mins remaining. RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms. time: 1786ms [INFO] Pass 93 (141) processed. 0 failed. spent: 5:20, 2:38 mins remaining. RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms. time: 1786ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:43.447 [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 2642 (93 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:43.449 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-640_HandleAsyncGUIExecution.test (94 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:43.540 [INFO] !MESSAGE Pass 94 (141) processed. 0 failed. spent: 5:23, 2:34 mins remaining. RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution. time: 2642ms [INFO] Pass 94 (141) processed. 0 failed. spent: 5:23, 2:34 mins remaining. RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution. time: 2642ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:45.031 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-640_HandleAsyncGUIExecution.test in 1157 (94 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:45.033 [INFO] !MESSAGE [AUT-0] Starting: SUP1149_ModalDialogAfterEclContext.test (95 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:45.042 [INFO] !MESSAGE Pass 95 (141) processed. 0 failed. spent: 5:24, 2:30 mins remaining. RCPTT-640_HandleAsyncGUIExecution. time: 1157ms [INFO] Pass 95 (141) processed. 0 failed. spent: 5:24, 2:30 mins remaining. RCPTT-640_HandleAsyncGUIExecution. time: 1157ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:50.257 [INFO] !MESSAGE [AUT-0] Finished: SUP1149_ModalDialogAfterEclContext.test in 4016 (95 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:35:50.259 [INFO] !MESSAGE [AUT-0] Starting: SUP527_TimerExec.test (96 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:35:50.274 [INFO] !MESSAGE Pass 96 (141) processed. 0 failed. spent: 5:30, 2:28 mins remaining. SUP1149_ModalDialogAfterEclContext. time: 4016ms [INFO] Pass 96 (141) processed. 0 failed. spent: 5:30, 2:28 mins remaining. SUP1149_ModalDialogAfterEclContext. time: 4016ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:06.352 [INFO] !MESSAGE [AUT-0] Finished: SUP527_TimerExec.test in 15368 (96 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:06.354 [INFO] !MESSAGE [AUT-0] Starting: SUP527_TimerExec_same.test (97 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:06.392 [INFO] !MESSAGE Pass 97 (141) processed. 0 failed. spent: 5:46, 2:30 mins remaining. SUP527_TimerExec. time: 15368ms [INFO] Pass 97 (141) processed. 0 failed. spent: 5:46, 2:30 mins remaining. SUP527_TimerExec. time: 15368ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:13.698 [INFO] !MESSAGE [AUT-0] Finished: SUP527_TimerExec_same.test in 6362 (97 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:13.699 [INFO] !MESSAGE [AUT-0] Starting: SUP562_allowStatusDialog.test (98 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:13.739 [INFO] !MESSAGE Pass 98 (141) processed. 0 failed. spent: 5:53, 2:28 mins remaining. SUP527_TimerExec_same. time: 6362ms [INFO] Pass 98 (141) processed. 0 failed. spent: 5:53, 2:28 mins remaining. SUP527_TimerExec_same. time: 6362ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:17.787 [INFO] !MESSAGE [AUT-0] Finished: SUP562_allowStatusDialog.test in 3645 (98 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:17.789 [INFO] !MESSAGE [AUT-0] Starting: SUP857_IColorProvider.test (99 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:17.844 [INFO] !MESSAGE Pass 99 (141) processed. 0 failed. spent: 5:57, 2:24 mins remaining. SUP562_allowStatusDialog. time: 3645ms [INFO] Pass 99 (141) processed. 0 failed. spent: 5:57, 2:24 mins remaining. SUP562_allowStatusDialog. time: 3645ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:18.896 [INFO] !MESSAGE [AUT-0] Finished: SUP857_IColorProvider.test in 540 (99 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:18.898 [INFO] !MESSAGE [AUT-0] Starting: ScrolledCompositeTest.test (100 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:18.945 [INFO] !MESSAGE Pass 100 (141) processed. 0 failed. spent: 5:58, 2:20 mins remaining. SUP857_IColorProvider. time: 540ms [INFO] Pass 100 (141) processed. 0 failed. spent: 5:58, 2:20 mins remaining. SUP857_IColorProvider. time: 540ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:21.667 [INFO] !MESSAGE [AUT-0] Finished: ScrolledCompositeTest.test in 2029 (100 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:21.669 [INFO] !MESSAGE [AUT-0] Starting: SectionBaseTest.test (101 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:21.718 [INFO] !MESSAGE Pass 101 (141) processed. 0 failed. spent: 6:01, 2:16 mins remaining. ScrolledCompositeTest. time: 2029ms [INFO] Pass 101 (141) processed. 0 failed. spent: 6:01, 2:16 mins remaining. ScrolledCompositeTest. time: 2029ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:23.740 [INFO] !MESSAGE [AUT-0] Finished: SectionBaseTest.test in 1369 (101 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:23.742 [INFO] !MESSAGE [AUT-0] Starting: SectionWithButtonsTest.test (102 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:23.821 [INFO] !MESSAGE Pass 102 (141) processed. 0 failed. spent: 6:03, 2:12 mins remaining. SectionBaseTest. time: 1369ms [INFO] Pass 102 (141) processed. 0 failed. spent: 6:03, 2:12 mins remaining. SectionBaseTest. time: 1369ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:25.830 [INFO] !MESSAGE [AUT-0] Finished: SectionWithButtonsTest.test in 1645 (102 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:25.831 [INFO] !MESSAGE [AUT-0] Starting: Select Color.test (103 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:25.923 [INFO] !MESSAGE Pass 103 (141) processed. 0 failed. spent: 6:05, 2:08 mins remaining. SectionWithButtonsTest. time: 1645ms [INFO] Pass 103 (141) processed. 0 failed. spent: 6:05, 2:08 mins remaining. SectionWithButtonsTest. time: 1645ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:27.635 [INFO] !MESSAGE [AUT-0] Finished: Select Color.test in 1245 (103 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:27.651 [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-04-24 15:36:27.673 [INFO] !MESSAGE Pass 104 (141) processed. 0 failed. spent: 6:07, 2:04 mins remaining. Select Color. time: 1245ms [INFO] Pass 104 (141) processed. 0 failed. spent: 6:07, 2:04 mins remaining. Select Color. time: 1245ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:29.234 [INFO] !MESSAGE [AUT-0] Finished: Select Path in a Directory Dialog.test in 1311 (104 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:29.247 [INFO] !MESSAGE [AUT-0] Starting: SelectFromComboBox.test (105 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:29.275 [INFO] !MESSAGE Pass 105 (141) processed. 0 failed. spent: 6:09, 2:00 mins remaining. Select Path in a Directory Dialog. time: 1311ms [INFO] Pass 105 (141) processed. 0 failed. spent: 6:09, 2:00 mins remaining. Select Path in a Directory Dialog. time: 1311ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:31.825 [INFO] !MESSAGE [AUT-0] Finished: SelectFromComboBox.test in 1963 (105 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:31.827 [INFO] !MESSAGE [AUT-0] Starting: SelectFromComboBoxByKeyBoardButton.test (106 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:31.878 [INFO] !MESSAGE Pass 106 (141) processed. 0 failed. spent: 6:11, 1:56 mins remaining. SelectFromComboBox. time: 1963ms [INFO] Pass 106 (141) processed. 0 failed. spent: 6:11, 1:56 mins remaining. SelectFromComboBox. time: 1963ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:34.681 [INFO] !MESSAGE [AUT-0] Finished: SelectFromComboBoxByKeyBoardButton.test in 2107 (106 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:34.683 [INFO] !MESSAGE [AUT-0] Starting: Selectable_Canvas_Test.test (107 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:34.727 [INFO] !MESSAGE Pass 107 (141) processed. 0 failed. spent: 6:14, 1:53 mins remaining. SelectFromComboBoxByKeyBoardButton. time: 2107ms [INFO] Pass 107 (141) processed. 0 failed. spent: 6:14, 1:53 mins remaining. SelectFromComboBoxByKeyBoardButton. time: 2107ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:35.728 [INFO] !MESSAGE [AUT-0] Finished: Selectable_Canvas_Test.test in 723 (107 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:35.729 [INFO] !MESSAGE Pass 108 (141) processed. 0 failed. spent: 6:15, 1:53 mins remaining. Selectable_Canvas_Test. time: 723ms [INFO] Pass 108 (141) processed. 0 failed. spent: 6:15, 1:53 mins remaining. Selectable_Canvas_Test. time: 723ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:35.730 [INFO] !MESSAGE [AUT-0] Starting: SelectionFromFontDialog.test (108 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:37.801 [INFO] !MESSAGE [AUT-0] Finished: SelectionFromFontDialog.test in 1669 (108 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:37.803 [INFO] !MESSAGE [AUT-0] Starting: SelectionInComboToolbar.test (109 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:37.831 [INFO] !MESSAGE Pass 109 (141) processed. 0 failed. spent: 6:17, 1:45 mins remaining. SelectionFromFontDialog. time: 1669ms [INFO] Pass 109 (141) processed. 0 failed. spent: 6:17, 1:45 mins remaining. SelectionFromFontDialog. time: 1669ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:40.379 [INFO] !MESSAGE [AUT-0] Finished: SelectionInComboToolbar.test in 2008 (109 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:40.381 [INFO] !MESSAGE [AUT-0] Starting: SelectionInCoolbar.test (110 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:40.582 [INFO] !MESSAGE Pass 110 (141) processed. 0 failed. spent: 6:20, 1:41 mins remaining. SelectionInComboToolbar. time: 2008ms [INFO] Pass 110 (141) processed. 0 failed. spent: 6:20, 1:41 mins remaining. SelectionInComboToolbar. time: 2008ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:42.654 [INFO] !MESSAGE [AUT-0] Finished: SelectionInCoolbar.test in 1429 (110 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:42.656 [INFO] !MESSAGE [AUT-0] Starting: SelectionInDropDownToolbar.test (111 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:42.684 [INFO] !MESSAGE Pass 111 (141) processed. 0 failed. spent: 6:22, 1:38 mins remaining. SelectionInCoolbar. time: 1429ms [INFO] Pass 111 (141) processed. 0 failed. spent: 6:22, 1:38 mins remaining. SelectionInCoolbar. time: 1429ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:44.747 [INFO] !MESSAGE [AUT-0] Finished: SelectionInDropDownToolbar.test in 1563 (111 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:44.749 [INFO] !MESSAGE [AUT-0] Starting: SelectionInToolbar.test (112 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:44.787 [INFO] !MESSAGE Pass 112 (141) processed. 0 failed. spent: 6:24, 1:34 mins remaining. SelectionInDropDownToolbar. time: 1563ms [INFO] Pass 112 (141) processed. 0 failed. spent: 6:24, 1:34 mins remaining. SelectionInDropDownToolbar. time: 1563ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:47.020 [INFO] !MESSAGE [AUT-0] Finished: SelectionInToolbar.test in 1553 (112 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:47.022 [INFO] !MESSAGE [AUT-0] Starting: Simple Dialog CellEdit Table Test.test (113 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:47.100 [INFO] !MESSAGE Pass 113 (141) processed. 0 failed. spent: 6:26, 1:30 mins remaining. SelectionInToolbar. time: 1553ms [INFO] Pass 113 (141) processed. 0 failed. spent: 6:26, 1:30 mins remaining. SelectionInToolbar. time: 1553ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:49.595 [INFO] !MESSAGE [AUT-0] Finished: Simple Dialog CellEdit Table Test.test in 2321 (113 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:49.597 [INFO] !MESSAGE [AUT-0] Starting: Single List Test.test (114 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:49.603 [INFO] !MESSAGE Pass 114 (141) processed. 0 failed. spent: 6:29, 1:27 mins remaining. Simple Dialog CellEdit Table Test. time: 2321ms [INFO] Pass 114 (141) processed. 0 failed. spent: 6:29, 1:27 mins remaining. Simple Dialog CellEdit Table Test. time: 2321ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:51.684 [INFO] !MESSAGE [AUT-0] Finished: Single List Test.test in 1746 (114 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:51.686 [INFO] !MESSAGE [AUT-0] Starting: Single Text Test.test (115 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:51.705 [INFO] !MESSAGE Pass 115 (141) processed. 0 failed. spent: 6:31, 1:23 mins remaining. Single List Test. time: 1746ms [INFO] Pass 115 (141) processed. 0 failed. spent: 6:31, 1:23 mins remaining. Single List Test. time: 1746ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:55.484 [INFO] !MESSAGE [AUT-0] Finished: Single Text Test.test in 3077 (115 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:55.487 [INFO] !MESSAGE [AUT-0] Starting: SpinnerTest.test (116 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:55.492 [INFO] !MESSAGE Pass 116 (141) processed. 0 failed. spent: 6:35, 1:20 mins remaining. Single Text Test. time: 3077ms [INFO] Pass 116 (141) processed. 0 failed. spent: 6:35, 1:20 mins remaining. Single Text Test. time: 3077ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:58.092 [INFO] !MESSAGE [AUT-0] Finished: SpinnerTest.test in 1993 (116 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:58.093 [INFO] !MESSAGE [AUT-0] Starting: SquashStyleRanges.test (117 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:58.095 [INFO] !MESSAGE Pass 117 (141) processed. 0 failed. spent: 6:37, 1:16 mins remaining. SpinnerTest. time: 1993ms [INFO] Pass 117 (141) processed. 0 failed. spent: 6:37, 1:16 mins remaining. SpinnerTest. time: 1993ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:58.638 [INFO] !MESSAGE [AUT-0] Finished: SquashStyleRanges.test in 381 (117 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:36:58.640 [INFO] !MESSAGE [AUT-0] Starting: Styled Text Test.test (118 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:36:58.696 [INFO] !MESSAGE Pass 118 (141) processed. 0 failed. spent: 6:38, 1:12 mins remaining. SquashStyleRanges. time: 381ms [INFO] Pass 118 (141) processed. 0 failed. spent: 6:38, 1:12 mins remaining. SquashStyleRanges. time: 381ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:01.445 [INFO] !MESSAGE [AUT-0] Finished: Styled Text Test.test in 1929 (118 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:01.447 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_Deactivate.test (119 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:37:01.493 [INFO] !MESSAGE Pass 119 (141) processed. 0 failed. spent: 6:41, 1:09 mins remaining. Styled Text Test. time: 1929ms [INFO] Pass 119 (141) processed. 0 failed. spent: 6:41, 1:09 mins remaining. Styled Text Test. time: 1929ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:18.563 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_Deactivate.test in 16691 (119 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:18.565 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_EditableFirstColumn.test (120 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:37:18.647 [INFO] !MESSAGE Pass 120 (141) processed. 0 failed. spent: 6:58, 1:08 mins remaining. TableViewer_ApplyValueWithEnterKey_Deactivate. time: 16691ms [INFO] Pass 120 (141) processed. 0 failed. spent: 6:58, 1:08 mins remaining. TableViewer_ApplyValueWithEnterKey_Deactivate. time: 16691ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:25.910 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_EditableFirstColumn.test in 6658 (120 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:25.911 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_NoDeactivate.test (121 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:37:25.935 [INFO] !MESSAGE Pass 121 (141) processed. 0 failed. spent: 7:05, 1:05 mins remaining. TableViewer_ApplyValueWithEnterKey_EditableFirstColumn. time: 6658ms [INFO] Pass 121 (141) processed. 0 failed. spent: 7:05, 1:05 mins remaining. TableViewer_ApplyValueWithEnterKey_EditableFirstColumn. time: 6658ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:42.982 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_NoDeactivate.test in 16493 (121 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:42.984 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_BaseTest.test (122 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:37:43.055 [INFO] !MESSAGE Pass 122 (141) processed. 0 failed. spent: 7:22, 1:04 mins remaining. TableViewer_ApplyValueWithEnterKey_NoDeactivate. time: 16493ms [INFO] Pass 122 (141) processed. 0 failed. spent: 7:22, 1:04 mins remaining. TableViewer_ApplyValueWithEnterKey_NoDeactivate. time: 16493ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:44.561 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_BaseTest.test in 1332 (122 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:44.562 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckBoxCellEditor.test (123 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:37:44.657 [INFO] !MESSAGE Pass 123 (141) processed. 0 failed. spent: 7:24, 1:00 mins remaining. TableViewer_BaseTest. time: 1332ms [INFO] Pass 123 (141) processed. 0 failed. spent: 7:24, 1:00 mins remaining. TableViewer_BaseTest. time: 1332ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:47.151 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckBoxCellEditor.test in 2133 (123 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:47.153 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckBoxCellEditorWithImage.test (124 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:37:47.193 [INFO] !MESSAGE Pass 124 (141) processed. 0 failed. spent: 7:27, 0:56 mins remaining. TableViewer_CheckBoxCellEditor. time: 2133ms [INFO] Pass 124 (141) processed. 0 failed. spent: 7:27, 0:56 mins remaining. TableViewer_CheckBoxCellEditor. time: 2133ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:49.730 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckBoxCellEditorWithImage.test in 2094 (124 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:49.732 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckCellEditor.test (125 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:37:49.796 [INFO] !MESSAGE Pass 125 (141) processed. 0 failed. spent: 7:29, 0:53 mins remaining. TableViewer_CheckBoxCellEditorWithImage. time: 2094ms [INFO] Pass 125 (141) processed. 0 failed. spent: 7:29, 0:53 mins remaining. TableViewer_CheckBoxCellEditorWithImage. time: 2094ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:56.507 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckCellEditor.test in 5882 (125 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:56.509 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnColors.test (126 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:37:56.551 [INFO] !MESSAGE Pass 126 (141) processed. 0 failed. spent: 7:36, 0:49 mins remaining. TableViewer_CheckCellEditor. time: 5882ms [INFO] Pass 126 (141) processed. 0 failed. spent: 7:36, 0:49 mins remaining. TableViewer_CheckCellEditor. time: 5882ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:58.586 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnColors.test in 1327 (126 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:37:58.588 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnText.test (127 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:37:58.654 [INFO] !MESSAGE Pass 127 (141) processed. 0 failed. spent: 7:38, 0:46 mins remaining. TableViewer_CheckColumnColors. time: 1327ms [INFO] Pass 127 (141) processed. 0 failed. spent: 7:38, 0:46 mins remaining. TableViewer_CheckColumnColors. time: 1327ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:01.167 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnText.test in 2317 (127 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:01.168 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnTitles.test (128 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:01.257 [INFO] !MESSAGE Pass 128 (141) processed. 0 failed. spent: 7:41, 0:42 mins remaining. TableViewer_CheckColumnText. time: 2317ms [INFO] Pass 128 (141) processed. 0 failed. spent: 7:41, 0:42 mins remaining. TableViewer_CheckColumnText. time: 2317ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:03.572 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnTitles.test in 1259 (128 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:03.573 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ColorCellEditor.test (129 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:03.595 [INFO] !MESSAGE Pass 129 (141) processed. 0 failed. spent: 7:43, 0:38 mins remaining. TableViewer_CheckColumnTitles. time: 1259ms [INFO] Pass 129 (141) processed. 0 failed. spent: 7:43, 0:38 mins remaining. TableViewer_CheckColumnTitles. time: 1259ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:06.672 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ColorCellEditor.test in 2589 (129 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:06.674 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ComboBoxCellEditor.test (130 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:06.698 [INFO] !MESSAGE Pass 130 (141) processed. 0 failed. spent: 7:46, 0:35 mins remaining. TableViewer_ColorCellEditor. time: 2589ms [INFO] Pass 130 (141) processed. 0 failed. spent: 7:46, 0:35 mins remaining. TableViewer_ColorCellEditor. time: 2589ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:09.266 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ComboBoxCellEditor.test in 1988 (130 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:09.268 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ComboBoxCellEditor_EditWithKey.test (131 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:09.301 [INFO] !MESSAGE Pass 131 (141) processed. 0 failed. spent: 7:49, 0:31 mins remaining. TableViewer_ComboBoxCellEditor. time: 1988ms [INFO] Pass 131 (141) processed. 0 failed. spent: 7:49, 0:31 mins remaining. TableViewer_ComboBoxCellEditor. time: 1988ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:11.891 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ComboBoxCellEditor_EditWithKey.test in 1717 (131 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:11.892 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_SortColumnValues.test (132 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:11.924 [INFO] !MESSAGE Pass 132 (141) processed. 0 failed. spent: 7:51, 0:28 mins remaining. TableViewer_ComboBoxCellEditor_EditWithKey. time: 1717ms [INFO] Pass 132 (141) processed. 0 failed. spent: 7:51, 0:28 mins remaining. TableViewer_ComboBoxCellEditor_EditWithKey. time: 1717ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:14.469 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_SortColumnValues.test in 2212 (132 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:14.470 [INFO] !MESSAGE [AUT-0] Starting: Time Test.test (133 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:14.527 [INFO] !MESSAGE Pass 133 (141) processed. 0 failed. spent: 7:54, 0:24 mins remaining. TableViewer_SortColumnValues. time: 2212ms [INFO] Pass 133 (141) processed. 0 failed. spent: 7:54, 0:24 mins remaining. TableViewer_SortColumnValues. time: 2212ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:16.756 [INFO] !MESSAGE [AUT-0] Finished: Time Test.test in 1745 (133 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:16.758 [INFO] !MESSAGE [AUT-0] Starting: Toggle.test (134 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:16.807 [INFO] !MESSAGE Pass 134 (141) processed. 0 failed. spent: 7:56, 0:21 mins remaining. Time Test. time: 1745ms [INFO] Pass 134 (141) processed. 0 failed. spent: 7:56, 0:21 mins remaining. Time Test. time: 1745ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:18.830 [INFO] !MESSAGE [AUT-0] Finished: Toggle.test in 1411 (134 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:18.832 [INFO] !MESSAGE [AUT-0] Starting: Tree With Slashes Test.test (135 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:18.910 [INFO] !MESSAGE Pass 135 (141) processed. 0 failed. spent: 7:58, 0:17 mins remaining. Toggle. time: 1411ms [INFO] Pass 135 (141) processed. 0 failed. spent: 7:58, 0:17 mins remaining. Toggle. time: 1411ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:21.421 [INFO] !MESSAGE [AUT-0] Finished: Tree With Slashes Test.test in 2196 (135 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:21.422 [INFO] !MESSAGE [AUT-0] Starting: TreeCellEditorsNewTest.test (136 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:21.515 [INFO] !MESSAGE Pass 136 (141) processed. 0 failed. spent: 8:01, 0:13 mins remaining. Tree With Slashes Test. time: 2196ms [INFO] Pass 136 (141) processed. 0 failed. spent: 8:01, 0:13 mins remaining. Tree With Slashes Test. time: 2196ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:28.010 [INFO] !MESSAGE [AUT-0] Finished: TreeCellEditorsNewTest.test in 5955 (136 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:28.012 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_CheckingInTree.test (137 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:28.020 [INFO] !MESSAGE Pass 137 (141) processed. 0 failed. spent: 8:07, 0:10 mins remaining. TreeCellEditorsNewTest. time: 5955ms [INFO] Pass 137 (141) processed. 0 failed. spent: 8:07, 0:10 mins remaining. TreeCellEditorsNewTest. time: 5955ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:31.092 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_CheckingInTree.test in 2643 (137 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:31.094 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_Selection.test (138 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:31.124 [INFO] !MESSAGE Pass 138 (141) processed. 0 failed. spent: 8:10, 0:07 mins remaining. TreeViewer_CheckingInTree. time: 2643ms [INFO] Pass 138 (141) processed. 0 failed. spent: 8:10, 0:07 mins remaining. TreeViewer_CheckingInTree. time: 2643ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:33.679 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_Selection.test in 2005 (138 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:33.681 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_SelectionByKeyBoardButtons.test (139 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:33.904 [INFO] !MESSAGE Pass 139 (141) processed. 0 failed. spent: 8:13, 0:03 mins remaining. TreeViewer_Selection. time: 2005ms [INFO] Pass 139 (141) processed. 0 failed. spent: 8:13, 0:03 mins remaining. TreeViewer_Selection. time: 2005ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:38.999 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_SelectionByKeyBoardButtons.test in 4674 (139 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:39.001 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_SetDataInCell.test (140 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:39.009 [INFO] !MESSAGE Pass 140 (141) processed. 0 failed. spent: 8:18, 0:00 mins remaining. TreeViewer_SelectionByKeyBoardButtons. time: 4674ms [INFO] Pass 140 (141) processed. 0 failed. spent: 8:18, 0:00 mins remaining. TreeViewer_SelectionByKeyBoardButtons. time: 4674ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:44.595 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_SetDataInCell.test in 4758 (140 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-24 15:38:44.615 [INFO] !MESSAGE Pass 141 (141) processed. 0 failed. spent: 8:24, 0:00 mins remaining. TreeViewer_SetDataInCell. time: 4758ms [INFO] Pass 141 (141) processed. 0 failed. spent: 8:24, 0:00 mins remaining. TreeViewer_SetDataInCell. time: 4758ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-24 15:38:44.616 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Wed Apr 24 15:39:10 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-24 15:39:11.473 [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/release/mockups/rcpttTests/target/projects/tests-1.0.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/release/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 29 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 16 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom (1.5 kB at 12 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom (5.2 kB at 113 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 20 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 18 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.0 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 11 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 15 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 15 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 204 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 34 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 12 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 17 kB/s) [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-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/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-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-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-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-profile/2.0.2/maven-profile-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] 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] 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 789 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 455 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-profile/2.0.2/maven-profile-2.0.2.jar (30 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar (107 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar (5.0 kB at 22 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/plexus-container-default-1.0-alpha-9.jar (195 kB at 926 kB/s) [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 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar (16 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar [INFO] 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/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] 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 28 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.2/maven-plugin-registry-2.0.2.jar (24 kB at 79 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 19 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.2/maven-repository-metadata-2.0.2.jar (20 kB at 65 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar (32 kB at 104 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 26 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 673 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar (78 kB at 197 kB/s) [INFO] /home/jenkins/agent/workspace/release/m2/com/xored/q7/quality/tests removed. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:54 min [INFO] Finished at: 2024-04-24T15:39:18Z [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=M3 + echo 2.5.5 [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-kkzph-gwl0z Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-sHj4F1ZQuE4w/agent.792; export SSH_AUTH_SOCK; SSH_AGENT_PID=793; export SSH_AGENT_PID; echo Agent pid 793; SSH_AUTH_SOCK=/tmp/ssh-sHj4F1ZQuE4w/agent.792 SSH_AGENT_PID=793 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/release@tmp/private_key_4511160540000193971.key (/home/jenkins/agent/workspace/release@tmp/private_key_4511160540000193971.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/rcptt/milestone/2.5.5/M3 + echo milestone 2.5.5-M3 does not exist yet milestone 2.5.5-M3 does not exist yet [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/rcptt/milestone/2.5.5/M3 [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/milestone/2.5.5/M3/runner [Pipeline] sh + scp -r repository/rcptt/target/repository genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/milestone/2.5.5/M3/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/milestone/2.5.5/M3/runtime4x [Pipeline] sh + scp -r releng/doc/target/doc genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/milestone/2.5.5/M3/doc [Pipeline] sh + scp -r repository/rcptt/target/rcptt.repository-2.5.5.M3.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/milestone/2.5.5/M3/repository-2.5.5-M3.zip [Pipeline] sh + scp -r runner/product/target/rcptt.runner-2.5.5.M3.zip genie.rcptt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rcptt/milestone/2.5.5/M3/runner/rcptt.runner-2.5.5-M3.zip [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/milestone/2.5.5/M3/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/milestone/2.5.5/M3/ide/rcptt.ide-2.5.5-M3-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/milestone/2.5.5/M3/ide/rcptt.ide-2.5.5-M3-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/milestone/2.5.5/M3/ide/rcptt.ide-2.5.5-M3-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/milestone/2.5.5/M3/ide/rcptt.ide-2.5.5-M3-win32.win32.x86_64.zip [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-kkzph-gwl0z Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 793 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] container [Pipeline] { [Pipeline] sh + readlink -f /home/jenkins/agent/workspace/release/runner/product/target/rcptt.runner-2.5.5.M3.zip + mvn deploy:deploy-file -B -Dversion=2.5.5-M3 -Durl=https://repo.eclipse.org/content/repositories/rcptt-releases/ -DgroupId=org.eclipse.rcptt.runner -DrepositoryId=repo.eclipse.org -DgeneratePom=true -DartifactId=rcptt.runner -Dfile=/home/jenkins/agent/workspace/release/runner/product/target/rcptt.runner-2.5.5.M3.zip [INFO] Scanning for projects... [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.8 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 163 kB/s) [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 1.1 MB/s) [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 260 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 1.3 MB/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.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 63 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 654 kB/s) [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ standalone-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 91 kB/s) [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 503 kB/s) [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 952 kB/s) [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 202 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.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 146 kB/s) [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 57 kB/s) [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 179 kB/s) [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 95 kB/s) [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 448 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.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 232 kB/s) [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 26 kB/s) [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 337 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.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 48 kB/s) [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 286 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.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 223 kB/s) [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 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.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 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.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 74 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.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 19 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.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 114 kB/s) [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 265 kB/s) [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 700 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/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-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-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-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 125 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.6/maven-plugin-registry-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 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 158 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.6/maven-artifact-manager-2.0.6.jar (57 kB at 180 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/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 500 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-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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 295 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-project/2.0.6/maven-project-2.0.6.jar (116 kB at 281 kB/s) [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/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 85 kB/s) [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 177 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 77 kB/s) [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 490 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 171 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-M3/rcptt.runner-2.5.5-M3.zip [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-M3/rcptt.runner-2.5.5-M3.zip (158 MB at 22 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-M3/rcptt.runner-2.5.5-M3.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-M3/rcptt.runner-2.5.5-M3.pom (441 B at 1.2 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml (2.0 kB at 19 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/runner/rcptt.runner/maven-metadata.xml (2.0 kB at 32 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.835 s [INFO] Finished at: 2024-04-24T15:40:48Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -f maven-plugin/pom.xml clean versions:set -DnewVersion=2.5.5-M3 -B [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 966 kB/s) [INFO] Downloading from 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 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 332 kB/s) [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 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.pom (1.9 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-release/1.5.1/tycho-release-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-release/1.5.1/tycho-release-1.5.1.pom (965 B at 9.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom (19 kB at 436 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.jar (91 kB at 773 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 631 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 629 kB/s) [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 808 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 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.2 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.pom (10.0 kB at 332 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions/2.16.2/versions-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions/2.16.2/versions-2.16.2.pom (13 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.jar (291 kB at 2.3 MB/s) [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-maven-modules >---------------- [INFO] Building RCPTT maven support modules 2.5.5.M3 [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [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 113 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 152 kB/s) [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 523 kB/s) [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/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 2.1 MB/s) [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt-maven-util >----------------- [INFO] Building Utilities for RCPTT-related maven plugins 2.5.5.M3 [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-util --- [INFO] Deleting /home/jenkins/agent/workspace/release/maven-plugin/rcptt-maven-util/target [INFO] [INFO] ----------------< org.eclipse.rcptt:rcptt-maven-plugin >---------------- [INFO] Building RCPTT runner maven plugin 2.5.5.M3 [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 211 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 618 kB/s) [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 3.4 MB/s) [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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar (53 kB at 2.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rcptt-maven-plugin --- [INFO] Deleting /home/jenkins/agent/workspace/release/maven-plugin/rcptt-maven-plugin/target [INFO] [INFO] ---------------< org.eclipse.rcptt:rcptt-maven-modules >---------------- [INFO] Building RCPTT maven support modules 2.5.5.M3 [4/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.16.2:set (default-cli) @ rcptt-maven-modules --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.pom (2.4 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 509 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.pom (2.6 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.pom (4.6 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.pom (568 B at 4.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 564 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 513 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 5.5 MB/s) [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 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 991 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.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.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.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 173 kB/s) [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 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 72 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.12.0/doxia-sink-api-1.12.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.12.0/doxia-sink-api-1.12.0.pom (1.5 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom (18 kB at 764 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom (1.5 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 620 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 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-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 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 103 kB/s) [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 306 kB/s) [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 1.2 MB/s) [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 483 kB/s) [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 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.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 63 kB/s) [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 353 kB/s) [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 80 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.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 174 kB/s) [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 566 kB/s) [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 494 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.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 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 303 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.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.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.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 736 kB/s) [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 482 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.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 60 kB/s) [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 91 kB/s) [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 377 kB/s) [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 609 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.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 57 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.0.M1/org.eclipse.sisu.inject-0.3.0.M1.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.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 794 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 501 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 316 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 518 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 2.1 MB/s) [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 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 763 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 815 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.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 730 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.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 648 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom (22 kB at 2.0 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.9 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 2.1 MB/s) [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 269 kB/s) [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 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.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 719 kB/s) [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 141 kB/s) [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 1.3 MB/s) [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 161 kB/s) [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 1.5 MB/s) [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 1.7 MB/s) [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 99 kB/s) [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 111 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.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 800 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.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 44 kB/s) [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 437 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom (4.4 kB at 199 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.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 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom (19 kB at 1.3 MB/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.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 348 kB/s) [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 819 kB/s) [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 1.4 MB/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.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 382 kB/s) [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 775 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.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 1.7 MB/s) [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 999 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 1.5 MB/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.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 452 kB/s) [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 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.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.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-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 53 kB/s) [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 334 kB/s) [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 250 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.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 770 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 304 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.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 198 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.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 313 kB/s) [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 295 kB/s) [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 1.5 MB/s) [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 676 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.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 494 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.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 1.4 MB/s) [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 1.6 MB/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.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 1.2 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.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 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 2.3 MB/s) [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 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.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 1.1 MB/s) [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 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.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 438 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.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 343 kB/s) [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 9.7 kB/s) [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 9.2 kB/s) [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 8.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.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 334 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.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 75 kB/s) [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 5.3 kB/s) [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 185 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.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 107 kB/s) [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 43 kB/s) [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 394 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.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 4.4 kB/s) [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 708 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.3.2/maven-common-artifact-filters-3.3.2.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.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 940 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.jar (13 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.jar (6.4 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 288 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.2.0/maven-reporting-impl-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.jar (46 kB at 163 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 329 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.jar (168 kB at 596 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.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/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.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 519 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 106 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/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar (501 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-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar (12 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.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 126 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-core/1.12.0/doxia-core-1.12.0.jar (219 kB at 442 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.12.0/doxia-sink-api-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (247 kB at 492 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.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 716 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar (12 kB at 20 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.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 548 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.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 12 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/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 504 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 359 kB/s) [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 381 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar [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] 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/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 141 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/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 399 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.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 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.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 568 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.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 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 12 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 666 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 222 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 714 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar (1.6 MB at 1.6 MB/s) [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/release/maven-plugin [INFO] Processing change of org.eclipse.rcptt:rcptt-maven-modules:2.5.5.M3 -> 2.5.5-M3 [INFO] Processing org.eclipse.rcptt:rcptt-maven-modules [INFO] Updating project org.eclipse.rcptt:rcptt-maven-modules [INFO] from version 2.5.5.M3 to 2.5.5-M3 [INFO] [INFO] Processing org.eclipse.rcptt:rcptt-maven-plugin [INFO] Updating parent org.eclipse.rcptt:rcptt-maven-modules [INFO] from version 2.5.5.M3 to 2.5.5-M3 [INFO] [INFO] Processing org.eclipse.rcptt:rcptt-maven-util [INFO] Updating parent org.eclipse.rcptt:rcptt-maven-modules [INFO] from version 2.5.5.M3 to 2.5.5-M3 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.5.M3 ............... SUCCESS [ 6.172 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 0.005 s] [INFO] RCPTT runner maven plugin 2.5.5.M3 ................. SUCCESS [ 0.202 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.773 s [INFO] Finished at: 2024-04-24T15:41:02Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn -f maven-plugin/pom.xml clean deploy -B [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-M3 [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [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] 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 12 kB/s) [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 337 kB/s) [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 162 kB/s) [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 78 kB/s) [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 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 51 kB/s) [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 85 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.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 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 167 kB/s) [INFO] Downloading from 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 76 kB/s) [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 46 kB/s) [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 113 kB/s) [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 69 kB/s) [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 158 kB/s) [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 130 kB/s) [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 145 kB/s) [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 30 kB/s) [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 251 kB/s) [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 468 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.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 23 kB/s) [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 236 kB/s) [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 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.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 97 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.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 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.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 227 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.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 381 kB/s) [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 94 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.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 130 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.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 51 kB/s) [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 180 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.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 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.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 97 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.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 22 kB/s) [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 229 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.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 39 kB/s) [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 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.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 223 kB/s) [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 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.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 231 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.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 118 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.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 88 kB/s) [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 221 kB/s) [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 982 kB/s) [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 124 kB/s) [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 53 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.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 34 kB/s) [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 456 kB/s) [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 137 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.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 174 kB/s) [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 113 kB/s) [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 363 kB/s) [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 1.9 MB/s) [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 758 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.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 24 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.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 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-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-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-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-core/3.0/maven-core-3.0.jar (527 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-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 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 127 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/3.0/maven-model-3.0.jar (165 kB at 681 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 152 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-artifact/3.0/maven-artifact-3.0.jar (52 kB at 189 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-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 467 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/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 41 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/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 223 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/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] 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 373 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 146 kB/s) [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 111 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] 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/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 9.9 kB/s) [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] 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 32 kB/s) [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 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 472 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 68 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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 900 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 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 470 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 519 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 278 kB/s) [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 87 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 51 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 295 kB/s) [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 454 kB/s) [INFO] /home/jenkins/.m2/repository/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 179 kB/s) [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 1.1 MB/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 21 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 146 kB/s) [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 381 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-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 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] 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/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 9.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 474 kB/s) [INFO] Installing /home/jenkins/agent/workspace/release/maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-M3/rcptt-maven-modules-2.5.5-M3.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rcptt-maven-modules --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-M3/rcptt-maven-modules-2.5.5-M3.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.5.5-M3/rcptt-maven-modules-2.5.5-M3.pom (2.4 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml (1.1 kB at 9.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/maven-metadata.xml (1.1 kB at 8.5 kB/s) [INFO] [INFO] -----------------< org.eclipse.rcptt:rcptt-maven-util >----------------- [INFO] Building Utilities for RCPTT-related maven plugins 2.5.5-M3 [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 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 777 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-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 255 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 600 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.4 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 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.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 370 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 729 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.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 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 219 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 975 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 252 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.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 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 3.4 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 131 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 164 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 26 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.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 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 35 kB/s) [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 229 kB/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.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 141 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 47 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 141 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 210 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 77 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 549 kB/s) [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 286 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 114 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 437 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.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 64 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 149 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 456 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 707 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 204 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 118 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 586 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 74 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 86 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 144 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.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 245 kB/s) [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 255 kB/s) [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 2.4 MB/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.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 475 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 406 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 948 kB/s) [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 70 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 327 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 582 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 44 kB/s) [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 175 kB/s) [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 69 kB/s) [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 392 kB/s) [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 73 kB/s) [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 12 kB/s) [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 337 kB/s) [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 1.7 MB/s) [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 301 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/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/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/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/tukaani/xz/1.8/xz-1.8.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 3.9 MB/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.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 8.2 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.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 2.2 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-core/3.5.4/maven-core-3.5.4.jar (630 kB at 6.8 MB/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/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar (165 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 441 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 5.9 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/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 730 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 254 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 131 kB/s) [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 382 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar (48 kB at 381 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 284 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 345 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-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 923 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-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 857 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-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 680 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] 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 161 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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 874 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/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 685 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 563 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] 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.7 MB/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/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 14 kB/s) [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 162 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.2 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 6.0 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/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 447 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.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 119 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.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 117 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.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 111 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-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 35 kB/s) [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 301 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.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 106 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.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 150 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.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 144 kB/s) [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 591 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.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 90 kB/s) [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 256 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.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 414 kB/s) [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 669 kB/s) [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 403 kB/s) [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 893 kB/s) [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 74 kB/s) [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 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.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 204 kB/s) [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 215 kB/s) [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 360 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.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 620 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 64 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 219 kB/s) [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 859 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 756 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 297 kB/s) [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/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 312 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/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 510 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 595 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 611 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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 155 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 2.9 MB/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 539 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.4/plexus-build-api-0.0.4.jar (6.8 kB at 75 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 657 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/release/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 216 kB/s) [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 103 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 262 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 330 kB/s) [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 237 kB/s) [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 449 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 728 kB/s) [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 10 kB/s) [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 30 kB/s) [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 141 kB/s) [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 52 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 33 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 37 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-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/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 528 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 903 kB/s) [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] 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 7.6 MB/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.jar [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 1.3 MB/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.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 137 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 486 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 5.8 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/release/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/release/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 16 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 511 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 928 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 112 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 125 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 191 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 108 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 426 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 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 781 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 136 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 56 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 165 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 43 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 142 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 119 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 123 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 195 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 12 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 72 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 74 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 134 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 67 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 99 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 50 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 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 93 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 467 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/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 69 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.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/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] 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] 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 806 kB/s) [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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 11 MB/s) [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.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [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/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 941 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 6.3 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-settings/2.0.9/maven-settings-2.0.9.jar (49 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-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 737 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 529 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] 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 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 771 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 716 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 79 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] 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] 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-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 174 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 73 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 257 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 94 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 71 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 378 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 41 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 144 kB/s) [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 225 kB/s) [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 1.4 MB/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 78 kB/s) [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 584 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/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] 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] 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 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 12 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 6.4 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.0 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.9 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/release/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-M3.jar [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:remove-project-artifact (remove-old-installations) @ rcptt-maven-util --- [INFO] /home/jenkins/.m2/repository/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/release/maven-plugin/rcptt-maven-util/target/rcptt-maven-util-2.5.5-M3.jar to /home/jenkins/.m2/repository/org/eclipse/rcptt/rcptt-maven-util/2.5.5-M3/rcptt-maven-util-2.5.5-M3.jar [INFO] Installing /home/jenkins/agent/workspace/release/maven-plugin/rcptt-maven-util/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rcptt/rcptt-maven-util/2.5.5-M3/rcptt-maven-util-2.5.5-M3.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rcptt-maven-util --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.5-M3/rcptt-maven-util-2.5.5-M3.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.5-M3/rcptt-maven-util-2.5.5-M3.jar (23 kB at 146 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.5-M3/rcptt-maven-util-2.5.5-M3.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.5-M3/rcptt-maven-util-2.5.5-M3.pom (1.5 kB at 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml (1.1 kB at 374 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/maven-metadata.xml (1.1 kB at 5.6 kB/s) [INFO] [INFO] ----------------< org.eclipse.rcptt:rcptt-maven-plugin >---------------- [INFO] Building RCPTT runner maven plugin 2.5.5-M3 [3/3] [INFO] ----------------------------[ maven-plugin ]---------------------------- [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/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 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.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 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-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 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.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 148 kB/s) [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 667 kB/s) [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 1.1 MB/s) [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 902 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.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 73 kB/s) [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 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.4 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.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 84 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 98 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 183 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 80 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 197 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 512 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 139 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 538 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 126 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 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.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 88 kB/s) [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 263 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.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 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.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 447 kB/s) [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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.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 121 kB/s) [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 516 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.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 53 kB/s) [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 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.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 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.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 316 kB/s) [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 172 kB/s) [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 293 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.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 191 kB/s) [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 903 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.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 214 kB/s) [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 18 kB/s) [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 26 kB/s) [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 394 kB/s) [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 309 kB/s) [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 910 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.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 257 kB/s) [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 302 kB/s) [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 771 kB/s) [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 391 kB/s) [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 535 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.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 470 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.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 96 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.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 116 kB/s) [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 187 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.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 112 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.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 22 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.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 16 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.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 7.4 kB/s) [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 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 2.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.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 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.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 105 kB/s) [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 7.1 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.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 17 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.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 131 kB/s) [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 170 kB/s) [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 538 kB/s) [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 155 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.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 7.2 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.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 96 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.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 121 kB/s) [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 294 kB/s) [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 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.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 121 kB/s) [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 659 kB/s) [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 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.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 39 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.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 46 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.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 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.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 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.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 42 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.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 121 kB/s) [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 287 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.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 137 kB/s) [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 941 kB/s) [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 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.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 63 kB/s) [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 208 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.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 223 kB/s) [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 392 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.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 204 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.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 70 kB/s) [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 56 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.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 156 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 293 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 461 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 113 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 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.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 90 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.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 60 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-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/7.0/asm-7.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar (49 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 4.0 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] 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/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar (24 kB at 983 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 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-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/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 1.5 MB/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/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 1.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-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/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar (18 kB at 336 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 1.9 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/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar (43 kB at 386 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/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 607 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 529 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/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.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 239 kB/s) [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] 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 51 kB/s) [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/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 980 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 650 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] 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/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 4.0 MB/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 535 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 146 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-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 115 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.4/doxia-module-xhtml-1.4.jar (15 kB at 47 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 521 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.4/doxia-decoration-model-1.4.jar (61 kB at 185 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/dom4j/dom4j/1.1/dom4j-1.1.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 31 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/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 199 kB/s) [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 67 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] 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/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 478 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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] 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 870 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 796 kB/s) [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/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/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 278 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/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 585 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/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 317 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 59 kB/s) [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 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] 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/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 644 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 312 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 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 20 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/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 491 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 329 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/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 232 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 76 kB/s) [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 65 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 62 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/release/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/release/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/release/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-M3.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/.m2/repository/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/release/maven-plugin/rcptt-maven-plugin/target/rcptt-maven-plugin-2.5.5-M3.jar to /home/jenkins/.m2/repository/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-M3/rcptt-maven-plugin-2.5.5-M3.jar [INFO] Installing /home/jenkins/agent/workspace/release/maven-plugin/rcptt-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-M3/rcptt-maven-plugin-2.5.5-M3.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rcptt-maven-plugin --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-M3/rcptt-maven-plugin-2.5.5-M3.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-M3/rcptt-maven-plugin-2.5.5-M3.jar (39 kB at 317 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-M3/rcptt-maven-plugin-2.5.5-M3.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.5-M3/rcptt-maven-plugin-2.5.5-M3.pom (1.8 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml (1.1 kB at 4.8 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/maven-metadata.xml (251 B at 1.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/maven-metadata.xml (1.1 kB at 7.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/maven-metadata.xml (251 B at 1.7 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.5-M3 ............... SUCCESS [ 4.990 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 12.200 s] [INFO] RCPTT runner maven plugin 2.5.5-M3 ................. SUCCESS [ 8.795 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26.359 s [INFO] Finished at: 2024-04-24T15:41:32Z [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 119731 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:01 /usr/bin/python /headless/noVNC/utils/websockify/run --web /headless/noVNC/utils/../ 6901 localhost:5901 43 pts/0 S+ 7:18 /usr/bin/Xvnc :1 -auth /headless/.Xauthority -depth 24 -desktop rcptt-build-and-deploy-agent-3.5.4-kkzph-gwl0z:1 () -fp /usr/share/fonts/X11//misc,/usr/share/fonts/X11//Type1 -geometry 1280x1024 -pn -rfbauth /headless/.vnc/passwd -rfbport 5901 -rfbwait 30000 51 pts/0 S+ 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc 58 pts/0 S+ 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc --replace 83 pts/0 Sl+ 0:00 xfce4-session 95 pts/0 S+ 0:00 /usr/bin/dbus-launch --exit-with-session x-session-manager 98 pts/0 S+ 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session xfce4-session 99 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 8 --session 100 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 8 --session 111 ? S 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd 112 pts/0 Sl+ 0:00 xfce4-session 116 pts/0 S+ 0:35 xfwm4 118 ? S 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd 123 pts/0 S+ 0:00 xfce4-panel 126 pts/0 S+ 0:00 Thunar --daemon 128 pts/0 Sl+ 0:08 xfdesktop 137 ? Ssl 0:00 xfsettingsd 140 pts/0 S+ 0:00 xfce4-panel 142 pts/0 S+ 0:00 Thunar --daemon 144 pts/0 Sl+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/migrate 151 ? Ss 0:00 xfsettingsd 163 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 2449 ? Sl 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher 2454 ? S 0:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3 2456 ? Sl 0:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session 119727 ? S 0:00 sh -c ({ while [ -d '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584' -a \! -f '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-log.txt'; sleep 3; done } & jsc=durable-64946bef8be8357dfa7796be37ad3a94a1b34a62a5cd4458079f915636f23538; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/script.sh' > '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-result.txt'; wait) >&- 2>&- & 119728 ? S 0:00 sh -c ({ while [ -d '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584' -a \! -f '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-log.txt'; sleep 3; done } & jsc=durable-64946bef8be8357dfa7796be37ad3a94a1b34a62a5cd4458079f915636f23538; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/script.sh' > '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/release@tmp/durable-2e0ce584/jenkins-result.txt'; wait) >&- 2>&- & 119732 ? S 0:00 sleep 3 119754 ? S 0:00 sh -c ({ while [ -d '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0' -a \! -f '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-log.txt'; sleep 3; done } & jsc=durable-64946bef8be8357dfa7796be37ad3a94a1b34a62a5cd4458079f915636f23538; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/script.sh' > '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-result.txt'; wait) >&- 2>&- & 119755 ? S 0:00 sh -c ({ while [ -d '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0' -a \! -f '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-log.txt'; sleep 3; done } & jsc=durable-64946bef8be8357dfa7796be37ad3a94a1b34a62a5cd4458079f915636f23538; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/script.sh' > '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/jenkins-result.txt'; wait) >&- 2>&- & 119756 ? S 0:00 sh -xe /home/jenkins/agent/workspace/release@tmp/durable-e766d0f0/script.sh 119758 ? R 0:00 ps x 119759 ? 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